Class: Google::Apis::ContentV2_1::ECommercePlatformLinkInfo
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ECommercePlatformLinkInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Overview
Additional information required for E_COMMERCE_PLATFORM link type.
Instance Attribute Summary collapse
-
#external_account_id ⇒ String
The id used by the third party service provider to identify the merchant.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ECommercePlatformLinkInfo
constructor
A new instance of ECommercePlatformLinkInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ECommercePlatformLinkInfo
Returns a new instance of ECommercePlatformLinkInfo.
4684 4685 4686 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4684 def initialize(**args) update!(**args) end |
Instance Attribute Details
#external_account_id ⇒ String
The id used by the third party service provider to identify the merchant.
Corresponds to the JSON property externalAccountId
4682 4683 4684 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4682 def external_account_id @external_account_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4689 4690 4691 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 4689 def update!(**args) @external_account_id = args[:external_account_id] if args.key?(:external_account_id) end |