Class: Google::Apis::ContentV2_1::LiaPosDataProvider
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LiaPosDataProvider
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/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.
Constructor Details
#initialize(**args) ⇒ LiaPosDataProvider
Returns a new instance of LiaPosDataProvider.
3708 3709 3710 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 3708 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
3701 3702 3703 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 3701 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
3706 3707 3708 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 3706 def pos_external_account_id @pos_external_account_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3713 3714 3715 3716 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 3713 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 |