| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201805 |
| Modifier and Type | Field and Description |
|---|---|
static BillFrom |
BillFrom.DEFAULT |
static BillFrom |
BillFrom.DFP |
static BillFrom |
BillFrom.MANUAL |
static BillFrom |
BillFrom.THIRD_PARTY |
static BillFrom |
BillFrom.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BillFrom |
BillFrom.fromString(String value) |
static BillFrom |
BillFrom.fromValue(String value) |
BillFrom |
ReconciliationReportRow.getReconciliationSource()
Gets the reconciliationSource value for this ReconciliationReportRow.
|
BillFrom |
ReconciliationLineItemReport.getReconciliationSource()
Gets the reconciliationSource value for this ReconciliationLineItemReport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReconciliationReportRow.setReconciliationSource(BillFrom reconciliationSource)
Sets the reconciliationSource value for this ReconciliationReportRow.
|
void |
ReconciliationLineItemReport.setReconciliationSource(BillFrom reconciliationSource)
Sets the reconciliationSource value for this ReconciliationLineItemReport.
|
| Constructor and Description |
|---|
ReconciliationLineItemReport(Long id,
Long reconciliationReportId,
Long orderId,
Long proposalId,
Long lineItemId,
Long proposalLineItemId,
RateType rateType,
Money netRate,
Money grossRate,
PricingModel pricingModel,
Long dfpVolume,
Long thirdPartyVolume,
Long manualVolume,
BillFrom reconciliationSource,
Long reconciledVolume,
Long capVolume,
Long rolloverVolume,
Long billableVolume,
Money netBillableRevenue,
Money grossBillableRevenue,
BillableRevenueOverrides billableRevenueOverrides) |
ReconciliationReportRow(Long id,
Long reconciliationReportId,
Long lineItemId,
Long creativeId,
Long orderId,
Long advertiserId,
Long proposalLineItemId,
Long proposalId,
BillFrom reconciliationSource,
RateType rateType,
Money lineItemCostPerUnit,
Long lineItemContractedUnitsBought,
Long dfpVolume,
Long thirdPartyVolume,
Long manualVolume,
Long reconciledVolume,
Money contractedRevenue,
Money dfpRevenue,
Money thirdPartyRevenue,
Money manualRevenue,
Money reconciledRevenue,
String comments) |
Copyright © 2018. All Rights Reserved.