GoogleApi.Content.V21.Model.PaymentServiceProviderLinkInfo (google_api_content v0.73.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.