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.V1
Assembly: Google.Shopping.Merchant.Lfp.V1.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. The field will be absent if the merchant has no inventory submitted through LFP.

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}. For example, accounts/123456/lfpMerchantStates/567890.

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

StoreStates

Output only. The state per store from the specified merchant. The field will be absent if the merchant has no stores submitted through LFP.

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