public static interface LfpStoreServiceGrpc.AsyncService
Service for a LFP partner to submit local stores for a merchant.
Methods
deleteLfpStore(DeleteLfpStoreRequest request, StreamObserver<Empty> responseObserver)
public default void deleteLfpStore(DeleteLfpStoreRequest request, StreamObserver<Empty> responseObserver)
Deletes a store for a target merchant.
Parameters | |
---|---|
Name | Description |
request |
DeleteLfpStoreRequest |
responseObserver |
io.grpc.stub.StreamObserver<Empty> |
getLfpStore(GetLfpStoreRequest request, StreamObserver<LfpStore> responseObserver)
public default void getLfpStore(GetLfpStoreRequest request, StreamObserver<LfpStore> responseObserver)
Retrieves information about a store.
Parameters | |
---|---|
Name | Description |
request |
GetLfpStoreRequest |
responseObserver |
io.grpc.stub.StreamObserver<LfpStore> |
insertLfpStore(InsertLfpStoreRequest request, StreamObserver<LfpStore> responseObserver)
public default void insertLfpStore(InsertLfpStoreRequest request, StreamObserver<LfpStore> responseObserver)
Inserts a store for the target merchant. If the store with the same store code already exists, it will be replaced.
Parameters | |
---|---|
Name | Description |
request |
InsertLfpStoreRequest |
responseObserver |
io.grpc.stub.StreamObserver<LfpStore> |
listLfpStores(ListLfpStoresRequest request, StreamObserver<ListLfpStoresResponse> responseObserver)
public default void listLfpStores(ListLfpStoresRequest request, StreamObserver<ListLfpStoresResponse> responseObserver)
Lists the stores of the target merchant, specified by the filter in
ListLfpStoresRequest
.
Parameters | |
---|---|
Name | Description |
request |
ListLfpStoresRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListLfpStoresResponse> |