Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftBuilder.build()
Creates a new instance of
ShippingInfoImportDraftDsl with the values of this builder. |
static ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.of(ShippingInfoImportDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.of(String shippingMethodName,
javax.money.MonetaryAmount price,
ShippingRate shippingRate,
TaxRate taxRate,
ResourceIdentifier<TaxCategory> taxCategory,
ResourceIdentifier<ShippingMethod> shippingMethod,
ShippingMethodState shippingMethodState,
List<Delivery> deliveries)
Creates a new object initialized with the given values.
|
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withDeliveries(List<Delivery> deliveries) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withDiscountedPrice(DiscountedLineItemPrice discountedPrice) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withPrice(javax.money.MonetaryAmount price) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withShippingMethod(ResourceIdentifier<ShippingMethod> shippingMethod) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withShippingMethodName(String shippingMethodName) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withShippingMethodState(ShippingMethodState shippingMethodState) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withShippingRate(ShippingRate shippingRate) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withTaxCategory(ResourceIdentifier<TaxCategory> taxCategory) |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withTaxRate(TaxRate taxRate) |