| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201306 |
| Modifier and Type | Field and Description |
|---|---|
static BillingSource |
BillingSource.CONTRACTED |
static BillingSource |
BillingSource.DFP_VOLUME |
static BillingSource |
BillingSource.THIRD_PARTY_VOLUME |
static BillingSource |
BillingSource.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BillingSource |
BillingSource.fromString(String value) |
static BillingSource |
BillingSource.fromValue(String value) |
BillingSource |
ProposalLineItem.getBillingSource()
Gets the billingSource value for this ProposalLineItem.
|
BillingSource |
Proposal.getBillingSource()
Gets the billingSource value for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLineItem.setBillingSource(BillingSource billingSource)
Sets the billingSource value for this ProposalLineItem.
|
void |
Proposal.setBillingSource(BillingSource billingSource)
Sets the billingSource value for this Proposal.
|
| Constructor and Description |
|---|
Proposal(Long id,
String name,
DateTime startDateTime,
DateTime endDateTime,
ProposalStatus status,
Boolean isArchived,
ProposalCompanyAssociation advertiser,
ProposalCompanyAssociation[] agencies,
Integer probabilityToClose,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
String poNumber,
String notes,
Money budget,
SalespersonSplit primarySalesperson,
SalespersonSplit[] secondarySalespeople,
long[] salesPlannerIds,
Long primaryTraffickerId,
long[] secondaryTraffickerIds,
long[] appliedTeamIds,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Long advertiserDiscount,
Long proposalDiscount,
Money additionalAdjustment,
Long exchangeRate,
Boolean refreshExchangeRate,
Long agencyCommission,
Long valueAddedTax,
long[] approvalWorkflowActionIds,
ProposalApprovalStatus approvalStatus) |
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.