Class RegionalInventory
Regional inventory resource. contains the regional name and all attributes which are overridden for the specified region.
Inheritance
System.Object
RegionalInventory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RegionalInventory : IDirectResponseSchema
Properties
Availability
The availability of the product.
Declaration
[JsonProperty("availability")]
public virtual string Availability { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CustomAttributes
A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form.
Declaration
[JsonProperty("customAttributes")]
public virtual IList<CustomAttribute> CustomAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<CustomAttribute> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#regionalInventory".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Price
The price of the product.
Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
RegionId
The ID (name) of the region.
Declaration
[JsonProperty("regionId")]
public virtual string RegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SalePrice
The sale price of the product. Mandatory if sale_price_effective_date is defined.
Declaration
[JsonProperty("salePrice")]
public virtual Price SalePrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
SalePriceEffectiveDate
A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.
Declaration
[JsonProperty("salePriceEffectiveDate")]
public virtual string SalePriceEffectiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |