Class SetStagedOrderShippingMethodTaxAmount
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingMethodTaxAmount
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderShippingMethodTaxAmount(ExternalTaxAmountDraft externalTaxAmount, String shippingKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetExternalTaxAmount(ExternalTaxAmountDraft externalTaxAmount) voidsetShippingKey(String shippingKey) toString()
-
Constructor Details
-
SetStagedOrderShippingMethodTaxAmount
public SetStagedOrderShippingMethodTaxAmount() -
SetStagedOrderShippingMethodTaxAmount
public SetStagedOrderShippingMethodTaxAmount(ExternalTaxAmountDraft externalTaxAmount, String shippingKey)
-
-
Method Details