Show / Hide Table of Contents

Class AccountsResource.OmnichannelSettingsResource.LfpProvidersResource

The "lfpProviders" collection of methods.

Inheritance
object
AccountsResource.OmnichannelSettingsResource.LfpProvidersResource
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.accounts_v1
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class AccountsResource.OmnichannelSettingsResource.LfpProvidersResource

Constructors

LfpProvidersResource(IClientService)

Constructs a new resource.

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

Methods

Find(string)

Find the LFP provider candidates in a given country.

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.LfpProvidersResource.FindRequest Find(string parent)
Parameters
Type Name Description
string parent

Required. The name of the parent resource under which the LFP providers are found. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}.

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.LfpProvidersResource.FindRequest

LinkLfpProvider(LinkLfpProviderRequest, string)

Link the specified merchant to a LFP provider for the specified country.

Declaration
public virtual AccountsResource.OmnichannelSettingsResource.LfpProvidersResource.LinkLfpProviderRequest LinkLfpProvider(LinkLfpProviderRequest body, string name)
Parameters
Type Name Description
LinkLfpProviderRequest body

The body of the request.

string name

Required. The name of the LFP provider resource to link. Format: accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}. The lfp_provider is the LFP provider ID.

Returns
Type Description
AccountsResource.OmnichannelSettingsResource.LfpProvidersResource.LinkLfpProviderRequest
In this article
Back to top Generated by DocFX