Class SetCartShippingMethod
java.lang.Object
com.commercetools.graphql.api.types.SetCartShippingMethod
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetCartShippingMethod(ResourceIdentifierInput shippingMethod, ExternalTaxRateDraft externalTaxRate) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetExternalTaxRate(ExternalTaxRateDraft externalTaxRate) voidsetShippingMethod(ResourceIdentifierInput shippingMethod) toString()
-
Constructor Details
-
SetCartShippingMethod
public SetCartShippingMethod() -
SetCartShippingMethod
public SetCartShippingMethod(ResourceIdentifierInput shippingMethod, ExternalTaxRateDraft externalTaxRate)
-
-
Method Details