Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Invoice |
Invoice.clone() |
Invoice |
Invoice.set(String fieldName,
Object value) |
Invoice |
Invoice.setCampaignSummaries(List<CampaignSummary> campaignSummaries)
The list of summarized campaign information associated with this invoice.
|
Invoice |
Invoice.setCorrectedInvoiceId(String correctedInvoiceId)
The originally issued invoice that is being adjusted by this invoice, if applicable.
|
Invoice |
Invoice.setCurrencyCode(String currencyCode)
Invoice currency code in ISO 4217 format.
|
Invoice |
Invoice.setDueDate(String dueDate)
The invoice due date.
|
Invoice |
Invoice.setId(String id)
ID of this invoice.
|
Invoice |
Invoice.setInvoiceType(String invoiceType)
The type of invoice document.
|
Invoice |
Invoice.setIssueDate(String issueDate)
The date when the invoice was issued.
|
Invoice |
Invoice.setKind(String kind)
Identifies what kind of resource this is.
|
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 originally issued invoice(s) that is being cancelled by this invoice, if applicable.
|
Invoice |
Invoice.setServiceEndDate(String serviceEndDate)
The invoice service end date.
|
Invoice |
Invoice.setServiceStartDate(String serviceStartDate)
The invoice service start date.
|
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> |
AdvertiserInvoicesListResponse.getInvoices()
Invoice collection
|
Modifier and Type | Method and Description |
---|---|
AdvertiserInvoicesListResponse |
AdvertiserInvoicesListResponse.setInvoices(List<Invoice> invoices)
Invoice collection
|
Copyright © 2011–2025 Google. All rights reserved.