Class RegionalInventoryAttributes
Regional inventory attributes.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.inventories_v1.Data
Assembly: Google.Apis.Merchant.inventories_v1.dll
Syntax
public class RegionalInventoryAttributes : IDirectResponseSchema
Properties
Availability
Optional. Availability of the product in this region.
Declaration
[JsonProperty("availability")]
public virtual string Availability { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Optional. Price of the product in this region.
Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
SalePrice
Optional. Sale price of the product in this region. Mandatory if salePriceEffectiveDate is defined.
Declaration
[JsonProperty("salePrice")]
public virtual Price SalePrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
SalePriceEffectiveDate
Optional. The TimePeriod of the sale price in this region.
Declaration
[JsonProperty("salePriceEffectiveDate")]
public virtual Interval SalePriceEffectiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Interval |