All Methods Static Methods Instance Methods Abstract Methods Default Methods Deprecated Methods
| Modifier and Type |
Method and Description |
CustomFieldsDraft |
getCustom() |
String |
getDescription()
Deprecated.
|
String |
getKey() |
LocalizedString |
getLocalizedDescription() |
LocalizedString |
getLocalizedName() |
String |
getName() |
String |
getPredicate() |
ResourceIdentifier<TaxCategory> |
getTaxCategory() |
List<ZoneRateDraft> |
getZoneRates() |
Boolean |
isDefault() |
static ShippingMethodDraft |
of(String name,
LocalizedString localizedDescription,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates) |
static ShippingMethodDraft |
of(String name,
LocalizedString localizedDescription,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
boolean isDefault) |
static ShippingMethodDraft |
of(String name,
String description,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates)
Deprecated.
|
static ShippingMethodDraft |
of(String name,
String description,
Referenceable<TaxCategory> taxCategory,
List<ZoneRateDraft> zoneRates,
boolean isDefault)
Deprecated.
|