Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Data

Index

Constructors

constructor

  • new Data(name: string, code: string, numeric: Integer, symbol: string, fractionSymbol: string, fractionsPerUnit: Integer, rounding: Rounding, formatString: string, triangulated?: Currency): Data
  • Parameters

    • name: string
    • code: string
    • numeric: Integer
    • symbol: string
    • fractionSymbol: string
    • fractionsPerUnit: Integer
    • rounding: Rounding
    • formatString: string
    • Default value triangulated: Currency = null

    Returns Data

Properties

code

code: string

formatString

formatString: string

fractionSymbol

fractionSymbol: string

fractionsPerUnit

fractionsPerUnit: Integer

name

name: string

numeric

numeric: Integer

rounding

rounding: Rounding

symbol

symbol: string

triangulated

triangulated: Currency