increase 1.352.0 → 1.353.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/increase/models/beneficial_owner_create_params.rb +3 -0
- data/lib/increase/models/beneficial_owner_update_params.rb +3 -0
- data/lib/increase/models/card_payment.rb +1174 -2
- data/lib/increase/models/check_transfer.rb +15 -9
- data/lib/increase/models/entity.rb +18 -0
- data/lib/increase/models/entity_beneficial_owner.rb +3 -0
- data/lib/increase/models/entity_create_params.rb +3 -0
- data/lib/increase/models/transaction.rb +1174 -2
- data/lib/increase/models/wire_drawdown_request.rb +3 -3
- data/lib/increase/models/wire_drawdown_request_list_params.rb +3 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +7 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +7 -0
- data/rbi/increase/models/card_payment.rbi +5276 -2964
- data/rbi/increase/models/check_transfer.rbi +15 -9
- data/rbi/increase/models/entity.rbi +42 -0
- data/rbi/increase/models/entity_beneficial_owner.rbi +7 -0
- data/rbi/increase/models/entity_create_params.rbi +7 -0
- data/rbi/increase/models/transaction.rbi +4647 -2335
- data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_list_params.rbi +6 -6
- data/sig/increase/models/beneficial_owner_create_params.rbs +4 -0
- data/sig/increase/models/beneficial_owner_update_params.rbs +4 -0
- data/sig/increase/models/card_payment.rbs +1186 -0
- data/sig/increase/models/entity.rbs +24 -0
- data/sig/increase/models/entity_beneficial_owner.rbs +4 -0
- data/sig/increase/models/entity_create_params.rbs +4 -0
- data/sig/increase/models/transaction.rbs +1186 -0
- data/sig/increase/models/wire_drawdown_request.rbs +4 -4
- data/sig/increase/models/wire_drawdown_request_list_params.rbs +4 -4
- metadata +2 -2
|
@@ -336,6 +336,7 @@ module Increase
|
|
|
336
336
|
|
|
337
337
|
type method_ =
|
|
338
338
|
:social_security_number
|
|
339
|
+
| :social_security_number_last4
|
|
339
340
|
| :individual_taxpayer_identification_number
|
|
340
341
|
| :passport
|
|
341
342
|
| :drivers_license
|
|
@@ -347,6 +348,9 @@ module Increase
|
|
|
347
348
|
# A social security number.
|
|
348
349
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
349
350
|
|
|
351
|
+
# The last four digits of a social security number.
|
|
352
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
353
|
+
|
|
350
354
|
# An individual taxpayer identification number (ITIN).
|
|
351
355
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
352
356
|
|
|
@@ -674,6 +678,7 @@ module Increase
|
|
|
674
678
|
|
|
675
679
|
type method_ =
|
|
676
680
|
:social_security_number
|
|
681
|
+
| :social_security_number_last4
|
|
677
682
|
| :individual_taxpayer_identification_number
|
|
678
683
|
| :passport
|
|
679
684
|
| :drivers_license
|
|
@@ -685,6 +690,9 @@ module Increase
|
|
|
685
690
|
# A social security number.
|
|
686
691
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
687
692
|
|
|
693
|
+
# The last four digits of a social security number.
|
|
694
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
695
|
+
|
|
688
696
|
# An individual taxpayer identification number (ITIN).
|
|
689
697
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
690
698
|
|
|
@@ -799,6 +807,7 @@ module Increase
|
|
|
799
807
|
|
|
800
808
|
type method_ =
|
|
801
809
|
:social_security_number
|
|
810
|
+
| :social_security_number_last4
|
|
802
811
|
| :individual_taxpayer_identification_number
|
|
803
812
|
| :passport
|
|
804
813
|
| :drivers_license
|
|
@@ -810,6 +819,9 @@ module Increase
|
|
|
810
819
|
# A social security number.
|
|
811
820
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
812
821
|
|
|
822
|
+
# The last four digits of a social security number.
|
|
823
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
824
|
+
|
|
813
825
|
# An individual taxpayer identification number (ITIN).
|
|
814
826
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
815
827
|
|
|
@@ -1047,6 +1059,7 @@ module Increase
|
|
|
1047
1059
|
|
|
1048
1060
|
type method_ =
|
|
1049
1061
|
:social_security_number
|
|
1062
|
+
| :social_security_number_last4
|
|
1050
1063
|
| :individual_taxpayer_identification_number
|
|
1051
1064
|
| :passport
|
|
1052
1065
|
| :drivers_license
|
|
@@ -1058,6 +1071,9 @@ module Increase
|
|
|
1058
1071
|
# A social security number.
|
|
1059
1072
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
1060
1073
|
|
|
1074
|
+
# The last four digits of a social security number.
|
|
1075
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
1076
|
+
|
|
1061
1077
|
# An individual taxpayer identification number (ITIN).
|
|
1062
1078
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
1063
1079
|
|
|
@@ -1396,6 +1412,7 @@ module Increase
|
|
|
1396
1412
|
|
|
1397
1413
|
type method_ =
|
|
1398
1414
|
:social_security_number
|
|
1415
|
+
| :social_security_number_last4
|
|
1399
1416
|
| :individual_taxpayer_identification_number
|
|
1400
1417
|
| :passport
|
|
1401
1418
|
| :drivers_license
|
|
@@ -1407,6 +1424,9 @@ module Increase
|
|
|
1407
1424
|
# A social security number.
|
|
1408
1425
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
1409
1426
|
|
|
1427
|
+
# The last four digits of a social security number.
|
|
1428
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
1429
|
+
|
|
1410
1430
|
# An individual taxpayer identification number (ITIN).
|
|
1411
1431
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
1412
1432
|
|
|
@@ -1541,6 +1561,7 @@ module Increase
|
|
|
1541
1561
|
|
|
1542
1562
|
type method_ =
|
|
1543
1563
|
:social_security_number
|
|
1564
|
+
| :social_security_number_last4
|
|
1544
1565
|
| :individual_taxpayer_identification_number
|
|
1545
1566
|
| :passport
|
|
1546
1567
|
| :drivers_license
|
|
@@ -1552,6 +1573,9 @@ module Increase
|
|
|
1552
1573
|
# A social security number.
|
|
1553
1574
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
1554
1575
|
|
|
1576
|
+
# The last four digits of a social security number.
|
|
1577
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
1578
|
+
|
|
1555
1579
|
# An individual taxpayer identification number (ITIN).
|
|
1556
1580
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
1557
1581
|
|
|
@@ -147,6 +147,7 @@ module Increase
|
|
|
147
147
|
|
|
148
148
|
type method_ =
|
|
149
149
|
:social_security_number
|
|
150
|
+
| :social_security_number_last4
|
|
150
151
|
| :individual_taxpayer_identification_number
|
|
151
152
|
| :passport
|
|
152
153
|
| :drivers_license
|
|
@@ -158,6 +159,9 @@ module Increase
|
|
|
158
159
|
# A social security number.
|
|
159
160
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
160
161
|
|
|
162
|
+
# The last four digits of a social security number.
|
|
163
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
164
|
+
|
|
161
165
|
# An individual taxpayer identification number (ITIN).
|
|
162
166
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
163
167
|
|
|
@@ -431,6 +431,7 @@ module Increase
|
|
|
431
431
|
|
|
432
432
|
type method_ =
|
|
433
433
|
:social_security_number
|
|
434
|
+
| :social_security_number_last4
|
|
434
435
|
| :individual_taxpayer_identification_number
|
|
435
436
|
| :passport
|
|
436
437
|
| :drivers_license
|
|
@@ -442,6 +443,9 @@ module Increase
|
|
|
442
443
|
# A social security number.
|
|
443
444
|
SOCIAL_SECURITY_NUMBER: :social_security_number
|
|
444
445
|
|
|
446
|
+
# The last four digits of a social security number.
|
|
447
|
+
SOCIAL_SECURITY_NUMBER_LAST4: :social_security_number_last4
|
|
448
|
+
|
|
445
449
|
# An individual taxpayer identification number (ITIN).
|
|
446
450
|
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER: :individual_taxpayer_identification_number
|
|
447
451
|
|