Class LfpSaleServiceGrpc.LfpSaleServiceBlockingV2Stub (0.21.0)

public static final class LfpSaleServiceGrpc.LfpSaleServiceBlockingV2Stub extends AbstractBlockingStub<LfpSaleServiceGrpc.LfpSaleServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service LfpSaleService.

Service for a LFP partner to submit sales data for a merchant.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > LfpSaleServiceGrpc.LfpSaleServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected LfpSaleServiceGrpc.LfpSaleServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
LfpSaleServiceGrpc.LfpSaleServiceBlockingV2Stub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

insertLfpSale(InsertLfpSaleRequest request)

public LfpSale insertLfpSale(InsertLfpSaleRequest request)

Inserts a LfpSale for the given merchant.

Parameter
Name Description
request InsertLfpSaleRequest
Returns
Type Description
LfpSale