increase 0.355.0 → 0.357.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/resources/account-transfers.d.ts +1 -6
- package/resources/account-transfers.d.ts.map +1 -1
- package/resources/account-transfers.js.map +1 -1
- package/resources/account-transfers.mjs.map +1 -1
- package/resources/accounts.d.ts +1 -6
- package/resources/accounts.d.ts.map +1 -1
- package/resources/accounts.js.map +1 -1
- package/resources/accounts.mjs.map +1 -1
- package/resources/ach-transfers.d.ts +2 -12
- package/resources/ach-transfers.d.ts.map +1 -1
- package/resources/ach-transfers.js.map +1 -1
- package/resources/ach-transfers.mjs.map +1 -1
- package/resources/card-payments.d.ts +14 -84
- package/resources/card-payments.d.ts.map +1 -1
- package/resources/card-payments.js.map +1 -1
- package/resources/card-payments.mjs.map +1 -1
- package/resources/card-push-transfers.d.ts +1 -6
- package/resources/card-push-transfers.d.ts.map +1 -1
- package/resources/card-push-transfers.js.map +1 -1
- package/resources/card-push-transfers.mjs.map +1 -1
- package/resources/check-deposits.d.ts +4 -24
- package/resources/check-deposits.d.ts.map +1 -1
- package/resources/check-deposits.js.map +1 -1
- package/resources/check-deposits.mjs.map +1 -1
- package/resources/check-transfers.d.ts +1 -6
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/check-transfers.js.map +1 -1
- package/resources/check-transfers.mjs.map +1 -1
- package/resources/declined-transactions.d.ts +4 -24
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/fednow-transfers.d.ts +1 -6
- package/resources/fednow-transfers.d.ts.map +1 -1
- package/resources/fednow-transfers.js.map +1 -1
- package/resources/fednow-transfers.mjs.map +1 -1
- package/resources/inbound-check-deposits.d.ts +1 -6
- package/resources/inbound-check-deposits.d.ts.map +1 -1
- package/resources/inbound-check-deposits.js.map +1 -1
- package/resources/inbound-check-deposits.mjs.map +1 -1
- package/resources/inbound-fednow-transfers.d.ts +1 -6
- package/resources/inbound-fednow-transfers.d.ts.map +1 -1
- package/resources/inbound-fednow-transfers.js.map +1 -1
- package/resources/inbound-fednow-transfers.mjs.map +1 -1
- package/resources/inbound-real-time-payments-transfers.d.ts +1 -6
- package/resources/inbound-real-time-payments-transfers.d.ts.map +1 -1
- package/resources/inbound-real-time-payments-transfers.js.map +1 -1
- package/resources/inbound-real-time-payments-transfers.mjs.map +1 -1
- package/resources/intrafi-balances.d.ts +1 -6
- package/resources/intrafi-balances.d.ts.map +1 -1
- package/resources/lockboxes.d.ts +14 -18
- package/resources/lockboxes.d.ts.map +1 -1
- package/resources/lockboxes.js.map +1 -1
- package/resources/lockboxes.mjs.map +1 -1
- package/resources/pending-transactions.d.ts +6 -36
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.js.map +1 -1
- package/resources/pending-transactions.mjs.map +1 -1
- package/resources/real-time-payments-transfers.d.ts +1 -6
- package/resources/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/real-time-payments-transfers.js.map +1 -1
- package/resources/real-time-payments-transfers.mjs.map +1 -1
- package/resources/transactions.d.ts +17 -102
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-transfers.d.ts +1 -6
- package/resources/wire-transfers.d.ts.map +1 -1
- package/resources/wire-transfers.js.map +1 -1
- package/resources/wire-transfers.mjs.map +1 -1
- package/src/resources/account-transfers.ts +1 -6
- package/src/resources/accounts.ts +1 -6
- package/src/resources/ach-transfers.ts +2 -12
- package/src/resources/card-payments.ts +14 -84
- package/src/resources/card-push-transfers.ts +1 -6
- package/src/resources/check-deposits.ts +4 -24
- package/src/resources/check-transfers.ts +1 -6
- package/src/resources/declined-transactions.ts +4 -24
- package/src/resources/fednow-transfers.ts +1 -6
- package/src/resources/inbound-check-deposits.ts +1 -6
- package/src/resources/inbound-fednow-transfers.ts +1 -6
- package/src/resources/inbound-real-time-payments-transfers.ts +1 -6
- package/src/resources/intrafi-balances.ts +1 -6
- package/src/resources/lockboxes.ts +16 -20
- package/src/resources/pending-transactions.ts +6 -36
- package/src/resources/real-time-payments-transfers.ts +1 -6
- package/src/resources/transactions.ts +17 -102
- package/src/resources/wire-transfers.ts +1 -6
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -490,14 +490,9 @@ export namespace CardPayment {
|
|
|
490
490
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
491
491
|
* transaction's currency.
|
|
492
492
|
*
|
|
493
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
494
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
495
|
-
* - `EUR` - Euro (EUR)
|
|
496
|
-
* - `GBP` - British Pound (GBP)
|
|
497
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
498
493
|
* - `USD` - US Dollar (USD)
|
|
499
494
|
*/
|
|
500
|
-
currency: '
|
|
495
|
+
currency: 'USD';
|
|
501
496
|
|
|
502
497
|
/**
|
|
503
498
|
* If the authorization was made via a Digital Wallet Token (such as an Apple Pay
|
|
@@ -1178,14 +1173,9 @@ export namespace CardPayment {
|
|
|
1178
1173
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the reversal's
|
|
1179
1174
|
* currency.
|
|
1180
1175
|
*
|
|
1181
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1182
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1183
|
-
* - `EUR` - Euro (EUR)
|
|
1184
|
-
* - `GBP` - British Pound (GBP)
|
|
1185
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1186
1176
|
* - `USD` - US Dollar (USD)
|
|
1187
1177
|
*/
|
|
1188
|
-
currency: '
|
|
1178
|
+
currency: 'USD';
|
|
1189
1179
|
|
|
1190
1180
|
/**
|
|
1191
1181
|
* The amount of this authorization expiration in the minor unit of the
|
|
@@ -1253,14 +1243,9 @@ export namespace CardPayment {
|
|
|
1253
1243
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the destination
|
|
1254
1244
|
* account currency.
|
|
1255
1245
|
*
|
|
1256
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1257
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1258
|
-
* - `EUR` - Euro (EUR)
|
|
1259
|
-
* - `GBP` - British Pound (GBP)
|
|
1260
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1261
1246
|
* - `USD` - US Dollar (USD)
|
|
1262
1247
|
*/
|
|
1263
|
-
currency: '
|
|
1248
|
+
currency: 'USD';
|
|
1264
1249
|
|
|
1265
1250
|
/**
|
|
1266
1251
|
* The identifier of the declined transaction created for this Card Decline.
|
|
@@ -2039,14 +2024,9 @@ export namespace CardPayment {
|
|
|
2039
2024
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
2040
2025
|
* transaction's currency.
|
|
2041
2026
|
*
|
|
2042
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
2043
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
2044
|
-
* - `EUR` - Euro (EUR)
|
|
2045
|
-
* - `GBP` - British Pound (GBP)
|
|
2046
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
2047
2027
|
* - `USD` - US Dollar (USD)
|
|
2048
2028
|
*/
|
|
2049
|
-
currency: '
|
|
2029
|
+
currency: 'USD';
|
|
2050
2030
|
|
|
2051
2031
|
/**
|
|
2052
2032
|
* If the authorization was made via a Digital Wallet Token (such as an Apple Pay
|
|
@@ -2721,14 +2701,9 @@ export namespace CardPayment {
|
|
|
2721
2701
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the increment's
|
|
2722
2702
|
* currency.
|
|
2723
2703
|
*
|
|
2724
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
2725
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
2726
|
-
* - `EUR` - Euro (EUR)
|
|
2727
|
-
* - `GBP` - British Pound (GBP)
|
|
2728
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
2729
2704
|
* - `USD` - US Dollar (USD)
|
|
2730
2705
|
*/
|
|
2731
|
-
currency: '
|
|
2706
|
+
currency: 'USD';
|
|
2732
2707
|
|
|
2733
2708
|
/**
|
|
2734
2709
|
* The card network used to process this card authorization.
|
|
@@ -2840,14 +2815,9 @@ export namespace CardPayment {
|
|
|
2840
2815
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the increment's
|
|
2841
2816
|
* currency.
|
|
2842
2817
|
*
|
|
2843
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
2844
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
2845
|
-
* - `EUR` - Euro (EUR)
|
|
2846
|
-
* - `GBP` - British Pound (GBP)
|
|
2847
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
2848
2818
|
* - `USD` - US Dollar (USD)
|
|
2849
2819
|
*/
|
|
2850
|
-
currency: '
|
|
2820
|
+
currency: 'USD';
|
|
2851
2821
|
|
|
2852
2822
|
/**
|
|
2853
2823
|
* The card network used to process this card authorization.
|
|
@@ -3211,14 +3181,9 @@ export namespace CardPayment {
|
|
|
3211
3181
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
3212
3182
|
* transaction's settlement currency.
|
|
3213
3183
|
*
|
|
3214
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
3215
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
3216
|
-
* - `EUR` - Euro (EUR)
|
|
3217
|
-
* - `GBP` - British Pound (GBP)
|
|
3218
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
3219
3184
|
* - `USD` - US Dollar (USD)
|
|
3220
3185
|
*/
|
|
3221
|
-
currency: '
|
|
3186
|
+
currency: 'USD';
|
|
3222
3187
|
|
|
3223
3188
|
/**
|
|
3224
3189
|
* Interchange assessed as a part of this transaciton.
|
|
@@ -3313,14 +3278,9 @@ export namespace CardPayment {
|
|
|
3313
3278
|
/**
|
|
3314
3279
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the cashback.
|
|
3315
3280
|
*
|
|
3316
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
3317
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
3318
|
-
* - `EUR` - Euro (EUR)
|
|
3319
|
-
* - `GBP` - British Pound (GBP)
|
|
3320
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
3321
3281
|
* - `USD` - US Dollar (USD)
|
|
3322
3282
|
*/
|
|
3323
|
-
currency: '
|
|
3283
|
+
currency: 'USD';
|
|
3324
3284
|
}
|
|
3325
3285
|
|
|
3326
3286
|
/**
|
|
@@ -3344,14 +3304,9 @@ export namespace CardPayment {
|
|
|
3344
3304
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
|
|
3345
3305
|
* reimbursement.
|
|
3346
3306
|
*
|
|
3347
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
3348
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
3349
|
-
* - `EUR` - Euro (EUR)
|
|
3350
|
-
* - `GBP` - British Pound (GBP)
|
|
3351
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
3352
3307
|
* - `USD` - US Dollar (USD)
|
|
3353
3308
|
*/
|
|
3354
|
-
currency: '
|
|
3309
|
+
currency: 'USD';
|
|
3355
3310
|
}
|
|
3356
3311
|
|
|
3357
3312
|
/**
|
|
@@ -3930,14 +3885,9 @@ export namespace CardPayment {
|
|
|
3930
3885
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the reversal's
|
|
3931
3886
|
* currency.
|
|
3932
3887
|
*
|
|
3933
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
3934
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
3935
|
-
* - `EUR` - Euro (EUR)
|
|
3936
|
-
* - `GBP` - British Pound (GBP)
|
|
3937
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
3938
3888
|
* - `USD` - US Dollar (USD)
|
|
3939
3889
|
*/
|
|
3940
|
-
currency: '
|
|
3890
|
+
currency: 'USD';
|
|
3941
3891
|
|
|
3942
3892
|
/**
|
|
3943
3893
|
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
|
|
@@ -4130,14 +4080,9 @@ export namespace CardPayment {
|
|
|
4130
4080
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
4131
4081
|
* transaction's settlement currency.
|
|
4132
4082
|
*
|
|
4133
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
4134
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
4135
|
-
* - `EUR` - Euro (EUR)
|
|
4136
|
-
* - `GBP` - British Pound (GBP)
|
|
4137
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
4138
4083
|
* - `USD` - US Dollar (USD)
|
|
4139
4084
|
*/
|
|
4140
|
-
currency: '
|
|
4085
|
+
currency: 'USD';
|
|
4141
4086
|
|
|
4142
4087
|
/**
|
|
4143
4088
|
* Interchange assessed as a part of this transaction.
|
|
@@ -4252,14 +4197,9 @@ export namespace CardPayment {
|
|
|
4252
4197
|
/**
|
|
4253
4198
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the cashback.
|
|
4254
4199
|
*
|
|
4255
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
4256
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
4257
|
-
* - `EUR` - Euro (EUR)
|
|
4258
|
-
* - `GBP` - British Pound (GBP)
|
|
4259
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
4260
4200
|
* - `USD` - US Dollar (USD)
|
|
4261
4201
|
*/
|
|
4262
|
-
currency: '
|
|
4202
|
+
currency: 'USD';
|
|
4263
4203
|
}
|
|
4264
4204
|
|
|
4265
4205
|
/**
|
|
@@ -4283,14 +4223,9 @@ export namespace CardPayment {
|
|
|
4283
4223
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
|
|
4284
4224
|
* reimbursement.
|
|
4285
4225
|
*
|
|
4286
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
4287
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
4288
|
-
* - `EUR` - Euro (EUR)
|
|
4289
|
-
* - `GBP` - British Pound (GBP)
|
|
4290
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
4291
4226
|
* - `USD` - US Dollar (USD)
|
|
4292
4227
|
*/
|
|
4293
|
-
currency: '
|
|
4228
|
+
currency: 'USD';
|
|
4294
4229
|
}
|
|
4295
4230
|
|
|
4296
4231
|
/**
|
|
@@ -4906,14 +4841,9 @@ export namespace CardPayment {
|
|
|
4906
4841
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
4907
4842
|
* transaction's currency.
|
|
4908
4843
|
*
|
|
4909
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
4910
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
4911
|
-
* - `EUR` - Euro (EUR)
|
|
4912
|
-
* - `GBP` - British Pound (GBP)
|
|
4913
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
4914
4844
|
* - `USD` - US Dollar (USD)
|
|
4915
4845
|
*/
|
|
4916
|
-
currency: '
|
|
4846
|
+
currency: 'USD';
|
|
4917
4847
|
|
|
4918
4848
|
/**
|
|
4919
4849
|
* If the authorization was made via a Digital Wallet Token (such as an Apple Pay
|
|
@@ -203,14 +203,9 @@ export interface CardPushTransfer {
|
|
|
203
203
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
|
|
204
204
|
* currency.
|
|
205
205
|
*
|
|
206
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
207
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
208
|
-
* - `EUR` - Euro (EUR)
|
|
209
|
-
* - `GBP` - British Pound (GBP)
|
|
210
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
211
206
|
* - `USD` - US Dollar (USD)
|
|
212
207
|
*/
|
|
213
|
-
currency: '
|
|
208
|
+
currency: 'USD';
|
|
214
209
|
|
|
215
210
|
/**
|
|
216
211
|
* If the transfer is rejected by the card network or the destination financial
|
|
@@ -212,14 +212,9 @@ export namespace CheckDeposit {
|
|
|
212
212
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
213
213
|
* transaction's currency.
|
|
214
214
|
*
|
|
215
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
216
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
217
|
-
* - `EUR` - Euro (EUR)
|
|
218
|
-
* - `GBP` - British Pound (GBP)
|
|
219
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
220
215
|
* - `USD` - US Dollar (USD)
|
|
221
216
|
*/
|
|
222
|
-
currency: '
|
|
217
|
+
currency: 'USD';
|
|
223
218
|
|
|
224
219
|
/**
|
|
225
220
|
* The routing number printed on the check. This is a routing number for the bank
|
|
@@ -256,14 +251,9 @@ export namespace CheckDeposit {
|
|
|
256
251
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
257
252
|
* currency.
|
|
258
253
|
*
|
|
259
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
260
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
261
|
-
* - `EUR` - Euro (EUR)
|
|
262
|
-
* - `GBP` - British Pound (GBP)
|
|
263
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
264
254
|
* - `USD` - US Dollar (USD)
|
|
265
255
|
*/
|
|
266
|
-
currency: '
|
|
256
|
+
currency: 'USD';
|
|
267
257
|
|
|
268
258
|
/**
|
|
269
259
|
* The identifier of the associated declined transaction.
|
|
@@ -329,14 +319,9 @@ export namespace CheckDeposit {
|
|
|
329
319
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
330
320
|
* transaction's currency.
|
|
331
321
|
*
|
|
332
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
333
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
334
|
-
* - `EUR` - Euro (EUR)
|
|
335
|
-
* - `GBP` - British Pound (GBP)
|
|
336
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
337
322
|
* - `USD` - US Dollar (USD)
|
|
338
323
|
*/
|
|
339
|
-
currency: '
|
|
324
|
+
currency: 'USD';
|
|
340
325
|
|
|
341
326
|
/**
|
|
342
327
|
* Why this check was returned by the bank holding the account it was drawn
|
|
@@ -479,14 +464,9 @@ export namespace CheckDeposit {
|
|
|
479
464
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the hold's
|
|
480
465
|
* currency.
|
|
481
466
|
*
|
|
482
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
483
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
484
|
-
* - `EUR` - Euro (EUR)
|
|
485
|
-
* - `GBP` - British Pound (GBP)
|
|
486
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
487
467
|
* - `USD` - US Dollar (USD)
|
|
488
468
|
*/
|
|
489
|
-
currency: '
|
|
469
|
+
currency: 'USD';
|
|
490
470
|
|
|
491
471
|
/**
|
|
492
472
|
* The ID of the Transaction for which funds were held.
|
|
@@ -189,14 +189,9 @@ export interface CheckTransfer {
|
|
|
189
189
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
190
190
|
* currency.
|
|
191
191
|
*
|
|
192
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
193
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
194
|
-
* - `EUR` - Euro (EUR)
|
|
195
|
-
* - `GBP` - British Pound (GBP)
|
|
196
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
197
192
|
* - `USD` - US Dollar (USD)
|
|
198
193
|
*/
|
|
199
|
-
currency: '
|
|
194
|
+
currency: 'USD';
|
|
200
195
|
|
|
201
196
|
/**
|
|
202
197
|
* Whether Increase will print and mail the check or if you will do it yourself.
|
|
@@ -86,14 +86,9 @@ export interface DeclinedTransaction {
|
|
|
86
86
|
* Transaction's currency. This will match the currency on the Declined
|
|
87
87
|
* Transaction's Account.
|
|
88
88
|
*
|
|
89
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
90
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
91
|
-
* - `EUR` - Euro (EUR)
|
|
92
|
-
* - `GBP` - British Pound (GBP)
|
|
93
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
94
89
|
* - `USD` - US Dollar (USD)
|
|
95
90
|
*/
|
|
96
|
-
currency: '
|
|
91
|
+
currency: 'USD';
|
|
97
92
|
|
|
98
93
|
/**
|
|
99
94
|
* This is the description the vendor provides.
|
|
@@ -383,14 +378,9 @@ export namespace DeclinedTransaction {
|
|
|
383
378
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the destination
|
|
384
379
|
* account currency.
|
|
385
380
|
*
|
|
386
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
387
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
388
|
-
* - `EUR` - Euro (EUR)
|
|
389
|
-
* - `GBP` - British Pound (GBP)
|
|
390
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
391
381
|
* - `USD` - US Dollar (USD)
|
|
392
382
|
*/
|
|
393
|
-
currency: '
|
|
383
|
+
currency: 'USD';
|
|
394
384
|
|
|
395
385
|
/**
|
|
396
386
|
* The identifier of the declined transaction created for this Card Decline.
|
|
@@ -1233,14 +1223,9 @@ export namespace DeclinedTransaction {
|
|
|
1233
1223
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
1234
1224
|
* currency.
|
|
1235
1225
|
*
|
|
1236
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1237
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1238
|
-
* - `EUR` - Euro (EUR)
|
|
1239
|
-
* - `GBP` - British Pound (GBP)
|
|
1240
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1241
1226
|
* - `USD` - US Dollar (USD)
|
|
1242
1227
|
*/
|
|
1243
|
-
currency: '
|
|
1228
|
+
currency: 'USD';
|
|
1244
1229
|
|
|
1245
1230
|
/**
|
|
1246
1231
|
* The identifier of the associated declined transaction.
|
|
@@ -1342,14 +1327,9 @@ export namespace DeclinedTransaction {
|
|
|
1342
1327
|
* transfer's currency. This will always be "USD" for a Real-Time Payments
|
|
1343
1328
|
* transfer.
|
|
1344
1329
|
*
|
|
1345
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1346
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1347
|
-
* - `EUR` - Euro (EUR)
|
|
1348
|
-
* - `GBP` - British Pound (GBP)
|
|
1349
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1350
1330
|
* - `USD` - US Dollar (USD)
|
|
1351
1331
|
*/
|
|
1352
|
-
currency: '
|
|
1332
|
+
currency: 'USD';
|
|
1353
1333
|
|
|
1354
1334
|
/**
|
|
1355
1335
|
* The account number of the account that sent the transfer.
|
|
@@ -150,14 +150,9 @@ export interface FednowTransfer {
|
|
|
150
150
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
|
|
151
151
|
* currency. For FedNow transfers this is always equal to `USD`.
|
|
152
152
|
*
|
|
153
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
154
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
155
|
-
* - `EUR` - Euro (EUR)
|
|
156
|
-
* - `GBP` - British Pound (GBP)
|
|
157
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
158
153
|
* - `USD` - US Dollar (USD)
|
|
159
154
|
*/
|
|
160
|
-
currency: '
|
|
155
|
+
currency: 'USD';
|
|
161
156
|
|
|
162
157
|
/**
|
|
163
158
|
* The name of the transfer's sender. If not provided, defaults to the name of the
|
|
@@ -164,14 +164,9 @@ export interface InboundCheckDeposit {
|
|
|
164
164
|
/**
|
|
165
165
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the deposit.
|
|
166
166
|
*
|
|
167
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
168
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
169
|
-
* - `EUR` - Euro (EUR)
|
|
170
|
-
* - `GBP` - British Pound (GBP)
|
|
171
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
172
167
|
* - `USD` - US Dollar (USD)
|
|
173
168
|
*/
|
|
174
|
-
currency: '
|
|
169
|
+
currency: 'USD';
|
|
175
170
|
|
|
176
171
|
/**
|
|
177
172
|
* If the Inbound Check Deposit was declined, the
|
|
@@ -101,14 +101,9 @@ export interface InboundFednowTransfer {
|
|
|
101
101
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's
|
|
102
102
|
* currency. This will always be "USD" for a FedNow transfer.
|
|
103
103
|
*
|
|
104
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
105
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
106
|
-
* - `EUR` - Euro (EUR)
|
|
107
|
-
* - `GBP` - British Pound (GBP)
|
|
108
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
109
104
|
* - `USD` - US Dollar (USD)
|
|
110
105
|
*/
|
|
111
|
-
currency: '
|
|
106
|
+
currency: 'USD';
|
|
112
107
|
|
|
113
108
|
/**
|
|
114
109
|
* The account number of the account that sent the transfer.
|
|
@@ -107,14 +107,9 @@ export interface InboundRealTimePaymentsTransfer {
|
|
|
107
107
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's
|
|
108
108
|
* currency. This will always be "USD" for a Real-Time Payments transfer.
|
|
109
109
|
*
|
|
110
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
111
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
112
|
-
* - `EUR` - Euro (EUR)
|
|
113
|
-
* - `GBP` - British Pound (GBP)
|
|
114
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
115
110
|
* - `USD` - US Dollar (USD)
|
|
116
111
|
*/
|
|
117
|
-
currency: '
|
|
112
|
+
currency: 'USD';
|
|
118
113
|
|
|
119
114
|
/**
|
|
120
115
|
* The account number of the account that sent the transfer.
|
|
@@ -43,14 +43,9 @@ export interface IntrafiBalance {
|
|
|
43
43
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the account
|
|
44
44
|
* currency.
|
|
45
45
|
*
|
|
46
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
47
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
48
|
-
* - `EUR` - Euro (EUR)
|
|
49
|
-
* - `GBP` - British Pound (GBP)
|
|
50
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
51
46
|
* - `USD` - US Dollar (USD)
|
|
52
47
|
*/
|
|
53
|
-
currency: '
|
|
48
|
+
currency: 'USD';
|
|
54
49
|
|
|
55
50
|
/**
|
|
56
51
|
* The date this balance reflects.
|
|
@@ -99,6 +99,14 @@ export interface Lockbox {
|
|
|
99
99
|
*/
|
|
100
100
|
address: Lockbox.Address;
|
|
101
101
|
|
|
102
|
+
/**
|
|
103
|
+
* Indicates if checks mailed to this lockbox will be deposited.
|
|
104
|
+
*
|
|
105
|
+
* - `enabled` - Checks mailed to this Lockbox will be deposited.
|
|
106
|
+
* - `disabled` - Checks mailed to this Lockbox will not be deposited.
|
|
107
|
+
*/
|
|
108
|
+
check_deposit_behavior: 'enabled' | 'disabled';
|
|
109
|
+
|
|
102
110
|
/**
|
|
103
111
|
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Lockbox
|
|
104
112
|
* was created.
|
|
@@ -122,16 +130,6 @@ export interface Lockbox {
|
|
|
122
130
|
*/
|
|
123
131
|
recipient_name: string | null;
|
|
124
132
|
|
|
125
|
-
/**
|
|
126
|
-
* This indicates if mail can be sent to this address.
|
|
127
|
-
*
|
|
128
|
-
* - `active` - This Lockbox is active. Checks mailed to it will be deposited
|
|
129
|
-
* automatically.
|
|
130
|
-
* - `inactive` - This Lockbox is inactive. Checks mailed to it will not be
|
|
131
|
-
* deposited.
|
|
132
|
-
*/
|
|
133
|
-
status: 'active' | 'inactive';
|
|
134
|
-
|
|
135
133
|
/**
|
|
136
134
|
* A constant representing the object's type. For this resource it will always be
|
|
137
135
|
* `lockbox`.
|
|
@@ -200,6 +198,14 @@ export interface LockboxCreateParams {
|
|
|
200
198
|
}
|
|
201
199
|
|
|
202
200
|
export interface LockboxUpdateParams {
|
|
201
|
+
/**
|
|
202
|
+
* This indicates if checks mailed to this lockbox will be deposited.
|
|
203
|
+
*
|
|
204
|
+
* - `enabled` - Checks mailed to this Lockbox will be deposited.
|
|
205
|
+
* - `disabled` - Checks mailed to this Lockbox will not be deposited.
|
|
206
|
+
*/
|
|
207
|
+
check_deposit_behavior?: 'enabled' | 'disabled';
|
|
208
|
+
|
|
203
209
|
/**
|
|
204
210
|
* The description you choose for the Lockbox.
|
|
205
211
|
*/
|
|
@@ -209,16 +215,6 @@ export interface LockboxUpdateParams {
|
|
|
209
215
|
* The recipient name you choose for the Lockbox.
|
|
210
216
|
*/
|
|
211
217
|
recipient_name?: string;
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* This indicates if checks can be sent to the Lockbox.
|
|
215
|
-
*
|
|
216
|
-
* - `active` - This Lockbox is active. Checks mailed to it will be deposited
|
|
217
|
-
* automatically.
|
|
218
|
-
* - `inactive` - This Lockbox is inactive. Checks mailed to it will not be
|
|
219
|
-
* deposited.
|
|
220
|
-
*/
|
|
221
|
-
status?: 'active' | 'inactive';
|
|
222
218
|
}
|
|
223
219
|
|
|
224
220
|
export interface LockboxListParams extends PageParams {
|
|
@@ -130,14 +130,9 @@ export interface PendingTransaction {
|
|
|
130
130
|
* Transaction's currency. This will match the currency on the Pending
|
|
131
131
|
* Transaction's Account.
|
|
132
132
|
*
|
|
133
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
134
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
135
|
-
* - `EUR` - Euro (EUR)
|
|
136
|
-
* - `GBP` - British Pound (GBP)
|
|
137
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
138
133
|
* - `USD` - US Dollar (USD)
|
|
139
134
|
*/
|
|
140
|
-
currency: '
|
|
135
|
+
currency: 'USD';
|
|
141
136
|
|
|
142
137
|
/**
|
|
143
138
|
* For a Pending Transaction related to a transfer, this is the description you
|
|
@@ -363,14 +358,9 @@ export namespace PendingTransaction {
|
|
|
363
358
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the destination
|
|
364
359
|
* account currency.
|
|
365
360
|
*
|
|
366
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
367
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
368
|
-
* - `EUR` - Euro (EUR)
|
|
369
|
-
* - `GBP` - British Pound (GBP)
|
|
370
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
371
361
|
* - `USD` - US Dollar (USD)
|
|
372
362
|
*/
|
|
373
|
-
currency: '
|
|
363
|
+
currency: 'USD';
|
|
374
364
|
|
|
375
365
|
/**
|
|
376
366
|
* The identifier of the Account Transfer that led to this Pending Transaction.
|
|
@@ -443,14 +433,9 @@ export namespace PendingTransaction {
|
|
|
443
433
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
444
434
|
* transaction's currency.
|
|
445
435
|
*
|
|
446
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
447
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
448
|
-
* - `EUR` - Euro (EUR)
|
|
449
|
-
* - `GBP` - British Pound (GBP)
|
|
450
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
451
436
|
* - `USD` - US Dollar (USD)
|
|
452
437
|
*/
|
|
453
|
-
currency: '
|
|
438
|
+
currency: 'USD';
|
|
454
439
|
|
|
455
440
|
/**
|
|
456
441
|
* If the authorization was made via a Digital Wallet Token (such as an Apple Pay
|
|
@@ -1151,14 +1136,9 @@ export namespace PendingTransaction {
|
|
|
1151
1136
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
|
|
1152
1137
|
* transaction's currency.
|
|
1153
1138
|
*
|
|
1154
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1155
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1156
|
-
* - `EUR` - Euro (EUR)
|
|
1157
|
-
* - `GBP` - British Pound (GBP)
|
|
1158
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1159
1139
|
* - `USD` - US Dollar (USD)
|
|
1160
1140
|
*/
|
|
1161
|
-
currency: '
|
|
1141
|
+
currency: 'USD';
|
|
1162
1142
|
|
|
1163
1143
|
/**
|
|
1164
1144
|
* The identifier of the File containing the image of the front of the check that
|
|
@@ -1183,14 +1163,9 @@ export namespace PendingTransaction {
|
|
|
1183
1163
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
1184
1164
|
* currency.
|
|
1185
1165
|
*
|
|
1186
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1187
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1188
|
-
* - `EUR` - Euro (EUR)
|
|
1189
|
-
* - `GBP` - British Pound (GBP)
|
|
1190
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1191
1166
|
* - `USD` - US Dollar (USD)
|
|
1192
1167
|
*/
|
|
1193
|
-
currency: '
|
|
1168
|
+
currency: 'USD';
|
|
1194
1169
|
|
|
1195
1170
|
/**
|
|
1196
1171
|
* The identifier of the Check Transfer that led to this Pending Transaction.
|
|
@@ -1242,14 +1217,9 @@ export namespace PendingTransaction {
|
|
|
1242
1217
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the hold's
|
|
1243
1218
|
* currency.
|
|
1244
1219
|
*
|
|
1245
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
1246
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
1247
|
-
* - `EUR` - Euro (EUR)
|
|
1248
|
-
* - `GBP` - British Pound (GBP)
|
|
1249
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
1250
1220
|
* - `USD` - US Dollar (USD)
|
|
1251
1221
|
*/
|
|
1252
|
-
currency: '
|
|
1222
|
+
currency: 'USD';
|
|
1253
1223
|
|
|
1254
1224
|
/**
|
|
1255
1225
|
* The ID of the Transaction for which funds were held.
|
|
@@ -175,14 +175,9 @@ export interface RealTimePaymentsTransfer {
|
|
|
175
175
|
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
|
|
176
176
|
* currency. For real-time payments transfers this is always equal to `USD`.
|
|
177
177
|
*
|
|
178
|
-
* - `CAD` - Canadian Dollar (CAD)
|
|
179
|
-
* - `CHF` - Swiss Franc (CHF)
|
|
180
|
-
* - `EUR` - Euro (EUR)
|
|
181
|
-
* - `GBP` - British Pound (GBP)
|
|
182
|
-
* - `JPY` - Japanese Yen (JPY)
|
|
183
178
|
* - `USD` - US Dollar (USD)
|
|
184
179
|
*/
|
|
185
|
-
currency: '
|
|
180
|
+
currency: 'USD';
|
|
186
181
|
|
|
187
182
|
/**
|
|
188
183
|
* The name of the transfer's sender. If not provided, defaults to the name of the
|