Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
OrderShippingInfo |
Order.getShippingInfo() |
static OrderShippingInfo |
OrderShippingInfo.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
Reference<TaxCategory> taxCategory,
Reference<ShippingMethod> shippingMethod,
List<Delivery> deliveries)
Creates an
OrderShippingInfo for the OrderImportDraft . |
Modifier and Type | Method and Description |
---|---|
OrderShippingInfo |
OrderShippingInfoSetMessage.getOldShippingInfo() |
OrderShippingInfo |
OrderShippingInfoSetMessage.getShippingInfo() |