Class CartSetBillingAddressCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetBillingAddressCustomTypeActionBuilder
All Implemented Interfaces:
Builder<CartSetBillingAddressCustomTypeAction>

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

     CartSetBillingAddressCustomTypeAction cartSetBillingAddressCustomTypeAction = CartSetBillingAddressCustomTypeAction.builder()
             .build()