Class CurrencyParameter

java.lang.Object
com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
All Implemented Interfaces:
WhatsAppTemplateParameter

public class CurrencyParameter extends Object implements WhatsAppTemplateParameter
Author:
Anatolii Balakiriev
  • Field Details

    • 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 Details

  • Method Details

    • getFallbackValue

      public String getFallbackValue()
    • setFallbackValue

      public void setFallbackValue(String fallbackValue)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)