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.
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_id ⇒ String
Required. The external account ID by which this merchant is known to the LFP
provider.
Corresponds to the JSON property externalAccountId
2204 2205 2206 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2204 def external_account_id @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 |