Show / Hide Table of Contents

Class RegionalInventoryAttributes

Regional inventory attributes.

Inheritance
object
RegionalInventoryAttributes
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX