| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201308 |
| Modifier and Type | Field and Description |
|---|---|
static CostAdjustment |
CostAdjustment.BARTER |
static CostAdjustment |
CostAdjustment.MAKE_GOOD |
static CostAdjustment |
CostAdjustment.NONE |
static CostAdjustment |
CostAdjustment.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CostAdjustment |
CostAdjustment.fromString(String value) |
static CostAdjustment |
CostAdjustment.fromValue(String value) |
CostAdjustment |
ProposalLineItem.getCostAdjustment()
Gets the costAdjustment value for this ProposalLineItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLineItem.setCostAdjustment(CostAdjustment costAdjustment)
Sets the costAdjustment value for this ProposalLineItem.
|
| Constructor and Description |
|---|
ProposalLineItem(Long id,
Long proposalId,
Long rateCardId,
String productId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String notes,
CostAdjustment costAdjustment,
Boolean isArchived,
Long unitsBought,
Integer unitsBoughtBuffer,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CompanionDeliveryOption companionDeliveryOption,
CreativeRotationType creativeRotationType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer lineItemPriority,
CostType costType,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
ProposalLineItemPremium[] premiums,
Money baseRate,
Money costPerUnit,
Money cost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource) |
Copyright © 2014. All Rights Reserved.