Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
Modifier and Type | Method and Description |
---|---|
ExternalTaxAmountDraftBuilder |
ExternalTaxAmountDraftDsl.newBuilder()
Creates a new builder with the values of this object.
|
static ExternalTaxAmountDraftBuilder |
ExternalTaxAmountDraftBuilder.of(ExternalTaxAmountDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ExternalTaxAmountDraftBuilder |
ExternalTaxAmountDraftBuilder.of(javax.money.MonetaryAmount totalGross,
ExternalTaxRateDraft taxRate)
Creates a new object initialized with the given values.
|
ExternalTaxAmountDraftBuilder |
ExternalTaxAmountDraftBuilder.taxRate(ExternalTaxRateDraft taxRate)
Sets the
taxRate property of this builder. |
ExternalTaxAmountDraftBuilder |
ExternalTaxAmountDraftBuilder.totalGross(javax.money.MonetaryAmount totalGross)
Sets the
totalGross property of this builder. |