Package | Description |
---|---|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
Modifier and Type | Method and Description |
---|---|
static SetCustomShippingMethod |
SetCustomShippingMethod.of(String shippingMethodName,
ShippingRate shippingRate,
Referenceable<TaxCategory> taxCategory) |
static SetCustomShippingMethod |
SetCustomShippingMethod.of(String shippingMethodName,
ShippingRate shippingRate,
ResourceIdentifier<TaxCategory> taxCategory) |
static SetCustomShippingMethod |
SetCustomShippingMethod.ofExternalTaxCalculation(String shippingMethodName,
ShippingRate shippingRate) |
static SetCustomShippingMethod |
SetCustomShippingMethod.ofExternalTaxCalculation(String shippingMethodName,
ShippingRate shippingRate,
ExternalTaxRateDraft externalTaxRate) |