Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Class and Description |
---|---|
class |
ShippingInfoImportDraftDsl
Dsl class for
ShippingInfoImportDraft . |
Modifier and Type | Method and Description |
---|---|
ShippingInfoImportDraft |
OrderImportDraft.getShippingInfo() |
Modifier and Type | Method and Description |
---|---|
static ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.of(ShippingInfoImportDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.of(ShippingInfoImportDraft template)
Creates a new object initialized with the fields of the template parameter.
|
OrderImportDraftBuilder |
OrderImportDraftBuilder.shippingInfo(ShippingInfoImportDraft shippingInfo) |