Class: Google::Apis::MerchantapiAccountsV1beta::LinkLfpProviderRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/merchantapi_accounts_v1beta/classes.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb

Overview

Request message for the LinkLfpProvider method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LinkLfpProviderRequest

Returns a new instance of LinkLfpProviderRequest.



2200
2201
2202
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2200

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

Instance Attribute Details

#external_account_idString

Required. The external account ID by which this merchant is known to the LFP provider. Corresponds to the JSON property externalAccountId

Returns:

  • (String)


2198
2199
2200
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2198

def 
  @external_account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2205
2206
2207
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2205

def update!(**args)
  @external_account_id = args[:external_account_id] if args.key?(:external_account_id)
end