Class Money
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class Money : IDirectResponseSchema
Properties
CurrencyCode
The currency code, such as "USD" or "EUR."
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 |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#money".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Micros
The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros.
Declaration
[JsonProperty("micros")]
public virtual long? Micros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |