Interface MyCartSetBillingAddressAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>

public interface MyCartSetBillingAddressAction extends MyCartUpdateAction
MyCartSetBillingAddressAction
Example to create an instance using the builder pattern

     MyCartSetBillingAddressAction myCartSetBillingAddressAction = MyCartSetBillingAddressAction.builder()
             .build()