HsaCardStatus
The statuses a card can take with respect to its usability and lifecycle.
enum HsaCardStatus {
ACTIVE
PENDING
SUSPENDED
TERMINATED
UNACTIVATED
}
Values
HsaCardStatus.ACTIVE
The card is active and can be used for expenditures. By convention, this implies that a PIN is set on the card.
HsaCardStatus.PENDING
The card application encountered issues that need to be resolved before the card can be issued.
HsaCardStatus.SUSPENDED
The card is suspended. It cannot be used for expenditures at this time.
HsaCardStatus.TERMINATED
The card is terminated. It cannot be used for expenditures.
HsaCardStatus.UNACTIVATED
The card is not activated. This is the initial status upon creating a card.
Member of
HsaCard
object