Class SetStagedOrderShippingAddressAndShippingMethod
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingAddressAndShippingMethod
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderShippingAddressAndShippingMethod(AddressInput address, ResourceIdentifierInput shippingMethod, ExternalTaxRateDraft externalTaxRate) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAddress(AddressInput address) voidsetExternalTaxRate(ExternalTaxRateDraft externalTaxRate) voidsetShippingMethod(ResourceIdentifierInput shippingMethod) toString()
-
Constructor Details
-
SetStagedOrderShippingAddressAndShippingMethod
public SetStagedOrderShippingAddressAndShippingMethod() -
SetStagedOrderShippingAddressAndShippingMethod
public SetStagedOrderShippingAddressAndShippingMethod(AddressInput address, ResourceIdentifierInput shippingMethod, ExternalTaxRateDraft externalTaxRate)
-
-
Method Details