View Source GoogleApi.Content.V21.Model.AccountIdentifier (google_api_content v0.67.1)

Attributes

  • aggregatorId (type: String.t, default: nil) - The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount).
  • merchantId (type: String.t, default: nil) - The merchant account ID, set for individual accounts and subaccounts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountIdentifier{
  aggregatorId: String.t() | nil,
  merchantId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.