Class StagedOrderSetBillingAddressCustomTypeActionBuilder

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

StagedOrderSetBillingAddressCustomTypeActionBuilder
Example to create an instance using the builder pattern

     StagedOrderSetBillingAddressCustomTypeAction stagedOrderSetBillingAddressCustomTypeAction = StagedOrderSetBillingAddressCustomTypeAction.builder()
             .build()