Class Price
Inheritance
System.Object
Price
Implements
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Price : object, IDirectResponseSchema
Properties
Currency
3 letter Currency code, as defined by ISO 4217.
Declaration
public virtual string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PriceMicros
The price in millionths of the currency base unit represented as a string.
Declaration
public virtual string PriceMicros { get; set; }
Property Value
Type | Description |
---|---|
System.String |