public final class Invoice
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Invoice() |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
clone() |
String |
getBudgetInvoiceGroupingId()
The budget grouping ID for this invoice.
|
List<BudgetSummary> |
getBudgetSummaries()
The list of summarized information for each budget associated with this invoice.
|
String |
getCorrectedInvoiceId()
The ID of the original invoice being adjusted by this invoice, if applicable.
|
String |
getCurrencyCode()
The currency used in the invoice in ISO 4217 format.
|
String |
getDisplayName()
The display name of the invoice.
|
Date |
getDueDate()
The date when the invoice is due.
|
String |
getInvoiceId()
The unique ID of the invoice.
|
String |
getInvoiceType()
The type of invoice document.
|
Date |
getIssueDate()
The date when the invoice was issued.
|
String |
getName()
The resource name of the invoice.
|
Long |
getNonBudgetMicros()
The total amount of costs or adjustments not tied to a particular budget, in micros of the
invoice's currency.
|
String |
getPaymentsAccountId()
The ID of the payments account the invoice belongs to.
|
String |
getPaymentsProfileId()
The ID of the payments profile the invoice belongs to.
|
String |
getPdfUrl()
The URL to download a PDF copy of the invoice.
|
String |
getPurchaseOrderNumber()
Purchase order number associated with the invoice.
|
List<String> |
getReplacedInvoiceIds()
The ID(s) of any originally issued invoice that is being cancelled by this invoice, if
applicable.
|
DateRange |
getServiceDateRange()
The service start and end dates which are covered by this invoice.
|
Long |
getSubtotalAmountMicros()
The pre-tax subtotal amount, in micros of the invoice's currency.
|
Long |
getTotalAmountMicros()
The invoice total amount, in micros of the invoice's currency.
|
Long |
getTotalTaxAmountMicros()
The sum of all taxes in invoice, in micros of the invoice's currency.
|
Invoice |
set(String fieldName,
Object value) |
Invoice |
setBudgetInvoiceGroupingId(String budgetInvoiceGroupingId)
The budget grouping ID for this invoice.
|
Invoice |
setBudgetSummaries(List<BudgetSummary> budgetSummaries)
The list of summarized information for each budget associated with this invoice.
|
Invoice |
setCorrectedInvoiceId(String correctedInvoiceId)
The ID of the original invoice being adjusted by this invoice, if applicable.
|
Invoice |
setCurrencyCode(String currencyCode)
The currency used in the invoice in ISO 4217 format.
|
Invoice |
setDisplayName(String displayName)
The display name of the invoice.
|
Invoice |
setDueDate(Date dueDate)
The date when the invoice is due.
|
Invoice |
setInvoiceId(String invoiceId)
The unique ID of the invoice.
|
Invoice |
setInvoiceType(String invoiceType)
The type of invoice document.
|
Invoice |
setIssueDate(Date issueDate)
The date when the invoice was issued.
|
Invoice |
setName(String name)
The resource name of the 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 |
setPaymentsAccountId(String paymentsAccountId)
The ID of the payments account the invoice belongs to.
|
Invoice |
setPaymentsProfileId(String paymentsProfileId)
The ID of the payments profile the invoice belongs to.
|
Invoice |
setPdfUrl(String pdfUrl)
The URL to download a PDF copy of the invoice.
|
Invoice |
setPurchaseOrderNumber(String purchaseOrderNumber)
Purchase order number associated with the invoice.
|
Invoice |
setReplacedInvoiceIds(List<String> replacedInvoiceIds)
The ID(s) of any originally issued invoice that is being cancelled by this invoice, if
applicable.
|
Invoice |
setServiceDateRange(DateRange serviceDateRange)
The service start and end dates which are covered by this invoice.
|
Invoice |
setSubtotalAmountMicros(Long subtotalAmountMicros)
The pre-tax subtotal amount, in micros of the invoice's currency.
|
Invoice |
setTotalAmountMicros(Long totalAmountMicros)
The invoice total amount, in micros of the invoice's currency.
|
Invoice |
setTotalTaxAmountMicros(Long totalTaxAmountMicros)
The sum of all taxes in invoice, in micros of the invoice's currency.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBudgetInvoiceGroupingId()
null for nonepublic Invoice setBudgetInvoiceGroupingId(String budgetInvoiceGroupingId)
budgetInvoiceGroupingId - budgetInvoiceGroupingId or null for nonepublic List<BudgetSummary> getBudgetSummaries()
null for nonepublic Invoice setBudgetSummaries(List<BudgetSummary> budgetSummaries)
budgetSummaries - budgetSummaries or null for nonepublic String getCorrectedInvoiceId()
null for nonepublic Invoice setCorrectedInvoiceId(String correctedInvoiceId)
correctedInvoiceId - correctedInvoiceId or null for nonepublic String getCurrencyCode()
null for nonepublic Invoice setCurrencyCode(String currencyCode)
currencyCode - currencyCode or null for nonepublic String getDisplayName()
null for nonepublic Invoice setDisplayName(String displayName)
displayName - displayName or null for nonepublic Date getDueDate()
null for nonepublic Invoice setDueDate(Date dueDate)
dueDate - dueDate or null for nonepublic String getInvoiceId()
null for nonepublic Invoice setInvoiceId(String invoiceId)
invoiceId - invoiceId or null for nonepublic String getInvoiceType()
null for nonepublic Invoice setInvoiceType(String invoiceType)
invoiceType - invoiceType or null for nonepublic Date getIssueDate()
null for nonepublic Invoice setIssueDate(Date issueDate)
issueDate - issueDate or null for nonepublic String getName()
null for nonepublic Invoice setName(String name)
name - name or null for nonepublic Long getNonBudgetMicros()
null for nonepublic Invoice setNonBudgetMicros(Long nonBudgetMicros)
nonBudgetMicros - nonBudgetMicros or null for nonepublic String getPaymentsAccountId()
null for nonepublic Invoice setPaymentsAccountId(String paymentsAccountId)
paymentsAccountId - paymentsAccountId or null for nonepublic String getPaymentsProfileId()
null for nonepublic Invoice setPaymentsProfileId(String paymentsProfileId)
paymentsProfileId - paymentsProfileId or null for nonepublic String getPdfUrl()
null for nonepublic Invoice setPdfUrl(String pdfUrl)
pdfUrl - pdfUrl or null for nonepublic String getPurchaseOrderNumber()
null for nonepublic Invoice setPurchaseOrderNumber(String purchaseOrderNumber)
purchaseOrderNumber - purchaseOrderNumber or null for nonepublic List<String> getReplacedInvoiceIds()
null for nonepublic Invoice setReplacedInvoiceIds(List<String> replacedInvoiceIds)
replacedInvoiceIds - replacedInvoiceIds or null for nonepublic DateRange getServiceDateRange()
null for nonepublic Invoice setServiceDateRange(DateRange serviceDateRange)
serviceDateRange - serviceDateRange or null for nonepublic Long getSubtotalAmountMicros()
null for nonepublic Invoice setSubtotalAmountMicros(Long subtotalAmountMicros)
subtotalAmountMicros - subtotalAmountMicros or null for nonepublic Long getTotalAmountMicros()
null for nonepublic Invoice setTotalAmountMicros(Long totalAmountMicros)
totalAmountMicros - totalAmountMicros or null for nonepublic Long getTotalTaxAmountMicros()
null for nonepublic Invoice setTotalTaxAmountMicros(Long totalTaxAmountMicros)
totalTaxAmountMicros - totalTaxAmountMicros or null for nonepublic Invoice set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Invoice clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.