Show / Hide Table of Contents

Class LfpLink

Collection of information related to the LFP link.

Inheritance
object
LfpLink
Implements
IMessage<LfpLink>
IEquatable<LfpLink>
IDeepCloneable<LfpLink>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class LfpLink : IMessage<LfpLink>, IEquatable<LfpLink>, IDeepCloneable<LfpLink>, IBufferMessage, IMessage

Constructors

LfpLink()

Declaration
public LfpLink()

LfpLink(LfpLink)

Declaration
public LfpLink(LfpLink other)
Parameters
Type Name Description
LfpLink other

Properties

ExternalAccountId

Required. The account ID by which this merchant is known to the LFP provider.

Declaration
public string ExternalAccountId { get; set; }
Property Value
Type Description
string

LfpProvider

Required. The resource name of the LFP provider. Format: lfpProviders/{lfp_provider}

Declaration
public string LfpProvider { get; set; }
Property Value
Type Description
string

State

Output only. The state of the LFP link.

Declaration
public ReviewState.Types.State State { get; set; }
Property Value
Type Description
ReviewState.Types.State
In this article
Back to top Generated by DocFX