VirtualCard

constructor(id: String, expMonth: String, expYear: String, lastFour: String, cardHolderName: String, cardNetwork: String, state: String)

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)