Interface CustomerAddStoreAction

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

Associates the Customer with a Store.


Example to create an instance using the builder pattern

     CustomerAddStoreAction customerAddStoreAction = CustomerAddStoreAction.builder()
             .store(storeBuilder -> storeBuilder)
             .build()