Interface CartSetBillingAddressCustomTypeAction

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

public interface CartSetBillingAddressCustomTypeAction extends CartUpdateAction
CartSetBillingAddressCustomTypeAction
Example to create an instance using the builder pattern

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