GoogleApi.Content.V2.Model.AccountIdentifier (google_api_content v0.73.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.