Class Price
The price represented as a number and currency.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.inventories_v1beta.Data
Assembly: Google.Apis.Merchant.inventories_v1beta.dll
Syntax
public class Price : IDirectResponseSchema
Properties
AmountMicros
The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).
Declaration
[JsonProperty("amountMicros")]
public virtual long? AmountMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
CurrencyCode
The currency of the price using three-letter acronyms according to ISO 4217.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { 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 |