Class: Google::Apis::ContentV2::LiaPosDataProvider
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::LiaPosDataProvider
- Defined in:
- generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#pos_data_provider_id ⇒ Fixnum
The ID of the POS data provider.
-
#pos_external_account_id ⇒ String
The account ID by which this merchant is known to the POS data provider.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiaPosDataProvider
constructor
A new instance of LiaPosDataProvider.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ LiaPosDataProvider
Returns a new instance of LiaPosDataProvider
3461 3462 3463 |
# File 'generated/google/apis/content_v2/classes.rb', line 3461 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pos_data_provider_id ⇒ Fixnum
The ID of the POS data provider.
Corresponds to the JSON property posDataProviderId
3454 3455 3456 |
# File 'generated/google/apis/content_v2/classes.rb', line 3454 def pos_data_provider_id @pos_data_provider_id end |
#pos_external_account_id ⇒ String
The account ID by which this merchant is known to the POS data provider.
Corresponds to the JSON property posExternalAccountId
3459 3460 3461 |
# File 'generated/google/apis/content_v2/classes.rb', line 3459 def pos_external_account_id @pos_external_account_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3466 3467 3468 3469 |
# File 'generated/google/apis/content_v2/classes.rb', line 3466 def update!(**args) @pos_data_provider_id = args[:pos_data_provider_id] if args.key?(:pos_data_provider_id) @pos_external_account_id = args[:pos_external_account_id] if args.key?(:pos_external_account_id) end |