Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
CarrierRate |
CarrierRate.clone() |
CarrierRate |
CarrierRate.set(String fieldName,
Object value) |
CarrierRate |
CarrierRate.setCarrierName(String carrierName)
Carrier service, such as `"UPS"` or `"Fedex"`.
|
CarrierRate |
CarrierRate.setCarrierService(String carrierService)
Carrier service, such as `"ground"` or `"2 days"`.
|
CarrierRate |
CarrierRate.setFlatAdjustment(Price flatAdjustment)
Additive shipping rate modifier.
|
CarrierRate |
CarrierRate.setName(String name)
Name of the carrier rate.
|
CarrierRate |
CarrierRate.setOriginPostalCode(String originPostalCode)
Shipping origin for this carrier rate.
|
CarrierRate |
CarrierRate.setPercentageAdjustment(String percentageAdjustment)
Multiplicative shipping rate modifier as a number in decimal notation.
|
Modifier and Type | Method and Description |
---|---|
List<CarrierRate> |
RateGroup.getCarrierRates()
A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
|
Modifier and Type | Method and Description |
---|---|
RateGroup |
RateGroup.setCarrierRates(List<CarrierRate> carrierRates)
A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
|
Copyright © 2011–2024 Google. All rights reserved.