CardActionReason
The reason a card is being locked or cancelled.
enum CardActionReason {
FRAUDULENT_CHARGES
LOST
OTHER
STOLEN
}
Values
CardActionReason.FRAUDULENT_CHARGES
The cardholder reports one or more transactions as fraudulent. A lock with
this reason is permanent: the card cannot be unlocked afterwards and must be
cancelled (optionally with a replacement via cancelCard's reissue).
CardActionReason.LOST
The cardholder lost physical access to the card.
CardActionReason.OTHER
Another, unlisted reason.
CardActionReason.STOLEN
The cardholder reports the card as stolen.
Member Of
CancelCardInput input ● LockCardInput input