UNPKG

@bebapps/rapyd-sdk

Version:

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

11 lines (10 loc) 366 B
export interface RetrieveVirtualAccountTransactionRequest { /** * ID of the Virtual Account Number object. String starting with **issuing_**. */ issued_bank_account: `issuing_${string}`; /** * ID of the transaction, as appears in the array of transactions in the response to 'Retrieve Bank Account History for Wallet'. */ transaction: string; };