Show / Hide Table of Contents

Class LfpMerchantState

The LFP state of a merchant.

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

Constructors

LfpMerchantState()

Declaration
public LfpMerchantState()

LfpMerchantState(LfpMerchantState)

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

Properties

CountrySettings

Country-specific settings for the merchant.

Declaration
public RepeatedField<LfpMerchantState.Types.CountrySettings> CountrySettings { get; }
Property Value
Type Description
RepeatedField<LfpMerchantState.Types.CountrySettings>

InventoryStats

The inventory statistics for the merchant.

Declaration
public LfpMerchantState.Types.InventoryStats InventoryStats { get; set; }
Property Value
Type Description
LfpMerchantState.Types.InventoryStats

LfpMerchantStateName

LfpMerchantStateName-typed view over the Name resource name property.

Declaration
public LfpMerchantStateName LfpMerchantStateName { get; set; }
Property Value
Type Description
LfpMerchantStateName

LinkedGbps

Number of GBPs this merchant has access to.

Declaration
public long LinkedGbps { get; set; }
Property Value
Type Description
long

Name

Identifier. The name of the LfpMerchantState resource. Format: accounts/{account}/lfpMerchantStates/{target_merchant}

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

StoreStates

Output only. The state per store from the specified merchant.

Declaration
public RepeatedField<LfpMerchantState.Types.LfpStoreState> StoreStates { get; }
Property Value
Type Description
RepeatedField<LfpMerchantState.Types.LfpStoreState>
In this article
Back to top Generated by DocFX