Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PriceAmount |
PriceAmount.clone() |
PriceAmount |
OrderTrackingSignal.getCustomerShippingFee()
The shipping fee of the order; this value should be set to zero in the case of free shipping.
|
PriceAmount |
ReturnPolicyOnlineRestockingFee.getFixedFee()
Fixed restocking fee.
|
PriceAmount |
ReturnPolicyOnlineReturnShippingFee.getFixedFee()
Fixed return shipping fee amount.
|
PriceAmount |
Promotion.getFreeGiftValue()
Free gift value for the promotion.
|
PriceAmount |
Promotion.getLimitValue()
Maximum purchase value for the promotion.
|
PriceAmount |
Promotion.getMinimumPurchaseAmount()
Minimum purchase amount for the promotion.
|
PriceAmount |
Promotion.getMoneyBudget()
Cost cap for the promotion.
|
PriceAmount |
Promotion.getMoneyOffAmount()
The money off amount offered in the promotion.
|
PriceAmount |
PriceAmount.set(String fieldName,
Object value) |
PriceAmount |
PriceAmount.setCurrency(String currency)
The currency of the price.
|
PriceAmount |
PriceAmount.setValue(String value)
The price represented as a number.
|
Modifier and Type | Method and Description |
---|---|
OrderTrackingSignal |
OrderTrackingSignal.setCustomerShippingFee(PriceAmount customerShippingFee)
The shipping fee of the order; this value should be set to zero in the case of free shipping.
|
ReturnPolicyOnlineRestockingFee |
ReturnPolicyOnlineRestockingFee.setFixedFee(PriceAmount fixedFee)
Fixed restocking fee.
|
ReturnPolicyOnlineReturnShippingFee |
ReturnPolicyOnlineReturnShippingFee.setFixedFee(PriceAmount fixedFee)
Fixed return shipping fee amount.
|
Promotion |
Promotion.setFreeGiftValue(PriceAmount freeGiftValue)
Free gift value for the promotion.
|
Promotion |
Promotion.setLimitValue(PriceAmount limitValue)
Maximum purchase value for the promotion.
|
Promotion |
Promotion.setMinimumPurchaseAmount(PriceAmount minimumPurchaseAmount)
Minimum purchase amount for the promotion.
|
Promotion |
Promotion.setMoneyBudget(PriceAmount moneyBudget)
Cost cap for the promotion.
|
Promotion |
Promotion.setMoneyOffAmount(PriceAmount moneyOffAmount)
The money off amount offered in the promotion.
|
Copyright © 2011–2024 Google. All rights reserved.