Class CustomerAddBillingAddressIdActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerAddBillingAddressIdActionBuilder
All Implemented Interfaces:
Builder<CustomerAddBillingAddressIdAction>

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

     CustomerAddBillingAddressIdAction customerAddBillingAddressIdAction = CustomerAddBillingAddressIdAction.builder()
             .build()