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; } //# sourceMappingURL=DeleteWalletAccountLimitRequest.d.ts.map