We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dac06 commit 1e754a5Copy full SHA for 1e754a5
types/account.ts
@@ -321,7 +321,12 @@ export interface DepositAccountLimits {
321
}
322
323
card: {
324
- limits: CardLevelLimits
+ limits: {
325
+ dailyWithdrawal: number
326
+ dailyDeposit: number
327
+ dailyPurchase: number
328
+ dailyCardTransaction: number
329
+ }
330
totalsDaily: {
331
withdrawals: number
332
deposits: number
@@ -375,7 +380,12 @@ export interface CreditAccountLimits {
375
380
type: "creditLimits"
376
381
attributes: {
377
382
378
383
384
385
386
387
388
379
389
390
391
0 commit comments