UNPKG

@bebapps/rapyd-sdk

Version:

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

19 lines (18 loc) 385 B
export interface DeleteWalletAccountLimitRequest { /** * Rapyd Wallet ID defined by the customer or end user. Must be unique. */ wallet: string; /** * The ID of the account within the wallet. */ account_id?: string; /** * Three-letter ISO 4217 code for the currency of the amount. */ currency?: string; /** * The limit type. */ type: string; };