| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Field and Description |
|---|---|
static BillingSchedule |
BillingSchedule.PRORATED |
static BillingSchedule |
BillingSchedule.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BillingSchedule |
BillingSchedule.fromString(String value) |
static BillingSchedule |
BillingSchedule.fromValue(String value) |
BillingSchedule |
Proposal.getBillingSchedule()
Gets the billingSchedule value for this Proposal.
|
BillingSchedule |
ProposalLineItem.getBillingSchedule()
Gets the billingSchedule value for this ProposalLineItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Proposal.setBillingSchedule(BillingSchedule billingSchedule)
Sets the billingSchedule value for this Proposal.
|
void |
ProposalLineItem.setBillingSchedule(BillingSchedule billingSchedule)
Sets the billingSchedule value for this ProposalLineItem.
|
| Constructor and Description |
|---|
Proposal(Long id,
Long dfpOrderId,
String name,
PricingModel pricingModel,
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,
String currencyCode,
Long exchangeRate,
Boolean refreshExchangeRate,
Long agencyCommission,
Long valueAddedTax,
ProposalApprovalStatus approvalStatus,
DateTime lastModifiedDateTime) |
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,
Long dfpLineItemId,
LineItemType lineItemType,
Integer lineItemPriority,
RateType rateType,
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,
DateTime lastModifiedDateTime) |
Copyright © 2013. All Rights Reserved.