Class StagedOrderSetItemShippingAddressCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetItemShippingAddressCustomTypeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<StagedOrderSetItemShippingAddressCustomTypeAction>

StagedOrderSetItemShippingAddressCustomTypeActionBuilder
Example to create an instance using the builder pattern

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