Interface CustomerAddStoreAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerAddStoreAction extends CustomerUpdateAction

Associates the Customer with a Store.


Example to create an instance using the builder pattern

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

  • Method Details