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 |
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.
|
Copyright © 2011–2020 Google. All rights reserved.