Interface CartSetLocaleAction

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

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

     CartSetLocaleAction cartSetLocaleAction = CartSetLocaleAction.builder()
             .build()