GoogleApi.DisplayVideo.V1.Model.BudgetSummary (google_api_display_video v0.24.0) View Source
Summarized information of an individual campaign budget.
Attributes
-
externalBudgetId(type:String.t, default:nil) - Corresponds to the external_budget_id of a campaign budget. If the value is not set in the campaign budget, this field will be empty. -
preTaxAmountMicros(type:String.t, default:nil) - The sum of charges made under this budget before taxes, in micros of the invoice's currency. For example, if currency_code isUSD, then 1000000 represents one US dollar. -
prismaCpeCode(type:GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode.t, default:nil) - Relevant client, product, and estimate codes from the Mediaocean Prisma tool. Only applicable for campaign budgets with an external_budget_source of EXTERNAL_BUDGET_SOURCE_MEDIA_OCEAN. -
taxAmountMicros(type:String.t, default:nil) - The amount of tax applied to charges under this budget, in micros of the invoice's currency. For example, if currency_code isUSD, then 1000000 represents one US dollar. -
totalAmountMicros(type:String.t, default:nil) - The total sum of charges made under this budget, including tax, in micros of the invoice's currency. For example, if currency_code isUSD, then 1000000 represents one US dollar.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.BudgetSummary{
externalBudgetId: String.t() | nil,
preTaxAmountMicros: String.t() | nil,
prismaCpeCode: GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode.t() | nil,
taxAmountMicros: String.t() | nil,
totalAmountMicros: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.