Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
RateGroup |
RateGroup.clone() |
RateGroup |
RateGroup.set(String fieldName,
Object value) |
RateGroup |
RateGroup.setApplicableShippingLabels(List<String> applicableShippingLabels)
A list of shipping labels defining the products to which this rate group applies to.
|
RateGroup |
RateGroup.setCarrierRates(List<CarrierRate> carrierRates)
A list of carrier rates that can be referred to by `mainTable` or `singleValue`.
|
RateGroup |
RateGroup.setMainTable(Table mainTable)
A table defining the rate group, when `singleValue` is not expressive enough.
|
RateGroup |
RateGroup.setName(String name)
Name of the rate group.
|
RateGroup |
RateGroup.setSingleValue(Value singleValue)
The value of the rate group (for example, flat rate $10).
|
RateGroup |
RateGroup.setSubtables(List<Table> subtables)
A list of subtables referred to by `mainTable`.
|
Modifier and Type | Method and Description |
---|---|
List<RateGroup> |
Service.getRateGroups()
Shipping rate group definitions.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setRateGroups(List<RateGroup> rateGroups)
Shipping rate group definitions.
|
Copyright © 2011–2024 Google. All rights reserved.