Class StagedOrderSetItemShippingAddressCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetItemShippingAddressCustomTypeActionBuilder
All Implemented Interfaces:
Builder<StagedOrderSetItemShippingAddressCustomTypeAction>

public class StagedOrderSetItemShippingAddressCustomTypeActionBuilder extends Object implements Builder<StagedOrderSetItemShippingAddressCustomTypeAction>
StagedOrderSetItemShippingAddressCustomTypeActionBuilder
Example to create an instance using the builder pattern

     StagedOrderSetItemShippingAddressCustomTypeAction stagedOrderSetItemShippingAddressCustomTypeAction = StagedOrderSetItemShippingAddressCustomTypeAction.builder()
             .addressKey("{addressKey}")
             .build()