class Google::Apis::ContentV2_1::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_1/classes.rb, line 3846
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_1/classes.rb, line 3851
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