| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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) |
Copyright © 2014. All Rights Reserved.