Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Money

Monetary amount.

Represents an amount of money with its currency type.

Hierarchy

  • Money

Properties

Optional amountInMicros

amountInMicros: undefined | string

Amount in micros. For example, this field should be set as 1990000 for $1.99.

Optional currencyCode

currencyCode: undefined | string

The 3-letter currency code defined in ISO 4217.

Generated using TypeDoc