Interface CustomerSetLocaleAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetLocaleActionImpl

CustomerSetLocaleAction
Example to create an instance using the builder pattern

     CustomerSetLocaleAction customerSetLocaleAction = CustomerSetLocaleAction.builder()
             .build()