Class StagedOrderSetBillingAddressCustomTypeActionBuilder

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

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

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