class Google::Apis::ContentV2_1::PaymentServiceProviderLinkInfo
Additional information required for PAYMENT_SERVICE_PROVIDER link type.
Attributes
external_account_business_country[RW]
The business country of the merchant account as identified by the third party service provider. Corresponds to the JSON property `externalAccountBusinessCountry` @return [String]
external_account_id[RW]
The id used by the third party service provider to identify the merchant. Corresponds to the JSON property `externalAccountId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 9115 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 9120 def update!(**args) @external_account_business_country = args[:external_account_business_country] if args.key?(:external_account_business_country) @external_account_id = args[:external_account_id] if args.key?(:external_account_id) end