Show / Hide Table of Contents

Class LfpMerchantState.Types.LfpStoreState

The state of a specific merchant's store.

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

Constructors

LfpStoreState()

Declaration
public LfpStoreState()

LfpStoreState(LfpStoreState)

Declaration
public LfpStoreState(LfpMerchantState.Types.LfpStoreState other)
Parameters
Type Name Description
LfpMerchantState.Types.LfpStoreState other

Properties

MatchingState

Output only. The store matching state.

Declaration
public LfpMerchantState.Types.LfpStoreState.Types.StoreMatchingState MatchingState { get; set; }
Property Value
Type Description
LfpMerchantState.Types.LfpStoreState.Types.StoreMatchingState

MatchingStateHint

The hint of why the matching has failed (only set if matching_state is FAILED).

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

StoreCode

Required. Immutable. The identifier of this store.

Declaration
public string StoreCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX