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

The configuration data for an Ad Exchange billing info.

Attributes

  • accountId (integer()): Account id. Defaults to nil.
  • accountName (String.t): Account name. Defaults to nil.
  • billingId (list(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 nil.
  • kind (String.t): Resource type. Defaults to adexchangebuyer#billingInfo.

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: integer(),
  accountName: String.t(),
  billingId: [String.t()],
  kind: String.t()
}

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.