Show / Hide Table of Contents

Class AccountsResource.LfpSalesResource

The "lfpSales" collection of methods.

Inheritance
object
AccountsResource.LfpSalesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.lfp_v1beta
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class AccountsResource.LfpSalesResource

Constructors

LfpSalesResource(IClientService)

Constructs a new resource.

Declaration
public LfpSalesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Insert(LfpSale, string)

Inserts a LfpSale for the given merchant.

Declaration
public virtual AccountsResource.LfpSalesResource.InsertRequest Insert(LfpSale body, string parent)
Parameters
Type Name Description
LfpSale body

The body of the request.

string parent

Required. The LFP provider account. Format: accounts/{lfp_partner}

Returns
Type Description
AccountsResource.LfpSalesResource.InsertRequest
In this article
Back to top Generated by DocFX