Show / Hide Table of Contents

Class AccountsResource.LfpMerchantStatesResource

The "lfpMerchantStates" collection of methods.

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

Constructors

LfpMerchantStatesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets the LFP state of a merchant

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

Required. The name of the state to retrieve. Format: accounts/{account}/lfpMerchantStates/{target_merchant}

Returns
Type Description
AccountsResource.LfpMerchantStatesResource.GetRequest
In this article
Back to top Generated by DocFX