Interface CartSetBillingAddressCustomTypeAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetBillingAddressCustomTypeActionImpl

CartSetBillingAddressCustomTypeAction
Example to create an instance using the builder pattern

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