tock / ai.tock.bot.connector.whatsapp.model.webhook / WhatsAppCurrencyParameter

WhatsAppCurrencyParameter

data class WhatsAppCurrencyParameter (source)

Constructors

<init>

WhatsAppCurrencyParameter(fallbackValue: String, code: String, amount: Int)

Properties

amount

val amount: Int

code

val code: String

fallbackValue

val fallbackValue: String