| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201405 |
| Modifier and Type | Field and Description |
|---|---|
static BillFrom |
BillFrom.CONTRACTED_GOAL |
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.getBillFrom()
Gets the billFrom value for this ReconciliationReportRow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReconciliationReportRow.setBillFrom(BillFrom billFrom)
Sets the billFrom value for this ReconciliationReportRow.
|
| Constructor and Description |
|---|
ReconciliationReportRow(Long reconciliationReportId,
Long lineItemId,
Long creativeId,
Long orderId,
Long advertiserId,
BillFrom billFrom,
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 © 2014. All Rights Reserved.