| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201405 |
| Modifier and Type | Field and Description |
|---|---|
static BillingCap |
BillingCap.CAPPED_CUMULATIVE |
static BillingCap |
BillingCap.NO_CAP |
static BillingCap |
BillingCap.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BillingCap |
BillingCap.fromString(String value) |
static BillingCap |
BillingCap.fromValue(String value) |
BillingCap |
ProposalLineItem.getBillingCap()
Gets the billingCap value for this ProposalLineItem.
|
BillingCap |
Proposal.getBillingCap()
Gets the billingCap value for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLineItem.setBillingCap(BillingCap billingCap)
Sets the billingCap value for this ProposalLineItem.
|
void |
Proposal.setBillingCap(BillingCap billingCap)
Sets the billingCap value for this Proposal.
|
| 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,
Boolean isSold,
ProposalApprovalStatus approvalStatus,
DateTime lastModifiedDateTime,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName) |
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,
Boolean isSold,
Money baseRate,
Money costPerUnit,
Money cost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
DateTime lastModifiedDateTime,
Boolean useThirdPartyAdServerFromProposal,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName) |
Copyright © 2014. All Rights Reserved.