Class SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder
- Enclosing class:
- SetStagedOrderShippingAddressAndCustomShippingMethodOutput
public static class SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress(AddressDraft address) build()externalTaxRate(ExternalTaxRateDraftOutput externalTaxRate) shippingMethodName(String shippingMethodName) shippingRate(ShippingRate shippingRate) taxCategoryResId(ResourceIdentifier taxCategoryResId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
type
-
address
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder address(AddressDraft address) -
shippingMethodName
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder shippingMethodName(String shippingMethodName) -
shippingRate
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder shippingRate(ShippingRate shippingRate) -
taxCategoryResId
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder taxCategoryResId(ResourceIdentifier taxCategoryResId) -
externalTaxRate
public SetStagedOrderShippingAddressAndCustomShippingMethodOutput.Builder externalTaxRate(ExternalTaxRateDraftOutput externalTaxRate)
-