google_api_content v0.2.0 GoogleApi.Content.V2.Model.AccountIdentifier View Source

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Content.V2.Model.AccountIdentifier{
  aggregatorId: any(),
  merchantId: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.