| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| 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,
CostType lineItemCostType,
Money lineItemCostPerUnit,
Long lineItemContractedUnitsBought,
Long dfpClicks,
Long dfpImpressions,
Integer dfpLineItemDays,
Long thirdPartyClicks,
Long thirdPartyImpressions,
Integer thirdPartyLineItemDays,
Long manualClicks,
Long manualImpressions,
Integer manualLineItemDays,
Long reconciledClicks,
Long reconciledImpressions,
Integer reconciledLineItemDays,
Money contractedRevenue,
Money dfpRevenue,
Money thirdPartyRevenue,
Money manualRevenue,
Money reconciledRevenue,
String comments) |
Copyright © 2014. All Rights Reserved.