Class CurrencyParameter

    • Field Detail

      • fallbackValue

        protected String fallbackValue
        Default value, if the device is unsuccessful in localizing a parameter, it should fall back to using this value (e.g. $100.99)
      • code

        protected String code
        Currency code as defined in ISO 4217 (e.g. USD).
      • amount

        protected BigDecimal amount
        Amount multiplied by 1000 (e.g. 100990 is 100.99)
    • Constructor Detail

    • Method Detail

      • getFallbackValue

        public String getFallbackValue()
      • setFallbackValue

        public void setFallbackValue​(String fallbackValue)
      • getCode

        public String getCode()
      • setCode

        public void setCode​(String code)
      • setAmount

        public void setAmount​(BigDecimal amount)