Show / Hide Table of Contents

Class LfpMerchantState

The LFP state of a merchant.

Inheritance
object
LfpMerchantState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.lfp_v1beta.Data
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class LfpMerchantState : IDirectResponseSchema

Properties

CountrySettings

Country-specific settings for the merchant.

Declaration
[JsonProperty("countrySettings")]
public virtual IList<CountrySettings> CountrySettings { get; set; }
Property Value
Type Description
IList<CountrySettings>

ETag

The ETag of the item.

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

InventoryStats

The inventory statistics for the merchant. The field will be absent if the merchant has no inventory submitted through LFP.

Declaration
[JsonProperty("inventoryStats")]
public virtual InventoryStats InventoryStats { get; set; }
Property Value
Type Description
InventoryStats

LinkedGbps

Number of GBPs this merchant has access to.

Declaration
[JsonProperty("linkedGbps")]
public virtual long? LinkedGbps { get; set; }
Property Value
Type Description
long?

Name

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

Declaration
[JsonProperty("name")]
public virtual 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
[JsonProperty("storeStates")]
public virtual IList<LfpStoreState> StoreStates { get; set; }
Property Value
Type Description
IList<LfpStoreState>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX