Interface CustomerSetStoresAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetStoresAction extends CustomerUpdateAction

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()
             .plusStores(storesBuilder -> storesBuilder)
             .build()