Class SetStagedOrderShippingAddressAndShippingMethod.Builder
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingAddressAndShippingMethod.Builder
- Enclosing class:
- SetStagedOrderShippingAddressAndShippingMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress(AddressInput address) build()externalTaxRate(ExternalTaxRateDraft externalTaxRate) shippingMethod(ResourceIdentifierInput shippingMethod)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
address
-
shippingMethod
public SetStagedOrderShippingAddressAndShippingMethod.Builder shippingMethod(ResourceIdentifierInput shippingMethod) -
externalTaxRate
public SetStagedOrderShippingAddressAndShippingMethod.Builder externalTaxRate(ExternalTaxRateDraft externalTaxRate)
-