class Google::Apis::ContentV2::LiaPosDataProvider
Attributes
pos_data_provider_id[RW]
The ID of the POS data provider. Corresponds to the JSON property `posDataProviderId` @return [Fixnum]
pos_external_account_id[RW]
The account ID by which this merchant is known to the POS data provider. Corresponds to the JSON property `posExternalAccountId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 3559 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2/classes.rb, line 3564 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