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 |
---|---|---|
InsertLfpSaleRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<LfpSale> | The response to send back to the client (wrapped by a task). |