Class StagedOrderSetBillingAddressCustomFieldActionBuilder

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

StagedOrderSetBillingAddressCustomFieldActionBuilder
Example to create an instance using the builder pattern

     StagedOrderSetBillingAddressCustomFieldAction stagedOrderSetBillingAddressCustomFieldAction = StagedOrderSetBillingAddressCustomFieldAction.builder()
             .name("{name}")
             .build()