| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201708 |
| Modifier and Type | Field and Description |
|---|---|
static PricingModel |
PricingModel.GROSS |
static PricingModel |
PricingModel.NET |
static PricingModel |
PricingModel.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static PricingModel |
PricingModel.fromString(String value) |
static PricingModel |
PricingModel.fromValue(String value) |
PricingModel |
Proposal.getPricingModel()
Gets the pricingModel value for this Proposal.
|
PricingModel |
RateCard.getPricingModel()
Gets the pricingModel value for this RateCard.
|
PricingModel |
ReconciliationLineItemReport.getPricingModel()
Gets the pricingModel value for this ReconciliationLineItemReport.
|
PricingModel |
ProposalLineItem.getRateCardPricingModel()
Gets the rateCardPricingModel value for this ProposalLineItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Proposal.setPricingModel(PricingModel pricingModel)
Sets the pricingModel value for this Proposal.
|
void |
RateCard.setPricingModel(PricingModel pricingModel)
Sets the pricingModel value for this RateCard.
|
void |
ReconciliationLineItemReport.setPricingModel(PricingModel pricingModel)
Sets the pricingModel value for this ReconciliationLineItemReport.
|
void |
ProposalLineItem.setRateCardPricingModel(PricingModel rateCardPricingModel)
Sets the rateCardPricingModel value for this ProposalLineItem.
|
| Constructor and Description |
|---|
Proposal(Long id,
Boolean isProgrammatic,
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 internalNotes,
Money budget,
SalespersonSplit primarySalesperson,
SalespersonSplit[] secondarySalespeople,
long[] salesPlannerIds,
Long primaryTraffickerId,
long[] secondaryTraffickerIds,
long[] sellerContactIds,
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,
WorkflowProgress workflowProgress,
DateTime lastModifiedDateTime,
ProposalLink[] resources,
DateTime actualExpiryTime,
DateTime expectedExpiryTime,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName,
ProposalTermsAndConditions[] termsAndConditions,
RetractionDetails lastRetractionDetails,
ProposalMarketplaceInfo marketplaceInfo,
OfflineError[] offlineErrors,
Boolean hasOfflineErrors) |
ProposalLineItem(Long id,
Long proposalId,
Long packageId,
Long rateCardId,
Long productId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String timeZoneId,
String internalNotes,
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 netRate,
Money grossRate,
Money netCost,
Money grossCost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
BillingBase billingBase,
DateTime lastModifiedDateTime,
ReservationStatus reservationStatus,
DateTime lastReservationDateTime,
Boolean useThirdPartyAdServerFromProposal,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName,
EnvironmentType environmentType,
Boolean isProgrammatic,
LinkStatus linkStatus,
ProposalLineItemMarketplaceInfo marketplaceInfo,
PricingModel rateCardPricingModel,
String additionalTerms) |
RateCard(Long id,
String name,
String currencyCode,
RateCardStatus status,
Boolean forMarketplace,
PricingModel pricingModel,
long[] appliedTeamIds,
DateTime lastModifiedDateTime) |
ReconciliationLineItemReport(Long id,
Long reconciliationReportId,
Long orderId,
Long proposalId,
Long lineItemId,
Long proposalLineItemId,
RateType rateType,
Money netRate,
Money grossRate,
PricingModel pricingModel,
Long dfpVolume,
Long thirdPartyVolume,
Long manualVolume,
BillFrom reconciliationSource,
Long reconciledVolume,
Long capVolume,
Long rolloverVolume,
Long billableVolume,
Money netBillableRevenue,
Money grossBillableRevenue,
BillableRevenueOverrides billableRevenueOverrides) |
Copyright © 2018. All Rights Reserved.