GoogleApi.DisplayVideo.V1.Model.BudgetSummary (google_api_display_video v0.23.0) View Source
Represents a summarized budget information associated with this invoice.
Attributes
-
externalBudgetId
(type:String.t
, default:nil
) - Output only. External budget id. -
preTaxAmountMicros
(type:String.t
, default:nil
) - Output only. The pre-tax amount for this budget, in micros of the invoice's currency. For example if currency_code isUSD
, then 1000000 micros is one US dollar. -
prismaCpeCode
(type:GoogleApi.DisplayVideo.V1.Model.PrismaCpeCode.t
, default:nil
) - Output only. Codes specific to the MediaOcean Prisma tool. -
taxAmountMicros
(type:String.t
, default:nil
) - Output only. The tax amount for this budget, in micros of the invoice's currency. For example if currency_code isUSD
, then 1000000 micros is one US dollar. -
totalAmountMicros
(type:String.t
, default:nil
) - Output only. The total amount of charges for this budget, in micros of the invoice's currency. For example if currency_code isUSD
, then 1000000 micros is 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.