GoogleApi.DFAReporting.V4.Model.CampaignSummary (google_api_dfa_reporting v0.31.0)

View Source

Represents a summarized campaign information associated with this invoice.

Attributes

  • billingInvoiceCode (type: String.t, default: nil) - Campaign billing invoice code.
  • campaignId (type: String.t, default: nil) - Campaign ID.
  • preTaxAmountMicros (type: String.t, default: nil) - The pre-tax amount for this campaign, in micros of the invoice's currency.
  • taxAmountMicros (type: String.t, default: nil) - The tax amount for this campaign, in micros of the invoice's currency.
  • totalAmountMicros (type: String.t, default: nil) - The total amount of charges for this campaign, in micros of the invoice's currency.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.CampaignSummary{
  billingInvoiceCode: String.t() | nil,
  campaignId: String.t() | nil,
  preTaxAmountMicros: String.t() | nil,
  taxAmountMicros: String.t() | nil,
  totalAmountMicros: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.