VirtualCard

data class VirtualCard(val id: String, val expMonth: String, val expYear: String, val lastFour: String, val cardHolderName: String, val cardNetwork: String, val state: String)

Virtual Card representation for a device wallet.

Parameters

id

Unique identifier for the card

expMonth

Month of year the card expires.

expYear

Year the card expires

lastFour

Last 4 digits of the card.

cardHolderName

Name of the card holder.

cardNetwork

"Brand" of the corresponding card (e.g visa, mastercard, etc.)

state

Current state of the card (OPEN)

Constructors

Link copied to clipboard
constructor(id: String, expMonth: String, expYear: String, lastFour: String, cardHolderName: String, cardNetwork: String, state: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard