Show / Hide Table of Contents

Class AccountsResource.LfpStoresResource

The "lfpStores" collection of methods.

Inheritance
object
AccountsResource.LfpStoresResource
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.LfpStoresResource

Constructors

LfpStoresResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Deletes a store for a target merchant.

Declaration
public virtual AccountsResource.LfpStoresResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the store to delete for the target merchant account. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}

Returns
Type Description
AccountsResource.LfpStoresResource.DeleteRequest

Get(string)

Retrieves information about a store.

Declaration
public virtual AccountsResource.LfpStoresResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the store to retrieve. Format: accounts/{account}/lfpStores/{target_merchant}~{store_code}

Returns
Type Description
AccountsResource.LfpStoresResource.GetRequest

Insert(LfpStore, string)

Inserts a store for the target merchant. If the store with the same store code already exists, it will be replaced.

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

The body of the request.

string parent

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

Returns
Type Description
AccountsResource.LfpStoresResource.InsertRequest

List(string)

Lists the stores of the target merchant, specified by the filter in ListLfpStoresRequest.

Declaration
public virtual AccountsResource.LfpStoresResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The LFP partner. Format: accounts/{account}

Returns
Type Description
AccountsResource.LfpStoresResource.ListRequest
In this article
Back to top Generated by DocFX