Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Currency

Currency details model

Properties

Optional currencyCode

currencyCode: undefined | string

Currency code

Optional currencySymbol

currencySymbol: undefined | string

Currency symbol

Optional name

name: undefined | string

Name of the currency

Optional roundDecimalPoint

roundDecimalPoint: undefined | number

Round decimal point Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usdConversion

usdConversion: undefined | number

USD conversion rate of the currency Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Currency): object

getJsonObj