EbtCard

data class EbtCard(val last4: String, val fingerprint: String, token: String, val usState: USState? = null) : Card

Constructors

Link copied to clipboard
constructor(last4: String, fingerprint: String, token: String, usState: USState? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val last4: String

The last 4 digits of the EBT Card number.

Link copied to clipboard
val usState: USState? = null

The US state that issued the EBT Card.