BinRequestedEvent

class BinRequestedEvent(val customMessage: String = "DIGITE OS 6 PRIMEIROS DIGITOS DO CARTÃO", val foreignMessage: String = "ENTER CARD FIRST 6 DIGITS") : PlugPagEventData

Constructors

Link copied to clipboard
constructor(customMessage: String = "DIGITE OS 6 PRIMEIROS DIGITOS DO CARTÃO", foreignMessage: String = "ENTER CARD FIRST 6 DIGITS")

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