UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

11 lines (10 loc) 219 B
export interface SimulateBlockingACardRequest { /** * ID of the card. String starting with **card_**. */ card_id: `card_${string}`; /** * Reason for blocking the card. */ blocked_reason?: string; };