Show / Hide Table of Contents

Class BudgetSummary

Summarized information of an individual campaign budget.

Inheritance
object
BudgetSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class BudgetSummary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExternalBudgetId

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.

Declaration
[JsonProperty("externalBudgetId")]
public virtual string ExternalBudgetId { get; set; }
Property Value
Type Description
string

PreTaxAmountMicros

The sum of charges made under this budget before taxes, in micros of the invoice's currency. For example, if currency_code is USD, then 1000000 represents one US dollar.

Declaration
[JsonProperty("preTaxAmountMicros")]
public virtual long? PreTaxAmountMicros { get; set; }
Property Value
Type Description
long?

PrismaCpeCode

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.

Declaration
[JsonProperty("prismaCpeCode")]
public virtual PrismaCpeCode PrismaCpeCode { get; set; }
Property Value
Type Description
PrismaCpeCode

TaxAmountMicros

The amount of tax applied to charges under this budget, in micros of the invoice's currency. For example, if currency_code is USD, then 1000000 represents one US dollar.

Declaration
[JsonProperty("taxAmountMicros")]
public virtual long? TaxAmountMicros { get; set; }
Property Value
Type Description
long?

TotalAmountMicros

The total sum of charges made under this budget, including tax, in micros of the invoice's currency. For example, if currency_code is USD, then 1000000 represents one US dollar.

Declaration
[JsonProperty("totalAmountMicros")]
public virtual long? TotalAmountMicros { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX