Interface MyCustomerSetLocaleAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetLocaleAction extends MyCustomerUpdateAction
MyCustomerSetLocaleAction
Example to create an instance using the builder pattern

     MyCustomerSetLocaleAction myCustomerSetLocaleAction = MyCustomerSetLocaleAction.builder()
             .build()