Class AccountsResource.OmnichannelSettingsResource.LfpProvidersResource
The "lfpProviders" collection of methods.
Inherited Members
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| AccountsResource.OmnichannelSettingsResource.LfpProvidersResource.LinkLfpProviderRequest |