View Source GoogleApi.Content.V21.Model.PaymentServiceProviderLinkInfo (google_api_content v0.66.0)

Additional information required for PAYMENT_SERVICE_PROVIDER link type.

Attributes

  • externalAccountBusinessCountry (type: String.t, default: nil) - The business country of the merchant account as identified by the third party service provider.
  • externalAccountId (type: String.t, default: nil) - The id used by the third party service provider to identify the merchant.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.PaymentServiceProviderLinkInfo{
  externalAccountBusinessCountry: String.t() | nil,
  externalAccountId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.