| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.clone() |
Invoice |
Invoice.set(String fieldName,
Object value) |
Invoice |
Invoice.setBudgetInvoiceGroupingId(String budgetInvoiceGroupingId)
The budget grouping ID for this invoice.
|
Invoice |
Invoice.setBudgetSummaries(List<BudgetSummary> budgetSummaries)
The list of summarized information for each budget associated with this invoice.
|
Invoice |
Invoice.setCorrectedInvoiceId(String correctedInvoiceId)
The ID of the original invoice being adjusted by this invoice, if applicable.
|
Invoice |
Invoice.setCurrencyCode(String currencyCode)
The currency used in the invoice in ISO 4217 format.
|
Invoice |
Invoice.setDisplayName(String displayName)
The display name of the invoice.
|
Invoice |
Invoice.setDueDate(Date dueDate)
The date when the invoice is due.
|
Invoice |
Invoice.setInvoiceId(String invoiceId)
The unique ID of the invoice.
|
Invoice |
Invoice.setInvoiceType(String invoiceType)
The type of invoice document.
|
Invoice |
Invoice.setIssueDate(Date issueDate)
The date when the invoice was issued.
|
Invoice |
Invoice.setName(String name)
The resource name of the invoice.
|
Invoice |
Invoice.setNonBudgetMicros(Long nonBudgetMicros)
The total amount of costs or adjustments not tied to a particular budget, in micros of the
invoice's currency.
|
Invoice |
Invoice.setPaymentsAccountId(String paymentsAccountId)
The ID of the payments account the invoice belongs to.
|
Invoice |
Invoice.setPaymentsProfileId(String paymentsProfileId)
The ID of the payments profile the invoice belongs to.
|
Invoice |
Invoice.setPdfUrl(String pdfUrl)
The URL to download a PDF copy of the invoice.
|
Invoice |
Invoice.setPurchaseOrderNumber(String purchaseOrderNumber)
Purchase order number associated with the invoice.
|
Invoice |
Invoice.setReplacedInvoiceIds(List<String> replacedInvoiceIds)
The ID(s) of any originally issued invoice that is being cancelled by this invoice, if
applicable.
|
Invoice |
Invoice.setServiceDateRange(DateRange serviceDateRange)
The service start and end dates which are covered by this invoice.
|
Invoice |
Invoice.setSubtotalAmountMicros(Long subtotalAmountMicros)
The pre-tax subtotal amount, in micros of the invoice's currency.
|
Invoice |
Invoice.setTotalAmountMicros(Long totalAmountMicros)
The invoice total amount, in micros of the invoice's currency.
|
Invoice |
Invoice.setTotalTaxAmountMicros(Long totalTaxAmountMicros)
The sum of all taxes in invoice, in micros of the invoice's currency.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invoice> |
ListInvoicesResponse.getInvoices()
The list of invoices.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvoicesResponse |
ListInvoicesResponse.setInvoices(List<Invoice> invoices)
The list of invoices.
|
Copyright © 2011–2026 Google. All rights reserved.