Class: Google::Apis::MerchantapiAccountsV1beta::LinkLfpProviderRequest
- Inherits:
-
Object
- Object
- Google::Apis::MerchantapiAccountsV1beta::LinkLfpProviderRequest
- 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
-
#external_account_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinkLfpProviderRequest
constructor
A new instance of LinkLfpProviderRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_id ⇒ String
Required. The external account ID by which this merchant is known to the LFP
provider.
Corresponds to the JSON property externalAccountId
2198 2199 2200 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2198 def external_account_id @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 |