LockOrCancelCardReason
The supported reasons for locking or cancelling a card.
enum LockOrCancelCardReason {
FRAUDULENT_CHARGES
LOST
OTHER
STOLEN
}
Values
LockOrCancelCardReason.FRAUDULENT_CHARGES
The user reports one or more transactions as fraudulent.
LockOrCancelCardReason.LOST
The user has lost physical access to the card.
LockOrCancelCardReason.OTHER
The user did not report one of the other reasons for lock/cancellation.
LockOrCancelCardReason.STOLEN
The user reports the card as stolen.
Member of
CancelAndReissueCardForHsaInput
input ● CancelAndReissueCardInput
input ● LockCardForHsaInput
input ● LockCardInput
input