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.



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

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)


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

def 
  @external_account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2211
2212
2213
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2211

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