Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
CampaignSummary |
CampaignSummary.clone() |
CampaignSummary |
CampaignSummary.set(String fieldName,
Object value) |
CampaignSummary |
CampaignSummary.setBillingInvoiceCode(String billingInvoiceCode)
Campaign billing invoice code.
|
CampaignSummary |
CampaignSummary.setCampaignId(Long campaignId)
Campaign ID.
|
CampaignSummary |
CampaignSummary.setPreTaxAmountMicros(Long preTaxAmountMicros)
The pre-tax amount for this campaign, in micros of the invoice's currency.
|
CampaignSummary |
CampaignSummary.setTaxAmountMicros(Long taxAmountMicros)
The tax amount for this campaign, in micros of the invoice's currency.
|
CampaignSummary |
CampaignSummary.setTotalAmountMicros(Long totalAmountMicros)
The total amount of charges for this campaign, in micros of the invoice's currency.
|
Modifier and Type | Method and Description |
---|---|
List<CampaignSummary> |
Invoice.getCampaignSummaries()
The list of summarized campaign information associated with this invoice.
|
Modifier and Type | Method and Description |
---|---|
Invoice |
Invoice.setCampaignSummaries(List<CampaignSummary> campaignSummaries)
The list of summarized campaign information associated with this invoice.
|
Copyright © 2011–2025 Google. All rights reserved.