Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Promotion |
Promotion.clone() |
Promotion |
Promotion.set(String fieldName,
Object value) |
Promotion |
Promotion.setPromotionAmount(Amount promotionAmount)
[required] Amount of the promotion.
|
Promotion |
Promotion.setPromotionId(String promotionId)
[required] ID of the promotion.
|
Modifier and Type | Method and Description |
---|---|
List<Promotion> |
UnitInvoiceAdditionalCharge.getAdditionalChargePromotions()
Deprecated.
|
List<Promotion> |
UnitInvoice.getPromotions()
Deprecated.
|
List<Promotion> |
InvoiceSummary.getPromotionSummaries()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnitInvoiceAdditionalCharge |
UnitInvoiceAdditionalCharge.setAdditionalChargePromotions(List<Promotion> additionalChargePromotions)
Deprecated.
|
UnitInvoice |
UnitInvoice.setPromotions(List<Promotion> promotions)
Deprecated.
|
InvoiceSummary |
InvoiceSummary.setPromotionSummaries(List<Promotion> promotionSummaries)
Deprecated.
|
Copyright © 2011–2021 Google. All rights reserved.