react-native-unit-components 2.0.0 → 2.0.1
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/lib/commonjs/types/shared/checkDeposit.types.js.map +1 -1
- package/lib/commonjs/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/module/types/shared/checkDeposit.types.js.map +1 -1
- package/lib/module/unitComponentsSdkManager/UnitComponentsSdkManager.js +1 -1
- package/lib/typescript/src/types/shared/account.types.d.ts +3 -3
- package/lib/typescript/src/types/shared/account.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/authorization.types.d.ts +1 -1
- package/lib/typescript/src/types/shared/authorization.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/checkDeposit.types.d.ts +8 -5
- package/lib/typescript/src/types/shared/checkDeposit.types.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/counterparty.types.d.ts +2 -2
- package/lib/typescript/src/types/shared/payment/bookPayment.types.d.ts +2 -2
- package/lib/typescript/src/types/shared/payment/payments.types.d.ts +3 -3
- package/lib/typescript/src/types/shared/payment/wirePayment.types.d.ts +1 -1
- package/lib/typescript/src/types/shared/transaction/UNAccountLowBalanceClosureTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNAdjustmentTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNAtmTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNBankRepaymentTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNBillPayTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNBookTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNCardReversalTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNCardTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNCashDepositTransaction.d.ts +3 -3
- package/lib/typescript/src/types/shared/transaction/UNChargebackTransaction.d.ts +6 -6
- package/lib/typescript/src/types/shared/transaction/UNCheckDepositTransaction.d.ts +2 -2
- package/lib/typescript/src/types/shared/transaction/UNCustomerRepaymentReturnedTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNCustomerRepaymentTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNDishonoredAchTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNDisputeSettlementTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNDisputeTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNFeeReversalTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNFeeTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNInterchangeShareTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNInterestShareTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNInterestTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.d.ts.map +1 -1
- package/lib/typescript/src/types/shared/transaction/UNOriginatedAchTransaction.d.ts +3 -3
- package/lib/typescript/src/types/shared/transaction/UNPaymentAdvanceTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNPaymentCanceledTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNPurchaseTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNReceivedAchTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNReleaseTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNRepaidPaymentAdvanceTransaction.d.ts +6 -6
- package/lib/typescript/src/types/shared/transaction/UNReturnedAchTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNReturnedCheckDepositTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNReturnedReceivedAchTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNRewardTransaction.d.ts +5 -5
- package/lib/typescript/src/types/shared/transaction/UNSettlementTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNSponsoredInterestTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/UNWireTransaction.d.ts +4 -4
- package/lib/typescript/src/types/shared/transaction/transactions.types.d.ts +1 -1
- package/package.json +1 -1
- package/src/types/shared/account.types.ts +3 -3
- package/src/types/shared/authorization.types.ts +1 -1
- package/src/types/shared/checkDeposit.types.ts +8 -5
- package/src/types/shared/counterparty.types.ts +2 -2
- package/src/types/shared/payment/bookPayment.types.ts +2 -2
- package/src/types/shared/payment/payments.types.ts +3 -3
- package/src/types/shared/payment/wirePayment.types.ts +1 -1
- package/src/types/shared/transaction/UNAccountLowBalanceClosureTransaction.ts +4 -4
- package/src/types/shared/transaction/UNAdjustmentTransaction.ts +4 -4
- package/src/types/shared/transaction/UNAtmTransaction.ts +4 -4
- package/src/types/shared/transaction/UNBankRepaymentTransaction.ts +5 -5
- package/src/types/shared/transaction/UNBillPayTransaction.ts +4 -4
- package/src/types/shared/transaction/UNBookTransaction.ts +4 -4
- package/src/types/shared/transaction/UNCardReversalTransaction.ts +5 -5
- package/src/types/shared/transaction/UNCardTransaction.ts +4 -4
- package/src/types/shared/transaction/UNCashDepositTransaction.ts +3 -3
- package/src/types/shared/transaction/UNChargebackTransaction.ts +6 -6
- package/src/types/shared/transaction/UNCheckDepositTransaction.ts +2 -2
- package/src/types/shared/transaction/UNCustomerRepaymentReturnedTransaction.ts +5 -5
- package/src/types/shared/transaction/UNCustomerRepaymentTransaction.ts +5 -5
- package/src/types/shared/transaction/UNDishonoredAchTransaction.ts +4 -4
- package/src/types/shared/transaction/UNDisputeSettlementTransaction.ts +4 -4
- package/src/types/shared/transaction/UNDisputeTransaction.ts +4 -4
- package/src/types/shared/transaction/UNFeeReversalTransaction.ts +5 -5
- package/src/types/shared/transaction/UNFeeTransaction.ts +5 -5
- package/src/types/shared/transaction/UNInterchangeShareTransaction.ts +4 -4
- package/src/types/shared/transaction/UNInterestShareTransaction.ts +4 -4
- package/src/types/shared/transaction/UNInterestTransaction.ts +4 -4
- package/src/types/shared/transaction/UNNegativeBalanceCoverageTransaction.ts +5 -5
- package/src/types/shared/transaction/UNOriginatedAchTransaction.ts +3 -3
- package/src/types/shared/transaction/UNPaymentAdvanceTransaction.ts +5 -5
- package/src/types/shared/transaction/UNPaymentCanceledTransaction.ts +4 -4
- package/src/types/shared/transaction/UNPurchaseTransaction.ts +4 -4
- package/src/types/shared/transaction/UNReceivedAchTransaction.ts +5 -5
- package/src/types/shared/transaction/UNReleaseTransaction.ts +4 -4
- package/src/types/shared/transaction/UNRepaidPaymentAdvanceTransaction.ts +6 -6
- package/src/types/shared/transaction/UNReturnedAchTransaction.ts +4 -4
- package/src/types/shared/transaction/UNReturnedCheckDepositTransaction.ts +4 -4
- package/src/types/shared/transaction/UNReturnedReceivedAchTransaction.ts +5 -5
- package/src/types/shared/transaction/UNRewardTransaction.ts +5 -5
- package/src/types/shared/transaction/UNSettlementTransaction.ts +4 -4
- package/src/types/shared/transaction/UNSponsoredInterestTransaction.ts +4 -4
- package/src/types/shared/transaction/UNWireTransaction.ts +4 -4
- package/src/types/shared/transaction/transactions.types.ts +1 -1
- package/src/unitComponentsSdkManager/UnitComponentsSdkManager.ts +1 -1
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNCashDepositTransaction = {
|
|
6
6
|
type: UNTransactionTypes.CashDeposit
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -22,7 +22,7 @@ export type UNCashDepositTransaction = {
|
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNCashDepositTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNChargebackTransaction = {
|
|
6
6
|
type: UNTransactionTypes.Chargeback
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -18,13 +18,13 @@ export type UNChargebackTransaction = {
|
|
|
18
18
|
account: {
|
|
19
19
|
data: {
|
|
20
20
|
type: string
|
|
21
|
-
id:
|
|
21
|
+
id: string
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
customer?: {
|
|
25
25
|
data: {
|
|
26
26
|
type: string
|
|
27
|
-
id:
|
|
27
|
+
id: string
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
customers?: {
|
|
@@ -38,19 +38,19 @@ export type UNChargebackTransaction = {
|
|
|
38
38
|
org?: {
|
|
39
39
|
data: {
|
|
40
40
|
type: string
|
|
41
|
-
id:
|
|
41
|
+
id: string
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
chargeback: {
|
|
45
45
|
data: {
|
|
46
46
|
type: string
|
|
47
|
-
id:
|
|
47
|
+
id: string
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
receiverAccount: {
|
|
51
51
|
data: {
|
|
52
52
|
type: string
|
|
53
|
-
id:
|
|
53
|
+
id: string
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNCheckDepositTransaction = {
|
|
6
6
|
type: UNTransactionTypes.CheckDeposit
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -36,7 +36,7 @@ export type UNCheckDepositTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
checkDeposit?: {
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNCustomerRepaymentReturnedTransaction = {
|
|
6
6
|
type: UNTransactionTypes.CustomerRepaymentReturned
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -17,13 +17,13 @@ export type UNCustomerRepaymentReturnedTransaction = {
|
|
|
17
17
|
account: {
|
|
18
18
|
data: {
|
|
19
19
|
type: string
|
|
20
|
-
id:
|
|
20
|
+
id: string
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
customer?: {
|
|
24
24
|
data: {
|
|
25
25
|
type: string
|
|
26
|
-
id:
|
|
26
|
+
id: string
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
customers?: {
|
|
@@ -37,13 +37,13 @@ export type UNCustomerRepaymentReturnedTransaction = {
|
|
|
37
37
|
org?: {
|
|
38
38
|
data: {
|
|
39
39
|
type: string
|
|
40
|
-
id:
|
|
40
|
+
id: string
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
payment?: {
|
|
44
44
|
data: {
|
|
45
45
|
type: 'payment'
|
|
46
|
-
id:
|
|
46
|
+
id: string
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNCustomerRepaymentTransaction = {
|
|
6
6
|
type: UNTransactionTypes.CustomerRepayment
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -17,13 +17,13 @@ export type UNCustomerRepaymentTransaction = {
|
|
|
17
17
|
account: {
|
|
18
18
|
data: {
|
|
19
19
|
type: string
|
|
20
|
-
id:
|
|
20
|
+
id: string
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
customer?: {
|
|
24
24
|
data: {
|
|
25
25
|
type: string
|
|
26
|
-
id:
|
|
26
|
+
id: string
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
customers?: {
|
|
@@ -37,13 +37,13 @@ export type UNCustomerRepaymentTransaction = {
|
|
|
37
37
|
org?: {
|
|
38
38
|
data: {
|
|
39
39
|
type: string
|
|
40
|
-
id:
|
|
40
|
+
id: string
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
payment?: {
|
|
44
44
|
data: {
|
|
45
45
|
type: 'payment'
|
|
46
|
-
id:
|
|
46
|
+
id: string
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -4,7 +4,7 @@ import { UNCents } from '../payment/payments.types';
|
|
|
4
4
|
|
|
5
5
|
export type UNDishonoredAchTransaction = {
|
|
6
6
|
type: UNTransactionTypes.DishonoredACH
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -24,13 +24,13 @@ export type UNDishonoredAchTransaction = {
|
|
|
24
24
|
account: {
|
|
25
25
|
data: {
|
|
26
26
|
type: string
|
|
27
|
-
id:
|
|
27
|
+
id: string
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
customer?: {
|
|
31
31
|
data: {
|
|
32
32
|
type: string
|
|
33
|
-
id:
|
|
33
|
+
id: string
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
customers?: {
|
|
@@ -44,7 +44,7 @@ export type UNDishonoredAchTransaction = {
|
|
|
44
44
|
org?: {
|
|
45
45
|
data: {
|
|
46
46
|
type: string
|
|
47
|
-
id:
|
|
47
|
+
id: string
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNDisputeSettlementTransaction = {
|
|
6
6
|
type: UNTransactionTypes.DisputeSettlement
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNDisputeSettlementTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNDisputeSettlementTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNDisputeTransaction = {
|
|
6
6
|
type: UNTransactionTypes.Dispute
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNDisputeTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNDisputeTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -4,7 +4,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
4
4
|
|
|
5
5
|
export type UNFeeReversalTransaction = {
|
|
6
6
|
type: UNTransactionTypes.FeeReversal
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNFeeReversalTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,13 +36,13 @@ export type UNFeeReversalTransaction = {
|
|
|
36
36
|
relatedTransaction: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
org?: {
|
|
43
43
|
data: {
|
|
44
44
|
type: string
|
|
45
|
-
id:
|
|
45
|
+
id: string
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNFeeTransaction = {
|
|
6
6
|
type: UNTransactionTypes.Fee
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNFeeTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,13 +36,13 @@ export type UNFeeTransaction = {
|
|
|
36
36
|
relatedTransaction?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
org?: {
|
|
43
43
|
data: {
|
|
44
44
|
type: string
|
|
45
|
-
id:
|
|
45
|
+
id: string
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNInterchangeShareTransaction = {
|
|
6
6
|
type: UNTransactionTypes.InterchangeShare
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNInterchangeShareTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNInterchangeShareTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNInterestShareTransaction = {
|
|
6
6
|
type: UNTransactionTypes.InterestShare
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNInterestShareTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNInterestShareTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNInterestTransaction = {
|
|
6
6
|
type: UNTransactionTypes.Interest
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNInterestTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNInterestTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { UNCents } from '../payment/payments.types';
|
|
1
|
+
import { UNCents } from '../payment/payments.types';
|
|
2
2
|
import { UNTransactionTypes } from './transactions.types';
|
|
3
3
|
import { UNDirection } from '../types';
|
|
4
4
|
|
|
5
5
|
export type UNNegativeBalanceCoverageTransaction = {
|
|
6
6
|
type: UNTransactionTypes.NegativeBalanceCoverage
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNNegativeBalanceCoverageTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNNegativeBalanceCoverageTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -19,13 +19,13 @@ export type UNOriginatedAchTransaction = {
|
|
|
19
19
|
account: {
|
|
20
20
|
data: {
|
|
21
21
|
type: string
|
|
22
|
-
id:
|
|
22
|
+
id: string
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
customer?: {
|
|
26
26
|
data: {
|
|
27
27
|
type: string
|
|
28
|
-
id:
|
|
28
|
+
id: string
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
customers?: {
|
|
@@ -39,7 +39,7 @@ export type UNOriginatedAchTransaction = {
|
|
|
39
39
|
org?: {
|
|
40
40
|
data: {
|
|
41
41
|
type: string
|
|
42
|
-
id:
|
|
42
|
+
id: string
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNPaymentAdvanceTransaction = {
|
|
6
6
|
type: UNTransactionTypes.PaymentAdvance
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -17,13 +17,13 @@ export type UNPaymentAdvanceTransaction = {
|
|
|
17
17
|
account: {
|
|
18
18
|
data: {
|
|
19
19
|
type: string
|
|
20
|
-
id:
|
|
20
|
+
id: string
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
customer?: {
|
|
24
24
|
data: {
|
|
25
25
|
type: string
|
|
26
|
-
id:
|
|
26
|
+
id: string
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
customers?: {
|
|
@@ -37,13 +37,13 @@ export type UNPaymentAdvanceTransaction = {
|
|
|
37
37
|
org?: {
|
|
38
38
|
data: {
|
|
39
39
|
type: string
|
|
40
|
-
id:
|
|
40
|
+
id: string
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
receivedPayment?: {
|
|
44
44
|
data: {
|
|
45
45
|
type: 'receivedPayment'
|
|
46
|
-
id:
|
|
46
|
+
id: string
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNPaymentCanceledTransaction = {
|
|
6
6
|
type: UNTransactionTypes.PaymentCanceled
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -16,13 +16,13 @@ export type UNPaymentCanceledTransaction = {
|
|
|
16
16
|
account: {
|
|
17
17
|
data: {
|
|
18
18
|
type: string
|
|
19
|
-
id:
|
|
19
|
+
id: string
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
customer?: {
|
|
23
23
|
data: {
|
|
24
24
|
type: string
|
|
25
|
-
id:
|
|
25
|
+
id: string
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
customers?: {
|
|
@@ -36,7 +36,7 @@ export type UNPaymentCanceledTransaction = {
|
|
|
36
36
|
org?: {
|
|
37
37
|
data: {
|
|
38
38
|
type: string
|
|
39
|
-
id:
|
|
39
|
+
id: string
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -5,7 +5,7 @@ import { UNTransactionTypes } from './transactions.types';
|
|
|
5
5
|
|
|
6
6
|
export type UNPurchaseTransaction = {
|
|
7
7
|
type: UNTransactionTypes.Purchase
|
|
8
|
-
id:
|
|
8
|
+
id: string
|
|
9
9
|
attributes: {
|
|
10
10
|
cardNetwork: string
|
|
11
11
|
cardLast4Digits: string
|
|
@@ -25,13 +25,13 @@ export type UNPurchaseTransaction = {
|
|
|
25
25
|
account: {
|
|
26
26
|
data: {
|
|
27
27
|
type: string
|
|
28
|
-
id:
|
|
28
|
+
id: string
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
customer?: {
|
|
32
32
|
data: {
|
|
33
33
|
type: string
|
|
34
|
-
id:
|
|
34
|
+
id: string
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
customers?: {
|
|
@@ -45,7 +45,7 @@ export type UNPurchaseTransaction = {
|
|
|
45
45
|
org?: {
|
|
46
46
|
data: {
|
|
47
47
|
type: string
|
|
48
|
-
id:
|
|
48
|
+
id: string
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -4,7 +4,7 @@ import { UNDirection } from '../types';
|
|
|
4
4
|
|
|
5
5
|
export type UNReceivedAchTransaction = {
|
|
6
6
|
type: UNTransactionTypes.ReceivedACH
|
|
7
|
-
id:
|
|
7
|
+
id: string
|
|
8
8
|
attributes: {
|
|
9
9
|
createdAt: Date
|
|
10
10
|
amount: UNCents
|
|
@@ -21,13 +21,13 @@ export type UNReceivedAchTransaction = {
|
|
|
21
21
|
account: {
|
|
22
22
|
data: {
|
|
23
23
|
type: string
|
|
24
|
-
id:
|
|
24
|
+
id: string
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
customer?: {
|
|
28
28
|
data: {
|
|
29
29
|
type: string
|
|
30
|
-
id:
|
|
30
|
+
id: string
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
customers?: {
|
|
@@ -41,13 +41,13 @@ export type UNReceivedAchTransaction = {
|
|
|
41
41
|
org?: {
|
|
42
42
|
data: {
|
|
43
43
|
type: string
|
|
44
|
-
id:
|
|
44
|
+
id: string
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
incomingAch?: {
|
|
48
48
|
data: {
|
|
49
49
|
type: string
|
|
50
|
-
id:
|
|
50
|
+
id: string
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
}
|