Interface CustomerSetStoresAction

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

Sets the Stores the Customer account is associated with. If no Stores are specified, the Customer becomes a global Customer.


Example to create an instance using the builder pattern

     CustomerSetStoresAction customerSetStoresAction = CustomerSetStoresAction.builder()
             .build()