Class LinkLfpProviderRequest
Request message for the LinkLfpProvider method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class LinkLfpProviderRequest : IMessage<LinkLfpProviderRequest>, IEquatable<LinkLfpProviderRequest>, IDeepCloneable<LinkLfpProviderRequest>, IBufferMessage, IMessage
Constructors
LinkLfpProviderRequest()
Declaration
public LinkLfpProviderRequest()
LinkLfpProviderRequest(LinkLfpProviderRequest)
Declaration
public LinkLfpProviderRequest(LinkLfpProviderRequest other)
Parameters
Type | Name | Description |
---|---|---|
LinkLfpProviderRequest | other |
Properties
ExternalAccountId
Required. The external account ID by which this merchant is known to the LFP provider.
Declaration
public string ExternalAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
LfpProviderName
LfpProviderName-typed view over the Name resource name property.
Declaration
public LfpProviderName LfpProviderName { get; set; }
Property Value
Type | Description |
---|---|
LfpProviderName |
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.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |