google_api_ad_exchange_buyer v0.7.0 GoogleApi.AdExchangeBuyer.V14.Model.BillingInfo View Source

The configuration data for an Ad Exchange billing info.

Attributes

  • accountId (integer()): Account id. Defaults to: null.
  • accountName (String.t): Account name. Defaults to: null.
  • billingId ([String.t]): A list of adgroup IDs associated with this particular account. These IDs may show up as part of a realtime bidding BidRequest, which indicates a bid request for this account. Defaults to: null.
  • kind (String.t): Resource type. 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.AdExchangeBuyer.V14.Model.BillingInfo{
  accountId: any(),
  accountName: any(),
  billingId: [any()],
  kind: 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.