Show / Hide Table of Contents

Class Amount

Describes the amount unit including the currency code.

Inheritance
object
Amount
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.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class Amount : IDirectResponseSchema

Properties

AmountMicros

Required. Amount in micros (1_000_000 micros = 1 currency unit)

Declaration
[JsonProperty("amountMicros")]
public virtual long? AmountMicros { get; set; }
Property Value
Type Description
long?

CurrencyCode

Required. Currency codes in accordance with [ISO-4217 Currency Codes] (https://en.wikipedia.org/wiki/ISO_4217). For example, USD.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX