increase 1.127.0 → 1.129.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/CHANGELOG.md +22 -0
- data/README.md +1 -1
- data/lib/increase/internal/transport/base_client.rb +7 -1
- data/lib/increase/models/card_dispute.rb +311 -66
- data/lib/increase/models/card_dispute_create_params.rb +102 -30
- data/lib/increase/models/card_dispute_submit_user_submission_params.rb +104 -30
- data/lib/increase/models/card_payment.rb +60 -15
- data/lib/increase/models/declined_transaction.rb +21 -6
- data/lib/increase/models/export_create_params.rb +8 -3
- data/lib/increase/models/pending_transaction.rb +21 -6
- data/lib/increase/models/real_time_decision.rb +24 -6
- data/lib/increase/models/simulations/card_dispute_action_params.rb +97 -27
- data/lib/increase/models/transaction.rb +23 -6
- 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/resources/exports.rb +1 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/internal/transport/base_client.rbi +5 -0
- data/rbi/increase/internal/type/base_model.rbi +8 -4
- data/rbi/increase/models/card_dispute.rbi +1038 -88
- data/rbi/increase/models/card_dispute_create_params.rbi +364 -40
- data/rbi/increase/models/card_dispute_submit_user_submission_params.rbi +364 -40
- data/rbi/increase/models/card_payment.rbi +211 -20
- data/rbi/increase/models/declined_transaction.rbi +78 -8
- data/rbi/increase/models/export_create_params.rbi +25 -4
- data/rbi/increase/models/pending_transaction.rbi +78 -8
- data/rbi/increase/models/real_time_decision.rbi +90 -8
- data/rbi/increase/models/simulations/card_dispute_action_params.rbi +333 -36
- data/rbi/increase/models/transaction.rbi +76 -8
- data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_list_params.rbi +6 -6
- data/rbi/increase/resources/exports.rbi +1 -1
- data/sig/increase/internal/transport/base_client.rbs +2 -0
- data/sig/increase/models/card_dispute.rbs +264 -88
- data/sig/increase/models/card_dispute_create_params.rbs +150 -50
- data/sig/increase/models/card_dispute_submit_user_submission_params.rbs +150 -50
- data/sig/increase/models/card_payment.rbs +60 -20
- data/sig/increase/models/declined_transaction.rbs +24 -8
- data/sig/increase/models/export_create_params.rbs +15 -5
- data/sig/increase/models/pending_transaction.rbs +24 -8
- data/sig/increase/models/real_time_decision.rbs +24 -8
- data/sig/increase/models/simulations/card_dispute_action_params.rbs +135 -45
- data/sig/increase/models/transaction.rbs +24 -8
- data/sig/increase/models/wire_drawdown_request.rbs +4 -4
- data/sig/increase/models/wire_drawdown_request_list_params.rbs +4 -4
- data/sig/increase/resources/exports.rbs +1 -1
- metadata +2 -2
|
@@ -71,7 +71,7 @@ module Increase
|
|
|
71
71
|
card_validation: Increase::CardPayment::Element::CardValidation?,
|
|
72
72
|
category: Increase::Models::CardPayment::Element::category,
|
|
73
73
|
created_at: Time,
|
|
74
|
-
other:
|
|
74
|
+
other: Increase::CardPayment::Element::Other?
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
class Element < Increase::Internal::Type::BaseModel
|
|
@@ -101,7 +101,7 @@ module Increase
|
|
|
101
101
|
|
|
102
102
|
attr_accessor created_at: Time
|
|
103
103
|
|
|
104
|
-
attr_accessor other:
|
|
104
|
+
attr_accessor other: Increase::CardPayment::Element::Other?
|
|
105
105
|
|
|
106
106
|
def initialize: (
|
|
107
107
|
card_authentication: Increase::CardPayment::Element::CardAuthentication?,
|
|
@@ -117,7 +117,7 @@ module Increase
|
|
|
117
117
|
card_validation: Increase::CardPayment::Element::CardValidation?,
|
|
118
118
|
category: Increase::Models::CardPayment::Element::category,
|
|
119
119
|
created_at: Time,
|
|
120
|
-
other:
|
|
120
|
+
other: Increase::CardPayment::Element::Other?
|
|
121
121
|
) -> void
|
|
122
122
|
|
|
123
123
|
def to_hash: -> {
|
|
@@ -134,7 +134,7 @@ module Increase
|
|
|
134
134
|
card_validation: Increase::CardPayment::Element::CardValidation?,
|
|
135
135
|
category: Increase::Models::CardPayment::Element::category,
|
|
136
136
|
created_at: Time,
|
|
137
|
-
other:
|
|
137
|
+
other: Increase::CardPayment::Element::Other?
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
type card_authentication =
|
|
@@ -834,26 +834,26 @@ module Increase
|
|
|
834
834
|
type network_details =
|
|
835
835
|
{
|
|
836
836
|
category: Increase::Models::CardPayment::Element::CardAuthorization::NetworkDetails::category,
|
|
837
|
-
pulse:
|
|
837
|
+
pulse: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Pulse?,
|
|
838
838
|
visa: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa?
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
842
842
|
attr_accessor category: Increase::Models::CardPayment::Element::CardAuthorization::NetworkDetails::category
|
|
843
843
|
|
|
844
|
-
attr_accessor pulse:
|
|
844
|
+
attr_accessor pulse: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Pulse?
|
|
845
845
|
|
|
846
846
|
attr_accessor visa: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa?
|
|
847
847
|
|
|
848
848
|
def initialize: (
|
|
849
849
|
category: Increase::Models::CardPayment::Element::CardAuthorization::NetworkDetails::category,
|
|
850
|
-
pulse:
|
|
850
|
+
pulse: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Pulse?,
|
|
851
851
|
visa: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa?
|
|
852
852
|
) -> void
|
|
853
853
|
|
|
854
854
|
def to_hash: -> {
|
|
855
855
|
category: Increase::Models::CardPayment::Element::CardAuthorization::NetworkDetails::category,
|
|
856
|
-
pulse:
|
|
856
|
+
pulse: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Pulse?,
|
|
857
857
|
visa: Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa?
|
|
858
858
|
}
|
|
859
859
|
|
|
@@ -871,6 +871,14 @@ module Increase
|
|
|
871
871
|
def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardAuthorization::NetworkDetails::category]
|
|
872
872
|
end
|
|
873
873
|
|
|
874
|
+
type pulse = { }
|
|
875
|
+
|
|
876
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
877
|
+
def initialize: -> void
|
|
878
|
+
|
|
879
|
+
def to_hash: -> { }
|
|
880
|
+
end
|
|
881
|
+
|
|
874
882
|
type visa =
|
|
875
883
|
{
|
|
876
884
|
electronic_commerce_indicator: Increase::Models::CardPayment::Element::CardAuthorization::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -1725,26 +1733,26 @@ module Increase
|
|
|
1725
1733
|
type network_details =
|
|
1726
1734
|
{
|
|
1727
1735
|
category: Increase::Models::CardPayment::Element::CardDecline::NetworkDetails::category,
|
|
1728
|
-
pulse:
|
|
1736
|
+
pulse: Increase::CardPayment::Element::CardDecline::NetworkDetails::Pulse?,
|
|
1729
1737
|
visa: Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa?
|
|
1730
1738
|
}
|
|
1731
1739
|
|
|
1732
1740
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
1733
1741
|
attr_accessor category: Increase::Models::CardPayment::Element::CardDecline::NetworkDetails::category
|
|
1734
1742
|
|
|
1735
|
-
attr_accessor pulse:
|
|
1743
|
+
attr_accessor pulse: Increase::CardPayment::Element::CardDecline::NetworkDetails::Pulse?
|
|
1736
1744
|
|
|
1737
1745
|
attr_accessor visa: Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa?
|
|
1738
1746
|
|
|
1739
1747
|
def initialize: (
|
|
1740
1748
|
category: Increase::Models::CardPayment::Element::CardDecline::NetworkDetails::category,
|
|
1741
|
-
pulse:
|
|
1749
|
+
pulse: Increase::CardPayment::Element::CardDecline::NetworkDetails::Pulse?,
|
|
1742
1750
|
visa: Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa?
|
|
1743
1751
|
) -> void
|
|
1744
1752
|
|
|
1745
1753
|
def to_hash: -> {
|
|
1746
1754
|
category: Increase::Models::CardPayment::Element::CardDecline::NetworkDetails::category,
|
|
1747
|
-
pulse:
|
|
1755
|
+
pulse: Increase::CardPayment::Element::CardDecline::NetworkDetails::Pulse?,
|
|
1748
1756
|
visa: Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa?
|
|
1749
1757
|
}
|
|
1750
1758
|
|
|
@@ -1762,6 +1770,14 @@ module Increase
|
|
|
1762
1770
|
def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardDecline::NetworkDetails::category]
|
|
1763
1771
|
end
|
|
1764
1772
|
|
|
1773
|
+
type pulse = { }
|
|
1774
|
+
|
|
1775
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
1776
|
+
def initialize: -> void
|
|
1777
|
+
|
|
1778
|
+
def to_hash: -> { }
|
|
1779
|
+
end
|
|
1780
|
+
|
|
1765
1781
|
type visa =
|
|
1766
1782
|
{
|
|
1767
1783
|
electronic_commerce_indicator: Increase::Models::CardPayment::Element::CardDecline::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -2624,26 +2640,26 @@ module Increase
|
|
|
2624
2640
|
type network_details =
|
|
2625
2641
|
{
|
|
2626
2642
|
category: Increase::Models::CardPayment::Element::CardFinancial::NetworkDetails::category,
|
|
2627
|
-
pulse:
|
|
2643
|
+
pulse: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Pulse?,
|
|
2628
2644
|
visa: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa?
|
|
2629
2645
|
}
|
|
2630
2646
|
|
|
2631
2647
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
2632
2648
|
attr_accessor category: Increase::Models::CardPayment::Element::CardFinancial::NetworkDetails::category
|
|
2633
2649
|
|
|
2634
|
-
attr_accessor pulse:
|
|
2650
|
+
attr_accessor pulse: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Pulse?
|
|
2635
2651
|
|
|
2636
2652
|
attr_accessor visa: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa?
|
|
2637
2653
|
|
|
2638
2654
|
def initialize: (
|
|
2639
2655
|
category: Increase::Models::CardPayment::Element::CardFinancial::NetworkDetails::category,
|
|
2640
|
-
pulse:
|
|
2656
|
+
pulse: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Pulse?,
|
|
2641
2657
|
visa: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa?
|
|
2642
2658
|
) -> void
|
|
2643
2659
|
|
|
2644
2660
|
def to_hash: -> {
|
|
2645
2661
|
category: Increase::Models::CardPayment::Element::CardFinancial::NetworkDetails::category,
|
|
2646
|
-
pulse:
|
|
2662
|
+
pulse: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Pulse?,
|
|
2647
2663
|
visa: Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa?
|
|
2648
2664
|
}
|
|
2649
2665
|
|
|
@@ -2661,6 +2677,14 @@ module Increase
|
|
|
2661
2677
|
def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardFinancial::NetworkDetails::category]
|
|
2662
2678
|
end
|
|
2663
2679
|
|
|
2680
|
+
type pulse = { }
|
|
2681
|
+
|
|
2682
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
2683
|
+
def initialize: -> void
|
|
2684
|
+
|
|
2685
|
+
def to_hash: -> { }
|
|
2686
|
+
end
|
|
2687
|
+
|
|
2664
2688
|
type visa =
|
|
2665
2689
|
{
|
|
2666
2690
|
electronic_commerce_indicator: Increase::Models::CardPayment::Element::CardFinancial::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -6205,26 +6229,26 @@ module Increase
|
|
|
6205
6229
|
type network_details =
|
|
6206
6230
|
{
|
|
6207
6231
|
category: Increase::Models::CardPayment::Element::CardValidation::NetworkDetails::category,
|
|
6208
|
-
pulse:
|
|
6232
|
+
pulse: Increase::CardPayment::Element::CardValidation::NetworkDetails::Pulse?,
|
|
6209
6233
|
visa: Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa?
|
|
6210
6234
|
}
|
|
6211
6235
|
|
|
6212
6236
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
6213
6237
|
attr_accessor category: Increase::Models::CardPayment::Element::CardValidation::NetworkDetails::category
|
|
6214
6238
|
|
|
6215
|
-
attr_accessor pulse:
|
|
6239
|
+
attr_accessor pulse: Increase::CardPayment::Element::CardValidation::NetworkDetails::Pulse?
|
|
6216
6240
|
|
|
6217
6241
|
attr_accessor visa: Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa?
|
|
6218
6242
|
|
|
6219
6243
|
def initialize: (
|
|
6220
6244
|
category: Increase::Models::CardPayment::Element::CardValidation::NetworkDetails::category,
|
|
6221
|
-
pulse:
|
|
6245
|
+
pulse: Increase::CardPayment::Element::CardValidation::NetworkDetails::Pulse?,
|
|
6222
6246
|
visa: Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa?
|
|
6223
6247
|
) -> void
|
|
6224
6248
|
|
|
6225
6249
|
def to_hash: -> {
|
|
6226
6250
|
category: Increase::Models::CardPayment::Element::CardValidation::NetworkDetails::category,
|
|
6227
|
-
pulse:
|
|
6251
|
+
pulse: Increase::CardPayment::Element::CardValidation::NetworkDetails::Pulse?,
|
|
6228
6252
|
visa: Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa?
|
|
6229
6253
|
}
|
|
6230
6254
|
|
|
@@ -6242,6 +6266,14 @@ module Increase
|
|
|
6242
6266
|
def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardValidation::NetworkDetails::category]
|
|
6243
6267
|
end
|
|
6244
6268
|
|
|
6269
|
+
type pulse = { }
|
|
6270
|
+
|
|
6271
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
6272
|
+
def initialize: -> void
|
|
6273
|
+
|
|
6274
|
+
def to_hash: -> { }
|
|
6275
|
+
end
|
|
6276
|
+
|
|
6245
6277
|
type visa =
|
|
6246
6278
|
{
|
|
6247
6279
|
electronic_commerce_indicator: Increase::Models::CardPayment::Element::CardValidation::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -6617,6 +6649,14 @@ module Increase
|
|
|
6617
6649
|
|
|
6618
6650
|
def self?.values: -> ::Array[Increase::Models::CardPayment::Element::category]
|
|
6619
6651
|
end
|
|
6652
|
+
|
|
6653
|
+
type other = { }
|
|
6654
|
+
|
|
6655
|
+
class Other < Increase::Internal::Type::BaseModel
|
|
6656
|
+
def initialize: -> void
|
|
6657
|
+
|
|
6658
|
+
def to_hash: -> { }
|
|
6659
|
+
end
|
|
6620
6660
|
end
|
|
6621
6661
|
|
|
6622
6662
|
type state =
|
|
@@ -113,7 +113,7 @@ module Increase
|
|
|
113
113
|
check_deposit_rejection: Increase::DeclinedTransaction::Source::CheckDepositRejection?,
|
|
114
114
|
inbound_fednow_transfer_decline: Increase::DeclinedTransaction::Source::InboundFednowTransferDecline?,
|
|
115
115
|
inbound_real_time_payments_transfer_decline: Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline?,
|
|
116
|
-
other:
|
|
116
|
+
other: Increase::DeclinedTransaction::Source::Other?,
|
|
117
117
|
wire_decline: Increase::DeclinedTransaction::Source::WireDecline?
|
|
118
118
|
}
|
|
119
119
|
|
|
@@ -132,7 +132,7 @@ module Increase
|
|
|
132
132
|
|
|
133
133
|
attr_accessor inbound_real_time_payments_transfer_decline: Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline?
|
|
134
134
|
|
|
135
|
-
attr_accessor other:
|
|
135
|
+
attr_accessor other: Increase::DeclinedTransaction::Source::Other?
|
|
136
136
|
|
|
137
137
|
attr_accessor wire_decline: Increase::DeclinedTransaction::Source::WireDecline?
|
|
138
138
|
|
|
@@ -144,7 +144,7 @@ module Increase
|
|
|
144
144
|
check_deposit_rejection: Increase::DeclinedTransaction::Source::CheckDepositRejection?,
|
|
145
145
|
inbound_fednow_transfer_decline: Increase::DeclinedTransaction::Source::InboundFednowTransferDecline?,
|
|
146
146
|
inbound_real_time_payments_transfer_decline: Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline?,
|
|
147
|
-
other:
|
|
147
|
+
other: Increase::DeclinedTransaction::Source::Other?,
|
|
148
148
|
wire_decline: Increase::DeclinedTransaction::Source::WireDecline?
|
|
149
149
|
) -> void
|
|
150
150
|
|
|
@@ -156,7 +156,7 @@ module Increase
|
|
|
156
156
|
check_deposit_rejection: Increase::DeclinedTransaction::Source::CheckDepositRejection?,
|
|
157
157
|
inbound_fednow_transfer_decline: Increase::DeclinedTransaction::Source::InboundFednowTransferDecline?,
|
|
158
158
|
inbound_real_time_payments_transfer_decline: Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline?,
|
|
159
|
-
other:
|
|
159
|
+
other: Increase::DeclinedTransaction::Source::Other?,
|
|
160
160
|
wire_decline: Increase::DeclinedTransaction::Source::WireDecline?
|
|
161
161
|
}
|
|
162
162
|
|
|
@@ -716,26 +716,26 @@ module Increase
|
|
|
716
716
|
type network_details =
|
|
717
717
|
{
|
|
718
718
|
category: Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::category,
|
|
719
|
-
pulse:
|
|
719
|
+
pulse: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Pulse?,
|
|
720
720
|
visa: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa?
|
|
721
721
|
}
|
|
722
722
|
|
|
723
723
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
724
724
|
attr_accessor category: Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::category
|
|
725
725
|
|
|
726
|
-
attr_accessor pulse:
|
|
726
|
+
attr_accessor pulse: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Pulse?
|
|
727
727
|
|
|
728
728
|
attr_accessor visa: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa?
|
|
729
729
|
|
|
730
730
|
def initialize: (
|
|
731
731
|
category: Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::category,
|
|
732
|
-
pulse:
|
|
732
|
+
pulse: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Pulse?,
|
|
733
733
|
visa: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa?
|
|
734
734
|
) -> void
|
|
735
735
|
|
|
736
736
|
def to_hash: -> {
|
|
737
737
|
category: Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::category,
|
|
738
|
-
pulse:
|
|
738
|
+
pulse: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Pulse?,
|
|
739
739
|
visa: Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa?
|
|
740
740
|
}
|
|
741
741
|
|
|
@@ -753,6 +753,14 @@ module Increase
|
|
|
753
753
|
def self?.values: -> ::Array[Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::category]
|
|
754
754
|
end
|
|
755
755
|
|
|
756
|
+
type pulse = { }
|
|
757
|
+
|
|
758
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
759
|
+
def initialize: -> void
|
|
760
|
+
|
|
761
|
+
def to_hash: -> { }
|
|
762
|
+
end
|
|
763
|
+
|
|
756
764
|
type visa =
|
|
757
765
|
{
|
|
758
766
|
electronic_commerce_indicator: Increase::Models::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -1688,6 +1696,14 @@ module Increase
|
|
|
1688
1696
|
end
|
|
1689
1697
|
end
|
|
1690
1698
|
|
|
1699
|
+
type other = { }
|
|
1700
|
+
|
|
1701
|
+
class Other < Increase::Internal::Type::BaseModel
|
|
1702
|
+
def initialize: -> void
|
|
1703
|
+
|
|
1704
|
+
def to_hash: -> { }
|
|
1705
|
+
end
|
|
1706
|
+
|
|
1691
1707
|
type wire_decline =
|
|
1692
1708
|
{
|
|
1693
1709
|
inbound_wire_transfer_id: String,
|
|
@@ -9,7 +9,7 @@ module Increase
|
|
|
9
9
|
bookkeeping_account_balance_csv: Increase::ExportCreateParams::BookkeepingAccountBalanceCsv,
|
|
10
10
|
entity_csv: Increase::ExportCreateParams::EntityCsv,
|
|
11
11
|
transaction_csv: Increase::ExportCreateParams::TransactionCsv,
|
|
12
|
-
vendor_csv:
|
|
12
|
+
vendor_csv: Increase::ExportCreateParams::VendorCsv
|
|
13
13
|
}
|
|
14
14
|
& Increase::Internal::Type::request_parameters
|
|
15
15
|
|
|
@@ -55,9 +55,11 @@ module Increase
|
|
|
55
55
|
Increase::ExportCreateParams::TransactionCsv
|
|
56
56
|
) -> Increase::ExportCreateParams::TransactionCsv
|
|
57
57
|
|
|
58
|
-
attr_reader vendor_csv:
|
|
58
|
+
attr_reader vendor_csv: Increase::ExportCreateParams::VendorCsv?
|
|
59
59
|
|
|
60
|
-
def vendor_csv=: (
|
|
60
|
+
def vendor_csv=: (
|
|
61
|
+
Increase::ExportCreateParams::VendorCsv
|
|
62
|
+
) -> Increase::ExportCreateParams::VendorCsv
|
|
61
63
|
|
|
62
64
|
def initialize: (
|
|
63
65
|
category: Increase::Models::ExportCreateParams::category,
|
|
@@ -67,7 +69,7 @@ module Increase
|
|
|
67
69
|
?bookkeeping_account_balance_csv: Increase::ExportCreateParams::BookkeepingAccountBalanceCsv,
|
|
68
70
|
?entity_csv: Increase::ExportCreateParams::EntityCsv,
|
|
69
71
|
?transaction_csv: Increase::ExportCreateParams::TransactionCsv,
|
|
70
|
-
?vendor_csv:
|
|
72
|
+
?vendor_csv: Increase::ExportCreateParams::VendorCsv,
|
|
71
73
|
?request_options: Increase::request_opts
|
|
72
74
|
) -> void
|
|
73
75
|
|
|
@@ -79,7 +81,7 @@ module Increase
|
|
|
79
81
|
bookkeeping_account_balance_csv: Increase::ExportCreateParams::BookkeepingAccountBalanceCsv,
|
|
80
82
|
entity_csv: Increase::ExportCreateParams::EntityCsv,
|
|
81
83
|
transaction_csv: Increase::ExportCreateParams::TransactionCsv,
|
|
82
|
-
vendor_csv:
|
|
84
|
+
vendor_csv: Increase::ExportCreateParams::VendorCsv,
|
|
83
85
|
request_options: Increase::RequestOptions
|
|
84
86
|
}
|
|
85
87
|
|
|
@@ -464,6 +466,14 @@ module Increase
|
|
|
464
466
|
}
|
|
465
467
|
end
|
|
466
468
|
end
|
|
469
|
+
|
|
470
|
+
type vendor_csv = { }
|
|
471
|
+
|
|
472
|
+
class VendorCsv < Increase::Internal::Type::BaseModel
|
|
473
|
+
def initialize: -> void
|
|
474
|
+
|
|
475
|
+
def to_hash: -> { }
|
|
476
|
+
end
|
|
467
477
|
end
|
|
468
478
|
end
|
|
469
479
|
end
|
|
@@ -131,7 +131,7 @@ module Increase
|
|
|
131
131
|
fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?,
|
|
132
132
|
inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?,
|
|
133
133
|
inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?,
|
|
134
|
-
other:
|
|
134
|
+
other: Increase::PendingTransaction::Source::Other?,
|
|
135
135
|
real_time_payments_transfer_instruction: Increase::PendingTransaction::Source::RealTimePaymentsTransferInstruction?,
|
|
136
136
|
swift_transfer_instruction: Increase::PendingTransaction::Source::SwiftTransferInstruction?,
|
|
137
137
|
user_initiated_hold: ::Hash[Symbol, top]?,
|
|
@@ -159,7 +159,7 @@ module Increase
|
|
|
159
159
|
|
|
160
160
|
attr_accessor inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?
|
|
161
161
|
|
|
162
|
-
attr_accessor other:
|
|
162
|
+
attr_accessor other: Increase::PendingTransaction::Source::Other?
|
|
163
163
|
|
|
164
164
|
attr_accessor real_time_payments_transfer_instruction: Increase::PendingTransaction::Source::RealTimePaymentsTransferInstruction?
|
|
165
165
|
|
|
@@ -180,7 +180,7 @@ module Increase
|
|
|
180
180
|
fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?,
|
|
181
181
|
inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?,
|
|
182
182
|
inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?,
|
|
183
|
-
other:
|
|
183
|
+
other: Increase::PendingTransaction::Source::Other?,
|
|
184
184
|
real_time_payments_transfer_instruction: Increase::PendingTransaction::Source::RealTimePaymentsTransferInstruction?,
|
|
185
185
|
swift_transfer_instruction: Increase::PendingTransaction::Source::SwiftTransferInstruction?,
|
|
186
186
|
user_initiated_hold: ::Hash[Symbol, top]?,
|
|
@@ -198,7 +198,7 @@ module Increase
|
|
|
198
198
|
fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?,
|
|
199
199
|
inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?,
|
|
200
200
|
inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?,
|
|
201
|
-
other:
|
|
201
|
+
other: Increase::PendingTransaction::Source::Other?,
|
|
202
202
|
real_time_payments_transfer_instruction: Increase::PendingTransaction::Source::RealTimePaymentsTransferInstruction?,
|
|
203
203
|
swift_transfer_instruction: Increase::PendingTransaction::Source::SwiftTransferInstruction?,
|
|
204
204
|
user_initiated_hold: ::Hash[Symbol, top]?,
|
|
@@ -663,26 +663,26 @@ module Increase
|
|
|
663
663
|
type network_details =
|
|
664
664
|
{
|
|
665
665
|
category: Increase::Models::PendingTransaction::Source::CardAuthorization::NetworkDetails::category,
|
|
666
|
-
pulse:
|
|
666
|
+
pulse: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Pulse?,
|
|
667
667
|
visa: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa?
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
671
671
|
attr_accessor category: Increase::Models::PendingTransaction::Source::CardAuthorization::NetworkDetails::category
|
|
672
672
|
|
|
673
|
-
attr_accessor pulse:
|
|
673
|
+
attr_accessor pulse: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Pulse?
|
|
674
674
|
|
|
675
675
|
attr_accessor visa: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa?
|
|
676
676
|
|
|
677
677
|
def initialize: (
|
|
678
678
|
category: Increase::Models::PendingTransaction::Source::CardAuthorization::NetworkDetails::category,
|
|
679
|
-
pulse:
|
|
679
|
+
pulse: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Pulse?,
|
|
680
680
|
visa: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa?
|
|
681
681
|
) -> void
|
|
682
682
|
|
|
683
683
|
def to_hash: -> {
|
|
684
684
|
category: Increase::Models::PendingTransaction::Source::CardAuthorization::NetworkDetails::category,
|
|
685
|
-
pulse:
|
|
685
|
+
pulse: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Pulse?,
|
|
686
686
|
visa: Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa?
|
|
687
687
|
}
|
|
688
688
|
|
|
@@ -700,6 +700,14 @@ module Increase
|
|
|
700
700
|
def self?.values: -> ::Array[Increase::Models::PendingTransaction::Source::CardAuthorization::NetworkDetails::category]
|
|
701
701
|
end
|
|
702
702
|
|
|
703
|
+
type pulse = { }
|
|
704
|
+
|
|
705
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
706
|
+
def initialize: -> void
|
|
707
|
+
|
|
708
|
+
def to_hash: -> { }
|
|
709
|
+
end
|
|
710
|
+
|
|
703
711
|
type visa =
|
|
704
712
|
{
|
|
705
713
|
electronic_commerce_indicator: Increase::Models::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -1385,6 +1393,14 @@ module Increase
|
|
|
1385
1393
|
def to_hash: -> { inbound_wire_transfer_id: String }
|
|
1386
1394
|
end
|
|
1387
1395
|
|
|
1396
|
+
type other = { }
|
|
1397
|
+
|
|
1398
|
+
class Other < Increase::Internal::Type::BaseModel
|
|
1399
|
+
def initialize: -> void
|
|
1400
|
+
|
|
1401
|
+
def to_hash: -> { }
|
|
1402
|
+
end
|
|
1403
|
+
|
|
1388
1404
|
type real_time_payments_transfer_instruction =
|
|
1389
1405
|
{ amount: Integer, transfer_id: String }
|
|
1390
1406
|
|
|
@@ -535,26 +535,26 @@ module Increase
|
|
|
535
535
|
type network_details =
|
|
536
536
|
{
|
|
537
537
|
category: Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::category,
|
|
538
|
-
pulse:
|
|
538
|
+
pulse: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Pulse?,
|
|
539
539
|
visa: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa?
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
class NetworkDetails < Increase::Internal::Type::BaseModel
|
|
543
543
|
attr_accessor category: Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::category
|
|
544
544
|
|
|
545
|
-
attr_accessor pulse:
|
|
545
|
+
attr_accessor pulse: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Pulse?
|
|
546
546
|
|
|
547
547
|
attr_accessor visa: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa?
|
|
548
548
|
|
|
549
549
|
def initialize: (
|
|
550
550
|
category: Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::category,
|
|
551
|
-
pulse:
|
|
551
|
+
pulse: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Pulse?,
|
|
552
552
|
visa: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa?
|
|
553
553
|
) -> void
|
|
554
554
|
|
|
555
555
|
def to_hash: -> {
|
|
556
556
|
category: Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::category,
|
|
557
|
-
pulse:
|
|
557
|
+
pulse: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Pulse?,
|
|
558
558
|
visa: Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa?
|
|
559
559
|
}
|
|
560
560
|
|
|
@@ -572,6 +572,14 @@ module Increase
|
|
|
572
572
|
def self?.values: -> ::Array[Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::category]
|
|
573
573
|
end
|
|
574
574
|
|
|
575
|
+
type pulse = { }
|
|
576
|
+
|
|
577
|
+
class Pulse < Increase::Internal::Type::BaseModel
|
|
578
|
+
def initialize: -> void
|
|
579
|
+
|
|
580
|
+
def to_hash: -> { }
|
|
581
|
+
end
|
|
582
|
+
|
|
575
583
|
type visa =
|
|
576
584
|
{
|
|
577
585
|
electronic_commerce_indicator: Increase::Models::RealTimeDecision::CardAuthorization::NetworkDetails::Visa::electronic_commerce_indicator?,
|
|
@@ -804,7 +812,7 @@ module Increase
|
|
|
804
812
|
{
|
|
805
813
|
category: Increase::Models::RealTimeDecision::CardAuthorization::RequestDetails::category,
|
|
806
814
|
incremental_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::IncrementalAuthorization?,
|
|
807
|
-
initial_authorization:
|
|
815
|
+
initial_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::InitialAuthorization?
|
|
808
816
|
}
|
|
809
817
|
|
|
810
818
|
class RequestDetails < Increase::Internal::Type::BaseModel
|
|
@@ -812,18 +820,18 @@ module Increase
|
|
|
812
820
|
|
|
813
821
|
attr_accessor incremental_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::IncrementalAuthorization?
|
|
814
822
|
|
|
815
|
-
attr_accessor initial_authorization:
|
|
823
|
+
attr_accessor initial_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::InitialAuthorization?
|
|
816
824
|
|
|
817
825
|
def initialize: (
|
|
818
826
|
category: Increase::Models::RealTimeDecision::CardAuthorization::RequestDetails::category,
|
|
819
827
|
incremental_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::IncrementalAuthorization?,
|
|
820
|
-
initial_authorization:
|
|
828
|
+
initial_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::InitialAuthorization?
|
|
821
829
|
) -> void
|
|
822
830
|
|
|
823
831
|
def to_hash: -> {
|
|
824
832
|
category: Increase::Models::RealTimeDecision::CardAuthorization::RequestDetails::category,
|
|
825
833
|
incremental_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::IncrementalAuthorization?,
|
|
826
|
-
initial_authorization:
|
|
834
|
+
initial_authorization: Increase::RealTimeDecision::CardAuthorization::RequestDetails::InitialAuthorization?
|
|
827
835
|
}
|
|
828
836
|
|
|
829
837
|
type category = :initial_authorization | :incremental_authorization
|
|
@@ -858,6 +866,14 @@ module Increase
|
|
|
858
866
|
original_card_authorization_id: String
|
|
859
867
|
}
|
|
860
868
|
end
|
|
869
|
+
|
|
870
|
+
type initial_authorization = { }
|
|
871
|
+
|
|
872
|
+
class InitialAuthorization < Increase::Internal::Type::BaseModel
|
|
873
|
+
def initialize: -> void
|
|
874
|
+
|
|
875
|
+
def to_hash: -> { }
|
|
876
|
+
end
|
|
861
877
|
end
|
|
862
878
|
|
|
863
879
|
type verification =
|