Class LfpMerchantState.Types.LfpStoreState
The state of a specific merchant's store.
Implements
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 |