| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201602 |
| Modifier and Type | Field and Description |
|---|---|
static BillingCap |
BillingCap.CAPPED_CUMULATIVE |
static BillingCap |
BillingCap.CAPPED_CUMULATIVE_PER_BILLING_CYCLE |
static BillingCap |
BillingCap.CAPPED_PER_BILLING_CYCLE |
static BillingCap |
BillingCap.CAPPED_WITH_ROLLOVER_PER_BILLING_CYCLE |
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 |
CompanySettings.getBillingCap()
Gets the billingCap value for this CompanySettings.
|
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 |
CompanySettings.setBillingCap(BillingCap billingCap)
Sets the billingCap value for this CompanySettings.
|
void |
Proposal.setBillingCap(BillingCap billingCap)
Sets the billingCap value for this Proposal.
|
| Constructor and Description |
|---|
CompanySettings(BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
Long advertiserDiscount,
Long valueAddedTax,
Long agencyCommission) |
Proposal(Long id,
Long dfpOrderId,
String name,
PricingModel pricingModel,
DateTime startDateTime,
DateTime endDateTime,
String timeZoneId,
ProposalStatus status,
Boolean isArchived,
ProposalCompanyAssociation advertiser,
ProposalCompanyAssociation[] agencies,
Long probabilityOfClose,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
BillingBase billingBase,
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,
String currencyCode,
Long exchangeRate,
Boolean refreshExchangeRate,
Long agencyCommission,
Long valueAddedTax,
Boolean isSold,
ProposalApprovalStatus approvalStatus,
DateTime lastModifiedDateTime,
ProposalLink[] resources,
DateTime actualExpiryTime,
DateTime expectedExpiryTime,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName,
ProposalTermsAndConditions[] termsAndConditions,
RetractionDetails lastRetractionDetails) |
ProposalLineItem(Long id,
Long proposalId,
Long packageId,
Long rateCardId,
Long productId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String timeZoneId,
String notes,
CostAdjustment costAdjustment,
Boolean isArchived,
Goal goal,
Integer contractedQuantityBuffer,
Long scheduledQuantity,
Long contractedUnitsBought,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CompanionDeliveryOption companionDeliveryOption,
CreativeRotationType creativeRotationType,
Long videoMaxDuration,
FrequencyCap[] frequencyCaps,
Long dfpLineItemId,
LineItemType lineItemType,
Integer lineItemPriority,
RateType rateType,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
ProposalLineItemConstraints productConstraints,
ProposalLineItemPremium[] premiums,
Boolean isSold,
Money baseRate,
Money costPerUnit,
Money cost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
BillingBase billingBase,
DateTime lastModifiedDateTime,
ReservationStatus reservationStatus,
Boolean useThirdPartyAdServerFromProposal,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName,
EnvironmentType environmentType,
LinkStatus linkStatus) |
Copyright © 2016. All Rights Reserved.