| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201602 |
| 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 |
ReconciliationLineItemReport.getPricingModel()
Gets the pricingModel value for this ReconciliationLineItemReport.
|
PricingModel |
Proposal.getPricingModel()
Gets the pricingModel value for this Proposal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReconciliationLineItemReport.setPricingModel(PricingModel pricingModel)
Sets the pricingModel value for this ReconciliationLineItemReport.
|
void |
Proposal.setPricingModel(PricingModel pricingModel)
Sets the pricingModel value for this Proposal.
|
| Constructor and Description |
|---|
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) |
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 © 2016. All Rights Reserved.