Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Money

Hierarchy

  • Money

Index

Properties

Properties

amount

amount: number

The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.

Optional currency

currency?: string

The type of currency, in ISO 4217 format. Default to USD if not specified.

Generated using TypeDoc