Class SetStagedOrderShippingMethodTaxRate
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingMethodTaxRate
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderShippingMethodTaxRate(ExternalTaxRateDraft externalTaxRate, String shippingKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetExternalTaxRate(ExternalTaxRateDraft externalTaxRate) voidsetShippingKey(String shippingKey) toString()
-
Constructor Details
-
SetStagedOrderShippingMethodTaxRate
public SetStagedOrderShippingMethodTaxRate() -
SetStagedOrderShippingMethodTaxRate
public SetStagedOrderShippingMethodTaxRate(ExternalTaxRateDraft externalTaxRate, String shippingKey)
-
-
Method Details