CardAttemptResetInfo

data class CardAttemptResetInfo(val cardId: String, val action: AttemptResetAction)

Encapsulates details related to a card attempt reset action.

Constructors

Link copied to clipboard
constructor(cardId: String, action: AttemptResetAction)

Properties

Link copied to clipboard

Reset attempt action.

Link copied to clipboard

Card id is a unique identifier for a specific card. It will be used for most operations on the prepaid card.