Interface MyCartSetBillingAddressAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>
All Known Implementing Classes:
MyCartSetBillingAddressActionImpl

MyCartSetBillingAddressAction
Example to create an instance using the builder pattern

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