UseChipEvent

class UseChipEvent(val customMessage: String = "USE CHIP PARA ESTA TRANSACAO", val foreignMessage: String = "USE CHIP FOR THIS TRANSACTION") : PlugPagEventData

Constructors

Link copied to clipboard
constructor(customMessage: String = "USE CHIP PARA ESTA TRANSACAO", foreignMessage: String = "USE CHIP FOR THIS TRANSACTION")

Inherited properties

Link copied to clipboard
val customMessage: String

Mensagem customizada do evento a ser criado.

Link copied to clipboard
val eventCode: Int

Código do evento a ser criado.

Link copied to clipboard
val foreignMessage: String

Mensagem estrangeira do evento a ser criado.

Inherited functions

Link copied to clipboard
open override fun toString(): String