Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.orderedits.commands.stagedactions |
Modifier and Type | Class and Description |
---|---|
class |
ExternalTaxAmountDraftDsl
Dsl class for
ExternalTaxAmountDraft . |
Modifier and Type | Method and Description |
---|---|
static ExternalTaxAmountDraftDsl |
ExternalTaxAmountDraftDsl.of(ExternalTaxAmountDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ExternalTaxAmountDraftBuilder |
ExternalTaxAmountDraftBuilder.of(ExternalTaxAmountDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
ExternalTaxAmountDraft |
SetShippingMethodTaxAmount.getExternalTaxAmount() |
ExternalTaxAmountDraft |
SetCustomLineItemTaxAmount.getExternalTaxAmount() |
ExternalTaxAmountDraft |
SetLineItemTaxAmount.getExternalTaxAmount() |
Modifier and Type | Method and Description |
---|---|
static SetShippingMethodTaxAmount |
SetShippingMethodTaxAmount.of(ExternalTaxAmountDraft externalTaxAmount) |
static SetCustomLineItemTaxAmount |
SetCustomLineItemTaxAmount.of(String customLineItemId,
ExternalTaxAmountDraft externalTaxAmount) |
static SetLineItemTaxAmount |
SetLineItemTaxAmount.of(String lineItemId,
ExternalTaxAmountDraft externalTaxAmount) |
Modifier and Type | Method and Description |
---|---|
ExternalTaxAmountDraft |
SetShippingMethodTaxAmount.getExternalTaxAmount() |
ExternalTaxAmountDraft |
SetCustomLineItemTaxAmount.getExternalTaxAmount() |
ExternalTaxAmountDraft |
SetLineItemTaxAmount.getExternalTaxAmount() |
Modifier and Type | Method and Description |
---|---|
static SetShippingMethodTaxAmount |
SetShippingMethodTaxAmount.of(ExternalTaxAmountDraft externalTaxAmount) |
static SetCustomLineItemTaxAmount |
SetCustomLineItemTaxAmount.of(String customLineItemId,
ExternalTaxAmountDraft externalTaxAmount) |
static SetLineItemTaxAmount |
SetLineItemTaxAmount.of(String lineItemId,
ExternalTaxAmountDraft externalTaxAmount) |