| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
BudgetSummary |
BudgetSummary.clone() |
BudgetSummary |
BudgetSummary.set(String fieldName,
Object value) |
BudgetSummary |
BudgetSummary.setExternalBudgetId(String externalBudgetId)
Corresponds to the external_budget_id of a campaign budget.
|
BudgetSummary |
BudgetSummary.setPreTaxAmountMicros(Long preTaxAmountMicros)
The sum of charges made under this budget before taxes, in micros of the invoice's currency.
|
BudgetSummary |
BudgetSummary.setPrismaCpeCode(PrismaCpeCode prismaCpeCode)
Relevant client, product, and estimate codes from the Mediaocean Prisma tool.
|
BudgetSummary |
BudgetSummary.setTaxAmountMicros(Long taxAmountMicros)
The amount of tax applied to charges under this budget, in micros of the invoice's currency.
|
BudgetSummary |
BudgetSummary.setTotalAmountMicros(Long totalAmountMicros)
The total sum of charges made under this budget, including tax, in micros of the invoice's
currency.
|
| Modifier and Type | Method and Description |
|---|---|
List<BudgetSummary> |
Invoice.getBudgetSummaries()
The list of summarized information for each budget associated with this invoice.
|
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.setBudgetSummaries(List<BudgetSummary> budgetSummaries)
The list of summarized information for each budget associated with this invoice.
|
Copyright © 2011–2026 Google. All rights reserved.