Class LfpSaleService.LfpSaleServiceBase
Base class for server-side implementations of LfpSaleService
Namespace: Google.Shopping.Merchant.Lfp.V1Beta
Assembly: Google.Shopping.Merchant.Lfp.V1Beta.dll
Syntax
[BindServiceMethod(typeof(LfpSaleService), "BindService")]
public abstract class LfpSaleService.LfpSaleServiceBase
Methods
InsertLfpSale(InsertLfpSaleRequest, ServerCallContext)
Inserts a LfpSale
for the given merchant.
Declaration
public virtual Task<LfpSale> InsertLfpSale(InsertLfpSaleRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
Insert |
request | The request received from the client. |
Server |
context | The context of the server-side call handler being invoked. |