Class CurrencyParameter
java.lang.Object
com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
- All Implemented Interfaces:
WhatsAppTemplateParameter
- Author:
- Anatolii Balakiriev
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
Amount multiplied by 1000 (e.g.protected String
Currency code as defined in ISO 4217 (e.g.protected String
Default value, if the device is unsuccessful in localizing a parameter, it should fall back to using this value (e.g. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
void
setAmount
(BigDecimal amount) void
void
setFallbackValue
(String fallbackValue)
-
Field Details
-
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
Currency code as defined in ISO 4217 (e.g. USD). -
amount
Amount multiplied by 1000 (e.g. 100990 is 100.99)
-
-
Constructor Details
-
CurrencyParameter
-
-
Method Details
-
getFallbackValue
-
setFallbackValue
-
getCode
-
setCode
-
getAmount
-
setAmount
-