Interface CartSetBillingAddressAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

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

     CartSetBillingAddressAction cartSetBillingAddressAction = CartSetBillingAddressAction.builder()
             .build()