increase 0.8.1 → 0.9.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 +23 -0
- package/README.md +29 -9
- package/_shims/fetch.d.ts +8 -1
- package/_shims/fetch.node.d.ts +11 -1
- package/core.d.ts +75 -27
- package/core.d.ts.map +1 -1
- package/core.js +112 -49
- package/core.js.map +1 -1
- package/core.mjs +108 -49
- package/core.mjs.map +1 -1
- package/package.json +1 -1
- package/pagination.d.ts +2 -2
- package/pagination.d.ts.map +1 -1
- package/pagination.js +4 -4
- package/pagination.js.map +1 -1
- package/pagination.mjs +4 -4
- package/pagination.mjs.map +1 -1
- package/resources/account-numbers.d.ts +8 -8
- package/resources/account-numbers.d.ts.map +1 -1
- package/resources/account-numbers.js.map +1 -1
- package/resources/account-numbers.mjs.map +1 -1
- package/resources/account-statements.d.ts +3 -6
- package/resources/account-statements.d.ts.map +1 -1
- package/resources/account-statements.js.map +1 -1
- package/resources/account-statements.mjs.map +1 -1
- package/resources/account-transfers.d.ts +6 -18
- 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 +6 -6
- package/resources/accounts.d.ts.map +1 -1
- package/resources/ach-prenotifications.d.ts +51 -7
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/ach-prenotifications.js.map +1 -1
- package/resources/ach-prenotifications.mjs.map +1 -1
- package/resources/ach-transfers.d.ts +16 -9
- 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/balance-lookups.d.ts +1 -1
- package/resources/balance-lookups.d.ts.map +1 -1
- package/resources/bookkeeping-accounts.d.ts +3 -3
- package/resources/bookkeeping-accounts.d.ts.map +1 -1
- package/resources/bookkeeping-entries.d.ts +2 -2
- package/resources/bookkeeping-entries.d.ts.map +1 -1
- package/resources/bookkeeping-entry-sets.d.ts +1 -1
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
- package/resources/card-disputes.d.ts +7 -7
- package/resources/card-disputes.d.ts.map +1 -1
- package/resources/card-disputes.js.map +1 -1
- package/resources/card-disputes.mjs.map +1 -1
- package/resources/card-profiles.d.ts +15 -7
- package/resources/card-profiles.d.ts.map +1 -1
- package/resources/card-profiles.js +6 -0
- package/resources/card-profiles.js.map +1 -1
- package/resources/card-profiles.mjs +6 -0
- package/resources/card-profiles.mjs.map +1 -1
- package/resources/card-purchase-supplements.d.ts +3 -3
- package/resources/card-purchase-supplements.d.ts.map +1 -1
- package/resources/cards.d.ts +6 -13
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs.map +1 -1
- package/resources/check-deposits.d.ts +7 -7
- 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 +15 -10
- 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 +25 -28
- 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/digital-wallet-tokens.d.ts +3 -6
- package/resources/digital-wallet-tokens.d.ts.map +1 -1
- package/resources/digital-wallet-tokens.js.map +1 -1
- package/resources/digital-wallet-tokens.mjs.map +1 -1
- package/resources/documents.d.ts +3 -3
- package/resources/documents.d.ts.map +1 -1
- package/resources/entities/beneficial-owners.d.ts +4 -8
- package/resources/entities/beneficial-owners.d.ts.map +1 -1
- package/resources/entities/beneficial-owners.js.map +1 -1
- package/resources/entities/beneficial-owners.mjs.map +1 -1
- package/resources/entities/entities.d.ts +11 -11
- package/resources/entities/entities.d.ts.map +1 -1
- package/resources/entities/entities.js +6 -0
- package/resources/entities/entities.js.map +1 -1
- package/resources/entities/entities.mjs +6 -0
- package/resources/entities/entities.mjs.map +1 -1
- package/resources/entities/supplemental-documents.d.ts +2 -2
- package/resources/entities/supplemental-documents.d.ts.map +1 -1
- package/resources/event-subscriptions.d.ts +5 -8
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/event-subscriptions.js.map +1 -1
- package/resources/event-subscriptions.mjs.map +1 -1
- package/resources/events.d.ts +7 -5
- package/resources/events.d.ts.map +1 -1
- package/resources/events.js.map +1 -1
- package/resources/events.mjs.map +1 -1
- package/resources/exports.d.ts +4 -4
- package/resources/exports.d.ts.map +1 -1
- package/resources/external-accounts.d.ts +5 -11
- package/resources/external-accounts.d.ts.map +1 -1
- package/resources/external-accounts.js.map +1 -1
- package/resources/external-accounts.mjs.map +1 -1
- package/resources/files.d.ts +9 -4
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +2 -2
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +2 -2
- package/resources/files.mjs.map +1 -1
- package/resources/groups.d.ts +1 -1
- package/resources/groups.d.ts.map +1 -1
- package/resources/inbound-ach-transfer-returns.d.ts +6 -4
- package/resources/inbound-ach-transfer-returns.d.ts.map +1 -1
- package/resources/inbound-ach-transfer-returns.js.map +1 -1
- package/resources/inbound-ach-transfer-returns.mjs.map +1 -1
- package/resources/inbound-wire-drawdown-requests.d.ts +5 -3
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/inbound-wire-drawdown-requests.js.map +1 -1
- package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
- package/resources/limits.d.ts +5 -9
- package/resources/limits.d.ts.map +1 -1
- package/resources/limits.js.map +1 -1
- package/resources/limits.mjs.map +1 -1
- package/resources/oauth-connections.d.ts +3 -6
- package/resources/oauth-connections.d.ts.map +1 -1
- package/resources/oauth-connections.js.map +1 -1
- package/resources/oauth-connections.mjs.map +1 -1
- package/resources/pending-transactions.d.ts +28 -37
- 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/programs.d.ts +3 -3
- package/resources/programs.d.ts.map +1 -1
- package/resources/real-time-decisions.d.ts +2 -5
- package/resources/real-time-decisions.d.ts.map +1 -1
- package/resources/real-time-decisions.js.map +1 -1
- package/resources/real-time-decisions.mjs.map +1 -1
- package/resources/real-time-payments-transfers.d.ts +6 -4
- 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/routing-numbers.d.ts +4 -1
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/routing-numbers.js.map +1 -1
- package/resources/routing-numbers.mjs.map +1 -1
- package/resources/simulations/account-statements.d.ts +1 -1
- package/resources/simulations/account-statements.d.ts.map +1 -1
- package/resources/simulations/account-transfers.d.ts +1 -1
- package/resources/simulations/account-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.d.ts +124 -138
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-disputes.d.ts +1 -1
- package/resources/simulations/card-disputes.d.ts.map +1 -1
- package/resources/simulations/card-profiles.d.ts +1 -4
- package/resources/simulations/card-profiles.d.ts.map +1 -1
- package/resources/simulations/card-profiles.js.map +1 -1
- package/resources/simulations/card-profiles.mjs.map +1 -1
- package/resources/simulations/card-refunds.d.ts +1 -1
- package/resources/simulations/card-refunds.d.ts.map +1 -1
- package/resources/simulations/cards.d.ts +49 -58
- package/resources/simulations/cards.d.ts.map +1 -1
- package/resources/simulations/cards.js.map +1 -1
- package/resources/simulations/cards.mjs.map +1 -1
- package/resources/simulations/check-deposits.d.ts +3 -12
- package/resources/simulations/check-deposits.d.ts.map +1 -1
- package/resources/simulations/check-transfers.d.ts +2 -2
- package/resources/simulations/check-transfers.d.ts.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.d.ts +1 -1
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
- package/resources/simulations/documents.d.ts +1 -4
- package/resources/simulations/documents.d.ts.map +1 -1
- package/resources/simulations/documents.js.map +1 -1
- package/resources/simulations/documents.mjs.map +1 -1
- package/resources/simulations/inbound-funds-holds.d.ts +1 -1
- package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/simulations/interest-payments.d.ts +100 -108
- package/resources/simulations/interest-payments.d.ts.map +1 -1
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/programs.d.ts +1 -4
- package/resources/simulations/programs.d.ts.map +1 -1
- package/resources/simulations/programs.js.map +1 -1
- package/resources/simulations/programs.mjs.map +1 -1
- package/resources/simulations/real-time-payments-transfers.d.ts +123 -134
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/wire-transfers.d.ts +100 -108
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/transactions.d.ts +105 -110
- 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-drawdown-requests.d.ts +4 -4
- package/resources/wire-drawdown-requests.d.ts.map +1 -1
- package/resources/wire-transfers.d.ts +11 -11
- 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/_shims/fetch.d.ts +8 -1
- package/src/_shims/fetch.node.d.ts +11 -1
- package/src/core.ts +167 -70
- package/src/pagination.ts +5 -5
- package/src/resources/account-numbers.ts +9 -9
- package/src/resources/account-statements.ts +4 -7
- package/src/resources/account-transfers.ts +7 -19
- package/src/resources/accounts.ts +7 -7
- package/src/resources/ach-prenotifications.ts +56 -8
- package/src/resources/ach-transfers.ts +18 -10
- package/src/resources/balance-lookups.ts +1 -1
- package/src/resources/bookkeeping-accounts.ts +4 -4
- package/src/resources/bookkeeping-entries.ts +3 -3
- package/src/resources/bookkeeping-entry-sets.ts +1 -1
- package/src/resources/card-disputes.ts +8 -8
- package/src/resources/card-profiles.ts +20 -8
- package/src/resources/card-purchase-supplements.ts +4 -4
- package/src/resources/cards.ts +7 -14
- package/src/resources/check-deposits.ts +8 -8
- package/src/resources/check-transfers.ts +17 -11
- package/src/resources/declined-transactions.ts +26 -29
- package/src/resources/digital-wallet-tokens.ts +4 -7
- package/src/resources/documents.ts +4 -4
- package/src/resources/entities/beneficial-owners.ts +4 -8
- package/src/resources/entities/entities.ts +15 -12
- package/src/resources/entities/supplemental-documents.ts +2 -2
- package/src/resources/event-subscriptions.ts +6 -9
- package/src/resources/events.ts +8 -6
- package/src/resources/exports.ts +5 -5
- package/src/resources/external-accounts.ts +6 -12
- package/src/resources/files.ts +11 -6
- package/src/resources/groups.ts +1 -1
- package/src/resources/inbound-ach-transfer-returns.ts +7 -5
- package/src/resources/inbound-wire-drawdown-requests.ts +6 -4
- package/src/resources/limits.ts +6 -10
- package/src/resources/oauth-connections.ts +4 -7
- package/src/resources/pending-transactions.ts +29 -38
- package/src/resources/programs.ts +4 -4
- package/src/resources/real-time-decisions.ts +2 -5
- package/src/resources/real-time-payments-transfers.ts +7 -5
- package/src/resources/routing-numbers.ts +4 -1
- package/src/resources/simulations/account-statements.ts +1 -1
- package/src/resources/simulations/account-transfers.ts +1 -1
- package/src/resources/simulations/ach-transfers.ts +124 -138
- package/src/resources/simulations/card-disputes.ts +1 -1
- package/src/resources/simulations/card-profiles.ts +1 -4
- package/src/resources/simulations/card-refunds.ts +1 -1
- package/src/resources/simulations/cards.ts +49 -58
- package/src/resources/simulations/check-deposits.ts +3 -3
- package/src/resources/simulations/check-transfers.ts +2 -2
- package/src/resources/simulations/digital-wallet-token-requests.ts +1 -1
- package/src/resources/simulations/documents.ts +1 -4
- package/src/resources/simulations/inbound-funds-holds.ts +1 -1
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -1
- package/src/resources/simulations/interest-payments.ts +100 -108
- package/src/resources/simulations/programs.ts +1 -4
- package/src/resources/simulations/real-time-payments-transfers.ts +123 -134
- package/src/resources/simulations/wire-transfers.ts +100 -108
- package/src/resources/transactions.ts +106 -111
- package/src/resources/wire-drawdown-requests.ts +5 -5
- package/src/resources/wire-transfers.ts +12 -12
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -11,7 +11,7 @@ export class WireTransfers extends APIResource {
|
|
|
11
11
|
createInbound(
|
|
12
12
|
body: WireTransferCreateInboundParams,
|
|
13
13
|
options?: Core.RequestOptions,
|
|
14
|
-
):
|
|
14
|
+
): Core.APIPromise<WireTransferSimulation> {
|
|
15
15
|
return this.post('/simulations/inbound_wire_transfers', { body, ...options });
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -122,26 +122,26 @@ export namespace WireTransferSimulation {
|
|
|
122
122
|
*/
|
|
123
123
|
export interface Source {
|
|
124
124
|
/**
|
|
125
|
-
*
|
|
125
|
+
* An Account Transfer Intention object. This field will be present in the JSON
|
|
126
126
|
* response if and only if `category` is equal to `account_transfer_intention`.
|
|
127
127
|
*/
|
|
128
128
|
account_transfer_intention: Source.AccountTransferIntention | null;
|
|
129
129
|
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
132
|
-
* if and only if `category` is equal to `ach_transfer_intention`.
|
|
131
|
+
* An ACH Transfer Intention object. This field will be present in the JSON
|
|
132
|
+
* response if and only if `category` is equal to `ach_transfer_intention`.
|
|
133
133
|
*/
|
|
134
134
|
ach_transfer_intention: Source.ACHTransferIntention | null;
|
|
135
135
|
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
138
|
-
* if and only if `category` is equal to `ach_transfer_rejection`.
|
|
137
|
+
* An ACH Transfer Rejection object. This field will be present in the JSON
|
|
138
|
+
* response if and only if `category` is equal to `ach_transfer_rejection`.
|
|
139
139
|
*/
|
|
140
140
|
ach_transfer_rejection: Source.ACHTransferRejection | null;
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
|
-
*
|
|
144
|
-
* and only if `category` is equal to `ach_transfer_return`.
|
|
143
|
+
* An ACH Transfer Return object. This field will be present in the JSON response
|
|
144
|
+
* if and only if `category` is equal to `ach_transfer_return`.
|
|
145
145
|
*/
|
|
146
146
|
ach_transfer_return: Source.ACHTransferReturn | null;
|
|
147
147
|
|
|
@@ -170,77 +170,69 @@ export namespace WireTransferSimulation {
|
|
|
170
170
|
card_settlement: Source.CardSettlement | null;
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
|
-
* The type of
|
|
174
|
-
*
|
|
175
|
-
* additions gracefully.
|
|
173
|
+
* The type of the resource. We may add additional possible values for this enum
|
|
174
|
+
* over time; your application should be able to handle such additions gracefully.
|
|
176
175
|
*
|
|
177
|
-
* - `account_transfer_intention` -
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
* - `
|
|
189
|
-
*
|
|
190
|
-
* - `
|
|
191
|
-
*
|
|
192
|
-
* - `
|
|
193
|
-
*
|
|
194
|
-
* - `
|
|
195
|
-
*
|
|
176
|
+
* - `account_transfer_intention` - Account Transfer Intention: details will be
|
|
177
|
+
* under the `account_transfer_intention` object.
|
|
178
|
+
* - `ach_transfer_intention` - ACH Transfer Intention: details will be under the
|
|
179
|
+
* `ach_transfer_intention` object.
|
|
180
|
+
* - `ach_transfer_rejection` - ACH Transfer Rejection: details will be under the
|
|
181
|
+
* `ach_transfer_rejection` object.
|
|
182
|
+
* - `ach_transfer_return` - ACH Transfer Return: details will be under the
|
|
183
|
+
* `ach_transfer_return` object.
|
|
184
|
+
* - `card_dispute_acceptance` - Card Dispute Acceptance: details will be under the
|
|
185
|
+
* `card_dispute_acceptance` object.
|
|
186
|
+
* - `card_refund` - Card Refund: details will be under the `card_refund` object.
|
|
187
|
+
* - `card_revenue_payment` - Card Revenue Payment: details will be under the
|
|
188
|
+
* `card_revenue_payment` object.
|
|
189
|
+
* - `card_settlement` - Card Settlement: details will be under the
|
|
190
|
+
* `card_settlement` object.
|
|
191
|
+
* - `check_deposit_acceptance` - Check Deposit Acceptance: details will be under
|
|
192
|
+
* the `check_deposit_acceptance` object.
|
|
193
|
+
* - `check_deposit_return` - Check Deposit Return: details will be under the
|
|
194
|
+
* `check_deposit_return` object.
|
|
195
|
+
* - `check_transfer_deposit` - Check Transfer Deposit: details will be under the
|
|
196
|
+
* `check_transfer_deposit` object.
|
|
197
|
+
* - `check_transfer_intention` - Check Transfer Intention: details will be under
|
|
198
|
+
* the `check_transfer_intention` object.
|
|
199
|
+
* - `check_transfer_stop_payment_request` - Check Transfer Stop Payment Request:
|
|
200
|
+
* details will be under the `check_transfer_stop_payment_request` object.
|
|
201
|
+
* - `fee_payment` - Fee Payment: details will be under the `fee_payment` object.
|
|
202
|
+
* - `inbound_ach_transfer` - Inbound ACH Transfer Intention: details will be under
|
|
203
|
+
* the `inbound_ach_transfer` object.
|
|
204
|
+
* - `inbound_ach_transfer_return_intention` - Inbound ACH Transfer Return
|
|
205
|
+
* Intention: details will be under the `inbound_ach_transfer_return_intention`
|
|
196
206
|
* object.
|
|
197
|
-
* - `
|
|
198
|
-
* object.
|
|
199
|
-
* - `
|
|
200
|
-
*
|
|
201
|
-
* - `
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
* `
|
|
206
|
-
* - `
|
|
207
|
-
* will be under the `
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
*
|
|
212
|
-
* `
|
|
213
|
-
* - `
|
|
214
|
-
*
|
|
215
|
-
* - `
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
*
|
|
220
|
-
*
|
|
221
|
-
*
|
|
222
|
-
*
|
|
223
|
-
* `
|
|
224
|
-
* - `
|
|
225
|
-
*
|
|
226
|
-
* `inbound_wire_drawdown_payment_reversal` object.
|
|
227
|
-
* - `inbound_wire_reversal` - The Transaction was created by a Inbound Wire
|
|
228
|
-
* Reversal object. Details will be under the `inbound_wire_reversal` object.
|
|
229
|
-
* - `inbound_wire_transfer` - The Transaction was created by a Inbound Wire
|
|
230
|
-
* Transfer object. Details will be under the `inbound_wire_transfer` object.
|
|
231
|
-
* - `interest_payment` - The Transaction was created by a Interest Payment object.
|
|
232
|
-
* Details will be under the `interest_payment` object.
|
|
233
|
-
* - `internal_source` - The Transaction was created by a Internal Source object.
|
|
234
|
-
* Details will be under the `internal_source` object.
|
|
235
|
-
* - `real_time_payments_transfer_acknowledgement` - The Transaction was created by
|
|
236
|
-
* a Real Time Payments Transfer Acknowledgement object. Details will be under
|
|
237
|
-
* the `real_time_payments_transfer_acknowledgement` object.
|
|
238
|
-
* - `sample_funds` - The Transaction was created by a Sample Funds object. Details
|
|
239
|
-
* will be under the `sample_funds` object.
|
|
240
|
-
* - `wire_transfer_intention` - The Transaction was created by a Wire Transfer
|
|
241
|
-
* Intention object. Details will be under the `wire_transfer_intention` object.
|
|
242
|
-
* - `wire_transfer_rejection` - The Transaction was created by a Wire Transfer
|
|
243
|
-
* Rejection object. Details will be under the `wire_transfer_rejection` object.
|
|
207
|
+
* - `inbound_check` - Inbound Check: details will be under the `inbound_check`
|
|
208
|
+
* object.
|
|
209
|
+
* - `inbound_international_ach_transfer` - Inbound International ACH Transfer:
|
|
210
|
+
* details will be under the `inbound_international_ach_transfer` object.
|
|
211
|
+
* - `inbound_real_time_payments_transfer_confirmation` - Inbound Real Time
|
|
212
|
+
* Payments Transfer Confirmation: details will be under the
|
|
213
|
+
* `inbound_real_time_payments_transfer_confirmation` object.
|
|
214
|
+
* - `inbound_wire_drawdown_payment` - Inbound Wire Drawdown Payment: details will
|
|
215
|
+
* be under the `inbound_wire_drawdown_payment` object.
|
|
216
|
+
* - `inbound_wire_drawdown_payment_reversal` - Inbound Wire Drawdown Payment
|
|
217
|
+
* Reversal: details will be under the `inbound_wire_drawdown_payment_reversal`
|
|
218
|
+
* object.
|
|
219
|
+
* - `inbound_wire_reversal` - Inbound Wire Reversal: details will be under the
|
|
220
|
+
* `inbound_wire_reversal` object.
|
|
221
|
+
* - `inbound_wire_transfer` - Inbound Wire Transfer: details will be under the
|
|
222
|
+
* `inbound_wire_transfer` object.
|
|
223
|
+
* - `interest_payment` - Interest Payment: details will be under the
|
|
224
|
+
* `interest_payment` object.
|
|
225
|
+
* - `internal_source` - Internal Source: details will be under the
|
|
226
|
+
* `internal_source` object.
|
|
227
|
+
* - `real_time_payments_transfer_acknowledgement` - Real Time Payments Transfer
|
|
228
|
+
* Acknowledgement: details will be under the
|
|
229
|
+
* `real_time_payments_transfer_acknowledgement` object.
|
|
230
|
+
* - `sample_funds` - Sample Funds: details will be under the `sample_funds`
|
|
231
|
+
* object.
|
|
232
|
+
* - `wire_transfer_intention` - Wire Transfer Intention: details will be under the
|
|
233
|
+
* `wire_transfer_intention` object.
|
|
234
|
+
* - `wire_transfer_rejection` - Wire Transfer Rejection: details will be under the
|
|
235
|
+
* `wire_transfer_rejection` object.
|
|
244
236
|
* - `other` - The Transaction was made for an undocumented or deprecated reason.
|
|
245
237
|
*/
|
|
246
238
|
category:
|
|
@@ -313,65 +305,65 @@ export namespace WireTransferSimulation {
|
|
|
313
305
|
fee_payment: Source.FeePayment | null;
|
|
314
306
|
|
|
315
307
|
/**
|
|
316
|
-
*
|
|
317
|
-
* if and only if `category` is equal to `inbound_ach_transfer`.
|
|
308
|
+
* An Inbound ACH Transfer Intention object. This field will be present in the JSON
|
|
309
|
+
* response if and only if `category` is equal to `inbound_ach_transfer`.
|
|
318
310
|
*/
|
|
319
311
|
inbound_ach_transfer: Source.InboundACHTransfer | null;
|
|
320
312
|
|
|
321
313
|
/**
|
|
322
|
-
*
|
|
314
|
+
* An Inbound Check object. This field will be present in the JSON response if and
|
|
323
315
|
* only if `category` is equal to `inbound_check`.
|
|
324
316
|
*/
|
|
325
317
|
inbound_check: Source.InboundCheck | null;
|
|
326
318
|
|
|
327
319
|
/**
|
|
328
|
-
*
|
|
320
|
+
* An Inbound International ACH Transfer object. This field will be present in the
|
|
329
321
|
* JSON response if and only if `category` is equal to
|
|
330
322
|
* `inbound_international_ach_transfer`.
|
|
331
323
|
*/
|
|
332
324
|
inbound_international_ach_transfer: Source.InboundInternationalACHTransfer | null;
|
|
333
325
|
|
|
334
326
|
/**
|
|
335
|
-
*
|
|
327
|
+
* An Inbound Real Time Payments Transfer Confirmation object. This field will be
|
|
336
328
|
* present in the JSON response if and only if `category` is equal to
|
|
337
329
|
* `inbound_real_time_payments_transfer_confirmation`.
|
|
338
330
|
*/
|
|
339
331
|
inbound_real_time_payments_transfer_confirmation: Source.InboundRealTimePaymentsTransferConfirmation | null;
|
|
340
332
|
|
|
341
333
|
/**
|
|
342
|
-
*
|
|
334
|
+
* An Inbound Wire Drawdown Payment object. This field will be present in the JSON
|
|
343
335
|
* response if and only if `category` is equal to `inbound_wire_drawdown_payment`.
|
|
344
336
|
*/
|
|
345
337
|
inbound_wire_drawdown_payment: Source.InboundWireDrawdownPayment | null;
|
|
346
338
|
|
|
347
339
|
/**
|
|
348
|
-
*
|
|
340
|
+
* An Inbound Wire Drawdown Payment Reversal object. This field will be present in
|
|
349
341
|
* the JSON response if and only if `category` is equal to
|
|
350
342
|
* `inbound_wire_drawdown_payment_reversal`.
|
|
351
343
|
*/
|
|
352
344
|
inbound_wire_drawdown_payment_reversal: Source.InboundWireDrawdownPaymentReversal | null;
|
|
353
345
|
|
|
354
346
|
/**
|
|
355
|
-
*
|
|
347
|
+
* An Inbound Wire Reversal object. This field will be present in the JSON response
|
|
356
348
|
* if and only if `category` is equal to `inbound_wire_reversal`.
|
|
357
349
|
*/
|
|
358
350
|
inbound_wire_reversal: Source.InboundWireReversal | null;
|
|
359
351
|
|
|
360
352
|
/**
|
|
361
|
-
*
|
|
353
|
+
* An Inbound Wire Transfer object. This field will be present in the JSON response
|
|
362
354
|
* if and only if `category` is equal to `inbound_wire_transfer`.
|
|
363
355
|
*/
|
|
364
356
|
inbound_wire_transfer: Source.InboundWireTransfer | null;
|
|
365
357
|
|
|
366
358
|
/**
|
|
367
|
-
*
|
|
359
|
+
* An Interest Payment object. This field will be present in the JSON response if
|
|
368
360
|
* and only if `category` is equal to `interest_payment`.
|
|
369
361
|
*/
|
|
370
362
|
interest_payment: Source.InterestPayment | null;
|
|
371
363
|
|
|
372
364
|
/**
|
|
373
|
-
*
|
|
374
|
-
* only if `category` is equal to `internal_source`.
|
|
365
|
+
* An Internal Source object. This field will be present in the JSON response if
|
|
366
|
+
* and only if `category` is equal to `internal_source`.
|
|
375
367
|
*/
|
|
376
368
|
internal_source: Source.InternalSource | null;
|
|
377
369
|
|
|
@@ -403,7 +395,7 @@ export namespace WireTransferSimulation {
|
|
|
403
395
|
|
|
404
396
|
export namespace Source {
|
|
405
397
|
/**
|
|
406
|
-
*
|
|
398
|
+
* An Account Transfer Intention object. This field will be present in the JSON
|
|
407
399
|
* response if and only if `category` is equal to `account_transfer_intention`.
|
|
408
400
|
*/
|
|
409
401
|
export interface AccountTransferIntention {
|
|
@@ -448,8 +440,8 @@ export namespace WireTransferSimulation {
|
|
|
448
440
|
}
|
|
449
441
|
|
|
450
442
|
/**
|
|
451
|
-
*
|
|
452
|
-
* if and only if `category` is equal to `ach_transfer_intention`.
|
|
443
|
+
* An ACH Transfer Intention object. This field will be present in the JSON
|
|
444
|
+
* response if and only if `category` is equal to `ach_transfer_intention`.
|
|
453
445
|
*/
|
|
454
446
|
export interface ACHTransferIntention {
|
|
455
447
|
account_number: string;
|
|
@@ -471,8 +463,8 @@ export namespace WireTransferSimulation {
|
|
|
471
463
|
}
|
|
472
464
|
|
|
473
465
|
/**
|
|
474
|
-
*
|
|
475
|
-
* if and only if `category` is equal to `ach_transfer_rejection`.
|
|
466
|
+
* An ACH Transfer Rejection object. This field will be present in the JSON
|
|
467
|
+
* response if and only if `category` is equal to `ach_transfer_rejection`.
|
|
476
468
|
*/
|
|
477
469
|
export interface ACHTransferRejection {
|
|
478
470
|
/**
|
|
@@ -482,8 +474,8 @@ export namespace WireTransferSimulation {
|
|
|
482
474
|
}
|
|
483
475
|
|
|
484
476
|
/**
|
|
485
|
-
*
|
|
486
|
-
* and only if `category` is equal to `ach_transfer_return`.
|
|
477
|
+
* An ACH Transfer Return object. This field will be present in the JSON response
|
|
478
|
+
* if and only if `category` is equal to `ach_transfer_return`.
|
|
487
479
|
*/
|
|
488
480
|
export interface ACHTransferReturn {
|
|
489
481
|
/**
|
|
@@ -2306,8 +2298,8 @@ export namespace WireTransferSimulation {
|
|
|
2306
2298
|
}
|
|
2307
2299
|
|
|
2308
2300
|
/**
|
|
2309
|
-
*
|
|
2310
|
-
* if and only if `category` is equal to `inbound_ach_transfer`.
|
|
2301
|
+
* An Inbound ACH Transfer Intention object. This field will be present in the JSON
|
|
2302
|
+
* response if and only if `category` is equal to `inbound_ach_transfer`.
|
|
2311
2303
|
*/
|
|
2312
2304
|
export interface InboundACHTransfer {
|
|
2313
2305
|
/**
|
|
@@ -2334,7 +2326,7 @@ export namespace WireTransferSimulation {
|
|
|
2334
2326
|
}
|
|
2335
2327
|
|
|
2336
2328
|
/**
|
|
2337
|
-
*
|
|
2329
|
+
* An Inbound Check object. This field will be present in the JSON response if and
|
|
2338
2330
|
* only if `category` is equal to `inbound_check`.
|
|
2339
2331
|
*/
|
|
2340
2332
|
export interface InboundCheck {
|
|
@@ -2365,7 +2357,7 @@ export namespace WireTransferSimulation {
|
|
|
2365
2357
|
}
|
|
2366
2358
|
|
|
2367
2359
|
/**
|
|
2368
|
-
*
|
|
2360
|
+
* An Inbound International ACH Transfer object. This field will be present in the
|
|
2369
2361
|
* JSON response if and only if `category` is equal to
|
|
2370
2362
|
* `inbound_international_ach_transfer`.
|
|
2371
2363
|
*/
|
|
@@ -2448,7 +2440,7 @@ export namespace WireTransferSimulation {
|
|
|
2448
2440
|
}
|
|
2449
2441
|
|
|
2450
2442
|
/**
|
|
2451
|
-
*
|
|
2443
|
+
* An Inbound Real Time Payments Transfer Confirmation object. This field will be
|
|
2452
2444
|
* present in the JSON response if and only if `category` is equal to
|
|
2453
2445
|
* `inbound_real_time_payments_transfer_confirmation`.
|
|
2454
2446
|
*/
|
|
@@ -2504,7 +2496,7 @@ export namespace WireTransferSimulation {
|
|
|
2504
2496
|
}
|
|
2505
2497
|
|
|
2506
2498
|
/**
|
|
2507
|
-
*
|
|
2499
|
+
* An Inbound Wire Drawdown Payment object. This field will be present in the JSON
|
|
2508
2500
|
* response if and only if `category` is equal to `inbound_wire_drawdown_payment`.
|
|
2509
2501
|
*/
|
|
2510
2502
|
export interface InboundWireDrawdownPayment {
|
|
@@ -2540,7 +2532,7 @@ export namespace WireTransferSimulation {
|
|
|
2540
2532
|
}
|
|
2541
2533
|
|
|
2542
2534
|
/**
|
|
2543
|
-
*
|
|
2535
|
+
* An Inbound Wire Drawdown Payment Reversal object. This field will be present in
|
|
2544
2536
|
* the JSON response if and only if `category` is equal to
|
|
2545
2537
|
* `inbound_wire_drawdown_payment_reversal`.
|
|
2546
2538
|
*/
|
|
@@ -2597,7 +2589,7 @@ export namespace WireTransferSimulation {
|
|
|
2597
2589
|
}
|
|
2598
2590
|
|
|
2599
2591
|
/**
|
|
2600
|
-
*
|
|
2592
|
+
* An Inbound Wire Reversal object. This field will be present in the JSON response
|
|
2601
2593
|
* if and only if `category` is equal to `inbound_wire_reversal`.
|
|
2602
2594
|
*/
|
|
2603
2595
|
export interface InboundWireReversal {
|
|
@@ -2680,7 +2672,7 @@ export namespace WireTransferSimulation {
|
|
|
2680
2672
|
}
|
|
2681
2673
|
|
|
2682
2674
|
/**
|
|
2683
|
-
*
|
|
2675
|
+
* An Inbound Wire Transfer object. This field will be present in the JSON response
|
|
2684
2676
|
* if and only if `category` is equal to `inbound_wire_transfer`.
|
|
2685
2677
|
*/
|
|
2686
2678
|
export interface InboundWireTransfer {
|
|
@@ -2724,7 +2716,7 @@ export namespace WireTransferSimulation {
|
|
|
2724
2716
|
}
|
|
2725
2717
|
|
|
2726
2718
|
/**
|
|
2727
|
-
*
|
|
2719
|
+
* An Interest Payment object. This field will be present in the JSON response if
|
|
2728
2720
|
* and only if `category` is equal to `interest_payment`.
|
|
2729
2721
|
*/
|
|
2730
2722
|
export interface InterestPayment {
|
|
@@ -2764,8 +2756,8 @@ export namespace WireTransferSimulation {
|
|
|
2764
2756
|
}
|
|
2765
2757
|
|
|
2766
2758
|
/**
|
|
2767
|
-
*
|
|
2768
|
-
* only if `category` is equal to `internal_source`.
|
|
2759
|
+
* An Internal Source object. This field will be present in the JSON response if
|
|
2760
|
+
* and only if `category` is equal to `internal_source`.
|
|
2769
2761
|
*/
|
|
2770
2762
|
export interface InternalSource {
|
|
2771
2763
|
/**
|