Interface MyCartSetLocaleAction

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

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

     MyCartSetLocaleAction myCartSetLocaleAction = MyCartSetLocaleAction.builder()
             .build()