Class: Google::Apis::ContentV2::LiaPosDataProvider

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LiaPosDataProvider

Returns a new instance of LiaPosDataProvider



3459
3460
3461
# File 'generated/google/apis/content_v2/classes.rb', line 3459

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#pos_data_provider_idFixnum

The ID of the POS data provider. Corresponds to the JSON property posDataProviderId

Returns:

  • (Fixnum)


3452
3453
3454
# File 'generated/google/apis/content_v2/classes.rb', line 3452

def pos_data_provider_id
  @pos_data_provider_id
end

#pos_external_account_idString

The account ID by which this merchant is known to the POS data provider. Corresponds to the JSON property posExternalAccountId

Returns:

  • (String)


3457
3458
3459
# File 'generated/google/apis/content_v2/classes.rb', line 3457

def 
  @pos_external_account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3464
3465
3466
3467
# File 'generated/google/apis/content_v2/classes.rb', line 3464

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