export interface SetWalletAccountLimitRequest { /** * Rapyd Wallet ID. */ wallet: string; /** * The ID of the account within the wallet. */ account_id?: string; /** * The amount of the limit. */ amount: string; /** * Three-letter ISO 4217 code for the currency of an existing account. */ currency?: string; /** * The limit type. */ type: string; } //# sourceMappingURL=SetWalletAccountLimitRequest.d.ts.map