increase 1.49.0 → 1.51.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 +16 -0
- data/README.md +1 -1
- data/lib/increase/models/card_payment.rb +22 -1
- data/lib/increase/models/transaction.rb +31 -10
- data/lib/increase/models/wire_transfer.rb +9 -9
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_payment.rbi +45 -0
- data/rbi/increase/models/transaction.rbi +56 -9
- data/rbi/increase/models/wire_transfer.rbi +11 -9
- data/sig/increase/models/card_payment.rbs +16 -0
- data/sig/increase/models/transaction.rbs +28 -12
- data/sig/increase/models/wire_transfer.rbs +12 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35f15f70c6bee0af29eb8a94dcf44474ce310e27c8c43c25eac1c4eea6b071ed
|
4
|
+
data.tar.gz: 6b0972ebbee0c91913b8e07b5c3092e5b9481b2f974c04f9408e3d50a4b4d70a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d14547292bb14f65b61f88b31a29d02e22872a7f1db050f4af14b5290b3226a70203fabcf5a758b7916fcb2e315f4b5bbd6bdb9461bd0eb0a04a914616bb082f
|
7
|
+
data.tar.gz: '0795c218aefe6869818b24d2d5d782dd7c6dc679ef6c5507e0e586509f9950528b2a6843cc5e097a1414421257cb31b067c79724ec5455cba1814b047340de34'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.51.0 (2025-08-26)
|
4
|
+
|
5
|
+
Full Changelog: [v1.50.0...v1.51.0](https://github.com/Increase/increase-ruby/compare/v1.50.0...v1.51.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([fe80d84](https://github.com/Increase/increase-ruby/commit/fe80d84ae9ab5a11bd2e4cabd44f7cdb79af8e50))
|
10
|
+
|
11
|
+
## 1.50.0 (2025-08-26)
|
12
|
+
|
13
|
+
Full Changelog: [v1.49.0...v1.50.0](https://github.com/Increase/increase-ruby/compare/v1.49.0...v1.50.0)
|
14
|
+
|
15
|
+
### Features
|
16
|
+
|
17
|
+
* **api:** api update ([88b4f70](https://github.com/Increase/increase-ruby/commit/88b4f7054b67bac26c4d60b4c0d782733259eca3))
|
18
|
+
|
3
19
|
## 1.49.0 (2025-08-25)
|
4
20
|
|
5
21
|
Full Changelog: [v1.48.0...v1.49.0](https://github.com/Increase/increase-ruby/compare/v1.48.0...v1.49.0)
|
data/README.md
CHANGED
@@ -5577,6 +5577,12 @@ module Increase
|
|
5577
5577
|
# @return [String, nil]
|
5578
5578
|
required :merchant_state, String, nil?: true
|
5579
5579
|
|
5580
|
+
# @!attribute network
|
5581
|
+
# The card network on which this transaction was processed.
|
5582
|
+
#
|
5583
|
+
# @return [Symbol, Increase::Models::CardPayment::Element::CardSettlement::Network]
|
5584
|
+
required :network, enum: -> { Increase::CardPayment::Element::CardSettlement::Network }
|
5585
|
+
|
5580
5586
|
# @!attribute network_identifiers
|
5581
5587
|
# Network-specific identifiers for this refund.
|
5582
5588
|
#
|
@@ -5624,7 +5630,7 @@ module Increase
|
|
5624
5630
|
# @return [Symbol, Increase::Models::CardPayment::Element::CardSettlement::Type]
|
5625
5631
|
required :type, enum: -> { Increase::CardPayment::Element::CardSettlement::Type }
|
5626
5632
|
|
5627
|
-
# @!method initialize(id:, amount:, card_authorization:, card_payment_id:, cashback:, currency:, interchange:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_name:, merchant_postal_code:, merchant_state:, network_identifiers:, pending_transaction_id:, presentment_amount:, presentment_currency:, purchase_details:, transaction_id:, type:)
|
5633
|
+
# @!method initialize(id:, amount:, card_authorization:, card_payment_id:, cashback:, currency:, interchange:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_name:, merchant_postal_code:, merchant_state:, network:, network_identifiers:, pending_transaction_id:, presentment_amount:, presentment_currency:, purchase_details:, transaction_id:, type:)
|
5628
5634
|
# Some parameter documentations has been truncated, see
|
5629
5635
|
# {Increase::Models::CardPayment::Element::CardSettlement} for more details.
|
5630
5636
|
#
|
@@ -5662,6 +5668,8 @@ module Increase
|
|
5662
5668
|
#
|
5663
5669
|
# @param merchant_state [String, nil] The state the merchant resides in.
|
5664
5670
|
#
|
5671
|
+
# @param network [Symbol, Increase::Models::CardPayment::Element::CardSettlement::Network] The card network on which this transaction was processed.
|
5672
|
+
#
|
5665
5673
|
# @param network_identifiers [Increase::Models::CardPayment::Element::CardSettlement::NetworkIdentifiers] Network-specific identifiers for this refund.
|
5666
5674
|
#
|
5667
5675
|
# @param pending_transaction_id [String, nil] The identifier of the Pending Transaction associated with this Transaction.
|
@@ -5829,6 +5837,19 @@ module Increase
|
|
5829
5837
|
end
|
5830
5838
|
end
|
5831
5839
|
|
5840
|
+
# The card network on which this transaction was processed.
|
5841
|
+
#
|
5842
|
+
# @see Increase::Models::CardPayment::Element::CardSettlement#network
|
5843
|
+
module Network
|
5844
|
+
extend Increase::Internal::Type::Enum
|
5845
|
+
|
5846
|
+
# Visa
|
5847
|
+
VISA = :visa
|
5848
|
+
|
5849
|
+
# @!method self.values
|
5850
|
+
# @return [Array<Symbol>]
|
5851
|
+
end
|
5852
|
+
|
5832
5853
|
# @see Increase::Models::CardPayment::Element::CardSettlement#network_identifiers
|
5833
5854
|
class NetworkIdentifiers < Increase::Internal::Type::BaseModel
|
5834
5855
|
# @!attribute acquirer_business_id
|
@@ -2772,6 +2772,12 @@ module Increase
|
|
2772
2772
|
# @return [String, nil]
|
2773
2773
|
required :merchant_state, String, nil?: true
|
2774
2774
|
|
2775
|
+
# @!attribute network
|
2776
|
+
# The card network on which this transaction was processed.
|
2777
|
+
#
|
2778
|
+
# @return [Symbol, Increase::Models::Transaction::Source::CardSettlement::Network]
|
2779
|
+
required :network, enum: -> { Increase::Transaction::Source::CardSettlement::Network }
|
2780
|
+
|
2775
2781
|
# @!attribute network_identifiers
|
2776
2782
|
# Network-specific identifiers for this refund.
|
2777
2783
|
#
|
@@ -2819,7 +2825,7 @@ module Increase
|
|
2819
2825
|
# @return [Symbol, Increase::Models::Transaction::Source::CardSettlement::Type]
|
2820
2826
|
required :type, enum: -> { Increase::Transaction::Source::CardSettlement::Type }
|
2821
2827
|
|
2822
|
-
# @!method initialize(id:, amount:, card_authorization:, card_payment_id:, cashback:, currency:, interchange:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_name:, merchant_postal_code:, merchant_state:, network_identifiers:, pending_transaction_id:, presentment_amount:, presentment_currency:, purchase_details:, transaction_id:, type:)
|
2828
|
+
# @!method initialize(id:, amount:, card_authorization:, card_payment_id:, cashback:, currency:, interchange:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_name:, merchant_postal_code:, merchant_state:, network:, network_identifiers:, pending_transaction_id:, presentment_amount:, presentment_currency:, purchase_details:, transaction_id:, type:)
|
2823
2829
|
# Some parameter documentations has been truncated, see
|
2824
2830
|
# {Increase::Models::Transaction::Source::CardSettlement} for more details.
|
2825
2831
|
#
|
@@ -2857,6 +2863,8 @@ module Increase
|
|
2857
2863
|
#
|
2858
2864
|
# @param merchant_state [String, nil] The state the merchant resides in.
|
2859
2865
|
#
|
2866
|
+
# @param network [Symbol, Increase::Models::Transaction::Source::CardSettlement::Network] The card network on which this transaction was processed.
|
2867
|
+
#
|
2860
2868
|
# @param network_identifiers [Increase::Models::Transaction::Source::CardSettlement::NetworkIdentifiers] Network-specific identifiers for this refund.
|
2861
2869
|
#
|
2862
2870
|
# @param pending_transaction_id [String, nil] The identifier of the Pending Transaction associated with this Transaction.
|
@@ -3024,6 +3032,19 @@ module Increase
|
|
3024
3032
|
end
|
3025
3033
|
end
|
3026
3034
|
|
3035
|
+
# The card network on which this transaction was processed.
|
3036
|
+
#
|
3037
|
+
# @see Increase::Models::Transaction::Source::CardSettlement#network
|
3038
|
+
module Network
|
3039
|
+
extend Increase::Internal::Type::Enum
|
3040
|
+
|
3041
|
+
# Visa
|
3042
|
+
VISA = :visa
|
3043
|
+
|
3044
|
+
# @!method self.values
|
3045
|
+
# @return [Array<Symbol>]
|
3046
|
+
end
|
3047
|
+
|
3027
3048
|
# @see Increase::Models::Transaction::Source::CardSettlement#network_identifiers
|
3028
3049
|
class NetworkIdentifiers < Increase::Internal::Type::BaseModel
|
3029
3050
|
# @!attribute acquirer_business_id
|
@@ -5150,14 +5171,14 @@ module Increase
|
|
5150
5171
|
# The Fedwire cycle date for the wire transfer that is being reversed by this
|
5151
5172
|
# message.
|
5152
5173
|
#
|
5153
|
-
# @return [Date]
|
5154
|
-
required :previous_message_input_cycle_date, Date
|
5174
|
+
# @return [Date, nil]
|
5175
|
+
required :previous_message_input_cycle_date, Date, nil?: true
|
5155
5176
|
|
5156
5177
|
# @!attribute previous_message_input_message_accountability_data
|
5157
5178
|
# The Fedwire transaction identifier for the wire transfer that was reversed.
|
5158
5179
|
#
|
5159
|
-
# @return [String]
|
5160
|
-
required :previous_message_input_message_accountability_data, String
|
5180
|
+
# @return [String, nil]
|
5181
|
+
required :previous_message_input_message_accountability_data, String, nil?: true
|
5161
5182
|
|
5162
5183
|
# @!attribute previous_message_input_sequence_number
|
5163
5184
|
# The Fedwire sequence number for the wire transfer that was reversed.
|
@@ -5168,8 +5189,8 @@ module Increase
|
|
5168
5189
|
# @!attribute previous_message_input_source
|
5169
5190
|
# The Fedwire input source identifier for the wire transfer that was reversed.
|
5170
5191
|
#
|
5171
|
-
# @return [String]
|
5172
|
-
required :previous_message_input_source, String
|
5192
|
+
# @return [String, nil]
|
5193
|
+
required :previous_message_input_source, String, nil?: true
|
5173
5194
|
|
5174
5195
|
# @!attribute receiver_financial_institution_information
|
5175
5196
|
# Information included in the wire reversal for the receiving financial
|
@@ -5226,13 +5247,13 @@ module Increase
|
|
5226
5247
|
#
|
5227
5248
|
# @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator.
|
5228
5249
|
#
|
5229
|
-
# @param previous_message_input_cycle_date [Date] The Fedwire cycle date for the wire transfer that is being reversed by this mess
|
5250
|
+
# @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess
|
5230
5251
|
#
|
5231
|
-
# @param previous_message_input_message_accountability_data [String] The Fedwire transaction identifier for the wire transfer that was reversed.
|
5252
|
+
# @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed.
|
5232
5253
|
#
|
5233
5254
|
# @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed.
|
5234
5255
|
#
|
5235
|
-
# @param previous_message_input_source [String] The Fedwire input source identifier for the wire transfer that was reversed.
|
5256
|
+
# @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed.
|
5236
5257
|
#
|
5237
5258
|
# @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio
|
5238
5259
|
#
|
@@ -528,14 +528,14 @@ module Increase
|
|
528
528
|
# The Fedwire cycle date for the wire transfer that is being reversed by this
|
529
529
|
# message.
|
530
530
|
#
|
531
|
-
# @return [Date]
|
532
|
-
required :previous_message_input_cycle_date, Date
|
531
|
+
# @return [Date, nil]
|
532
|
+
required :previous_message_input_cycle_date, Date, nil?: true
|
533
533
|
|
534
534
|
# @!attribute previous_message_input_message_accountability_data
|
535
535
|
# The Fedwire transaction identifier for the wire transfer that was reversed.
|
536
536
|
#
|
537
|
-
# @return [String]
|
538
|
-
required :previous_message_input_message_accountability_data, String
|
537
|
+
# @return [String, nil]
|
538
|
+
required :previous_message_input_message_accountability_data, String, nil?: true
|
539
539
|
|
540
540
|
# @!attribute previous_message_input_sequence_number
|
541
541
|
# The Fedwire sequence number for the wire transfer that was reversed.
|
@@ -546,8 +546,8 @@ module Increase
|
|
546
546
|
# @!attribute previous_message_input_source
|
547
547
|
# The Fedwire input source identifier for the wire transfer that was reversed.
|
548
548
|
#
|
549
|
-
# @return [String]
|
550
|
-
required :previous_message_input_source, String
|
549
|
+
# @return [String, nil]
|
550
|
+
required :previous_message_input_source, String, nil?: true
|
551
551
|
|
552
552
|
# @!attribute receiver_financial_institution_information
|
553
553
|
# Information included in the wire reversal for the receiving financial
|
@@ -600,13 +600,13 @@ module Increase
|
|
600
600
|
#
|
601
601
|
# @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator.
|
602
602
|
#
|
603
|
-
# @param previous_message_input_cycle_date [Date] The Fedwire cycle date for the wire transfer that is being reversed by this mess
|
603
|
+
# @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess
|
604
604
|
#
|
605
|
-
# @param previous_message_input_message_accountability_data [String] The Fedwire transaction identifier for the wire transfer that was reversed.
|
605
|
+
# @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed.
|
606
606
|
#
|
607
607
|
# @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed.
|
608
608
|
#
|
609
|
-
# @param previous_message_input_source [String] The Fedwire input source identifier for the wire transfer that was reversed.
|
609
|
+
# @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed.
|
610
610
|
#
|
611
611
|
# @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio
|
612
612
|
#
|
data/lib/increase/version.rb
CHANGED
@@ -10289,6 +10289,14 @@ module Increase
|
|
10289
10289
|
sig { returns(T.nilable(String)) }
|
10290
10290
|
attr_accessor :merchant_state
|
10291
10291
|
|
10292
|
+
# The card network on which this transaction was processed.
|
10293
|
+
sig do
|
10294
|
+
returns(
|
10295
|
+
Increase::CardPayment::Element::CardSettlement::Network::TaggedSymbol
|
10296
|
+
)
|
10297
|
+
end
|
10298
|
+
attr_accessor :network
|
10299
|
+
|
10292
10300
|
# Network-specific identifiers for this refund.
|
10293
10301
|
sig do
|
10294
10302
|
returns(
|
@@ -10380,6 +10388,8 @@ module Increase
|
|
10380
10388
|
merchant_name: String,
|
10381
10389
|
merchant_postal_code: T.nilable(String),
|
10382
10390
|
merchant_state: T.nilable(String),
|
10391
|
+
network:
|
10392
|
+
Increase::CardPayment::Element::CardSettlement::Network::OrSymbol,
|
10383
10393
|
network_identifiers:
|
10384
10394
|
Increase::CardPayment::Element::CardSettlement::NetworkIdentifiers::OrHash,
|
10385
10395
|
pending_transaction_id: T.nilable(String),
|
@@ -10428,6 +10438,8 @@ module Increase
|
|
10428
10438
|
merchant_postal_code:,
|
10429
10439
|
# The state the merchant resides in.
|
10430
10440
|
merchant_state:,
|
10441
|
+
# The card network on which this transaction was processed.
|
10442
|
+
network:,
|
10431
10443
|
# Network-specific identifiers for this refund.
|
10432
10444
|
network_identifiers:,
|
10433
10445
|
# The identifier of the Pending Transaction associated with this Transaction.
|
@@ -10472,6 +10484,8 @@ module Increase
|
|
10472
10484
|
merchant_name: String,
|
10473
10485
|
merchant_postal_code: T.nilable(String),
|
10474
10486
|
merchant_state: T.nilable(String),
|
10487
|
+
network:
|
10488
|
+
Increase::CardPayment::Element::CardSettlement::Network::TaggedSymbol,
|
10475
10489
|
network_identifiers:
|
10476
10490
|
Increase::CardPayment::Element::CardSettlement::NetworkIdentifiers,
|
10477
10491
|
pending_transaction_id: T.nilable(String),
|
@@ -10811,6 +10825,37 @@ module Increase
|
|
10811
10825
|
end
|
10812
10826
|
end
|
10813
10827
|
|
10828
|
+
# The card network on which this transaction was processed.
|
10829
|
+
module Network
|
10830
|
+
extend Increase::Internal::Type::Enum
|
10831
|
+
|
10832
|
+
TaggedSymbol =
|
10833
|
+
T.type_alias do
|
10834
|
+
T.all(
|
10835
|
+
Symbol,
|
10836
|
+
Increase::CardPayment::Element::CardSettlement::Network
|
10837
|
+
)
|
10838
|
+
end
|
10839
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
10840
|
+
|
10841
|
+
# Visa
|
10842
|
+
VISA =
|
10843
|
+
T.let(
|
10844
|
+
:visa,
|
10845
|
+
Increase::CardPayment::Element::CardSettlement::Network::TaggedSymbol
|
10846
|
+
)
|
10847
|
+
|
10848
|
+
sig do
|
10849
|
+
override.returns(
|
10850
|
+
T::Array[
|
10851
|
+
Increase::CardPayment::Element::CardSettlement::Network::TaggedSymbol
|
10852
|
+
]
|
10853
|
+
)
|
10854
|
+
end
|
10855
|
+
def self.values
|
10856
|
+
end
|
10857
|
+
end
|
10858
|
+
|
10814
10859
|
class NetworkIdentifiers < Increase::Internal::Type::BaseModel
|
10815
10860
|
OrHash =
|
10816
10861
|
T.type_alias do
|
@@ -5165,6 +5165,14 @@ module Increase
|
|
5165
5165
|
sig { returns(T.nilable(String)) }
|
5166
5166
|
attr_accessor :merchant_state
|
5167
5167
|
|
5168
|
+
# The card network on which this transaction was processed.
|
5169
|
+
sig do
|
5170
|
+
returns(
|
5171
|
+
Increase::Transaction::Source::CardSettlement::Network::TaggedSymbol
|
5172
|
+
)
|
5173
|
+
end
|
5174
|
+
attr_accessor :network
|
5175
|
+
|
5168
5176
|
# Network-specific identifiers for this refund.
|
5169
5177
|
sig do
|
5170
5178
|
returns(
|
@@ -5256,6 +5264,8 @@ module Increase
|
|
5256
5264
|
merchant_name: String,
|
5257
5265
|
merchant_postal_code: T.nilable(String),
|
5258
5266
|
merchant_state: T.nilable(String),
|
5267
|
+
network:
|
5268
|
+
Increase::Transaction::Source::CardSettlement::Network::OrSymbol,
|
5259
5269
|
network_identifiers:
|
5260
5270
|
Increase::Transaction::Source::CardSettlement::NetworkIdentifiers::OrHash,
|
5261
5271
|
pending_transaction_id: T.nilable(String),
|
@@ -5304,6 +5314,8 @@ module Increase
|
|
5304
5314
|
merchant_postal_code:,
|
5305
5315
|
# The state the merchant resides in.
|
5306
5316
|
merchant_state:,
|
5317
|
+
# The card network on which this transaction was processed.
|
5318
|
+
network:,
|
5307
5319
|
# Network-specific identifiers for this refund.
|
5308
5320
|
network_identifiers:,
|
5309
5321
|
# The identifier of the Pending Transaction associated with this Transaction.
|
@@ -5348,6 +5360,8 @@ module Increase
|
|
5348
5360
|
merchant_name: String,
|
5349
5361
|
merchant_postal_code: T.nilable(String),
|
5350
5362
|
merchant_state: T.nilable(String),
|
5363
|
+
network:
|
5364
|
+
Increase::Transaction::Source::CardSettlement::Network::TaggedSymbol,
|
5351
5365
|
network_identifiers:
|
5352
5366
|
Increase::Transaction::Source::CardSettlement::NetworkIdentifiers,
|
5353
5367
|
pending_transaction_id: T.nilable(String),
|
@@ -5687,6 +5701,37 @@ module Increase
|
|
5687
5701
|
end
|
5688
5702
|
end
|
5689
5703
|
|
5704
|
+
# The card network on which this transaction was processed.
|
5705
|
+
module Network
|
5706
|
+
extend Increase::Internal::Type::Enum
|
5707
|
+
|
5708
|
+
TaggedSymbol =
|
5709
|
+
T.type_alias do
|
5710
|
+
T.all(
|
5711
|
+
Symbol,
|
5712
|
+
Increase::Transaction::Source::CardSettlement::Network
|
5713
|
+
)
|
5714
|
+
end
|
5715
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
5716
|
+
|
5717
|
+
# Visa
|
5718
|
+
VISA =
|
5719
|
+
T.let(
|
5720
|
+
:visa,
|
5721
|
+
Increase::Transaction::Source::CardSettlement::Network::TaggedSymbol
|
5722
|
+
)
|
5723
|
+
|
5724
|
+
sig do
|
5725
|
+
override.returns(
|
5726
|
+
T::Array[
|
5727
|
+
Increase::Transaction::Source::CardSettlement::Network::TaggedSymbol
|
5728
|
+
]
|
5729
|
+
)
|
5730
|
+
end
|
5731
|
+
def self.values
|
5732
|
+
end
|
5733
|
+
end
|
5734
|
+
|
5690
5735
|
class NetworkIdentifiers < Increase::Internal::Type::BaseModel
|
5691
5736
|
OrHash =
|
5692
5737
|
T.type_alias do
|
@@ -9487,11 +9532,11 @@ module Increase
|
|
9487
9532
|
|
9488
9533
|
# The Fedwire cycle date for the wire transfer that is being reversed by this
|
9489
9534
|
# message.
|
9490
|
-
sig { returns(Date) }
|
9535
|
+
sig { returns(T.nilable(Date)) }
|
9491
9536
|
attr_accessor :previous_message_input_cycle_date
|
9492
9537
|
|
9493
9538
|
# The Fedwire transaction identifier for the wire transfer that was reversed.
|
9494
|
-
sig { returns(String) }
|
9539
|
+
sig { returns(T.nilable(String)) }
|
9495
9540
|
attr_accessor :previous_message_input_message_accountability_data
|
9496
9541
|
|
9497
9542
|
# The Fedwire sequence number for the wire transfer that was reversed.
|
@@ -9499,7 +9544,7 @@ module Increase
|
|
9499
9544
|
attr_accessor :previous_message_input_sequence_number
|
9500
9545
|
|
9501
9546
|
# The Fedwire input source identifier for the wire transfer that was reversed.
|
9502
|
-
sig { returns(String) }
|
9547
|
+
sig { returns(T.nilable(String)) }
|
9503
9548
|
attr_accessor :previous_message_input_source
|
9504
9549
|
|
9505
9550
|
# Information included in the wire reversal for the receiving financial
|
@@ -9537,10 +9582,11 @@ module Increase
|
|
9537
9582
|
input_source: String,
|
9538
9583
|
originator_routing_number: T.nilable(String),
|
9539
9584
|
originator_to_beneficiary_information: T.nilable(String),
|
9540
|
-
previous_message_input_cycle_date: Date,
|
9541
|
-
previous_message_input_message_accountability_data:
|
9585
|
+
previous_message_input_cycle_date: T.nilable(Date),
|
9586
|
+
previous_message_input_message_accountability_data:
|
9587
|
+
T.nilable(String),
|
9542
9588
|
previous_message_input_sequence_number: String,
|
9543
|
-
previous_message_input_source: String,
|
9589
|
+
previous_message_input_source: T.nilable(String),
|
9544
9590
|
receiver_financial_institution_information: T.nilable(String),
|
9545
9591
|
sender_reference: T.nilable(String),
|
9546
9592
|
transaction_id: String,
|
@@ -9606,10 +9652,11 @@ module Increase
|
|
9606
9652
|
input_source: String,
|
9607
9653
|
originator_routing_number: T.nilable(String),
|
9608
9654
|
originator_to_beneficiary_information: T.nilable(String),
|
9609
|
-
previous_message_input_cycle_date: Date,
|
9610
|
-
previous_message_input_message_accountability_data:
|
9655
|
+
previous_message_input_cycle_date: T.nilable(Date),
|
9656
|
+
previous_message_input_message_accountability_data:
|
9657
|
+
T.nilable(String),
|
9611
9658
|
previous_message_input_sequence_number: String,
|
9612
|
-
previous_message_input_source: String,
|
9659
|
+
previous_message_input_source: T.nilable(String),
|
9613
9660
|
receiver_financial_institution_information: T.nilable(String),
|
9614
9661
|
sender_reference: T.nilable(String),
|
9615
9662
|
transaction_id: String,
|
@@ -738,11 +738,11 @@ module Increase
|
|
738
738
|
|
739
739
|
# The Fedwire cycle date for the wire transfer that is being reversed by this
|
740
740
|
# message.
|
741
|
-
sig { returns(Date) }
|
741
|
+
sig { returns(T.nilable(Date)) }
|
742
742
|
attr_accessor :previous_message_input_cycle_date
|
743
743
|
|
744
744
|
# The Fedwire transaction identifier for the wire transfer that was reversed.
|
745
|
-
sig { returns(String) }
|
745
|
+
sig { returns(T.nilable(String)) }
|
746
746
|
attr_accessor :previous_message_input_message_accountability_data
|
747
747
|
|
748
748
|
# The Fedwire sequence number for the wire transfer that was reversed.
|
@@ -750,7 +750,7 @@ module Increase
|
|
750
750
|
attr_accessor :previous_message_input_sequence_number
|
751
751
|
|
752
752
|
# The Fedwire input source identifier for the wire transfer that was reversed.
|
753
|
-
sig { returns(String) }
|
753
|
+
sig { returns(T.nilable(String)) }
|
754
754
|
attr_accessor :previous_message_input_source
|
755
755
|
|
756
756
|
# Information included in the wire reversal for the receiving financial
|
@@ -784,10 +784,11 @@ module Increase
|
|
784
784
|
input_source: String,
|
785
785
|
originator_routing_number: T.nilable(String),
|
786
786
|
originator_to_beneficiary_information: T.nilable(String),
|
787
|
-
previous_message_input_cycle_date: Date,
|
788
|
-
previous_message_input_message_accountability_data:
|
787
|
+
previous_message_input_cycle_date: T.nilable(Date),
|
788
|
+
previous_message_input_message_accountability_data:
|
789
|
+
T.nilable(String),
|
789
790
|
previous_message_input_sequence_number: String,
|
790
|
-
previous_message_input_source: String,
|
791
|
+
previous_message_input_source: T.nilable(String),
|
791
792
|
receiver_financial_institution_information: T.nilable(String),
|
792
793
|
sender_reference: T.nilable(String),
|
793
794
|
transaction_id: String,
|
@@ -853,10 +854,11 @@ module Increase
|
|
853
854
|
input_source: String,
|
854
855
|
originator_routing_number: T.nilable(String),
|
855
856
|
originator_to_beneficiary_information: T.nilable(String),
|
856
|
-
previous_message_input_cycle_date: Date,
|
857
|
-
previous_message_input_message_accountability_data:
|
857
|
+
previous_message_input_cycle_date: T.nilable(Date),
|
858
|
+
previous_message_input_message_accountability_data:
|
859
|
+
T.nilable(String),
|
858
860
|
previous_message_input_sequence_number: String,
|
859
|
-
previous_message_input_source: String,
|
861
|
+
previous_message_input_source: T.nilable(String),
|
860
862
|
receiver_financial_institution_information: T.nilable(String),
|
861
863
|
sender_reference: T.nilable(String),
|
862
864
|
transaction_id: String,
|
@@ -3894,6 +3894,7 @@ module Increase
|
|
3894
3894
|
merchant_name: String,
|
3895
3895
|
merchant_postal_code: String?,
|
3896
3896
|
merchant_state: String?,
|
3897
|
+
network: Increase::Models::CardPayment::Element::CardSettlement::network,
|
3897
3898
|
network_identifiers: Increase::CardPayment::Element::CardSettlement::NetworkIdentifiers,
|
3898
3899
|
pending_transaction_id: String?,
|
3899
3900
|
presentment_amount: Integer,
|
@@ -3932,6 +3933,8 @@ module Increase
|
|
3932
3933
|
|
3933
3934
|
attr_accessor merchant_state: String?
|
3934
3935
|
|
3936
|
+
attr_accessor network: Increase::Models::CardPayment::Element::CardSettlement::network
|
3937
|
+
|
3935
3938
|
attr_accessor network_identifiers: Increase::CardPayment::Element::CardSettlement::NetworkIdentifiers
|
3936
3939
|
|
3937
3940
|
attr_accessor pending_transaction_id: String?
|
@@ -3961,6 +3964,7 @@ module Increase
|
|
3961
3964
|
merchant_name: String,
|
3962
3965
|
merchant_postal_code: String?,
|
3963
3966
|
merchant_state: String?,
|
3967
|
+
network: Increase::Models::CardPayment::Element::CardSettlement::network,
|
3964
3968
|
network_identifiers: Increase::CardPayment::Element::CardSettlement::NetworkIdentifiers,
|
3965
3969
|
pending_transaction_id: String?,
|
3966
3970
|
presentment_amount: Integer,
|
@@ -3985,6 +3989,7 @@ module Increase
|
|
3985
3989
|
merchant_name: String,
|
3986
3990
|
merchant_postal_code: String?,
|
3987
3991
|
merchant_state: String?,
|
3992
|
+
network: Increase::Models::CardPayment::Element::CardSettlement::network,
|
3988
3993
|
network_identifiers: Increase::CardPayment::Element::CardSettlement::NetworkIdentifiers,
|
3989
3994
|
pending_transaction_id: String?,
|
3990
3995
|
presentment_amount: Integer,
|
@@ -4121,6 +4126,17 @@ module Increase
|
|
4121
4126
|
end
|
4122
4127
|
end
|
4123
4128
|
|
4129
|
+
type network = :visa
|
4130
|
+
|
4131
|
+
module Network
|
4132
|
+
extend Increase::Internal::Type::Enum
|
4133
|
+
|
4134
|
+
# Visa
|
4135
|
+
VISA: :visa
|
4136
|
+
|
4137
|
+
def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardSettlement::network]
|
4138
|
+
end
|
4139
|
+
|
4124
4140
|
type network_identifiers =
|
4125
4141
|
{
|
4126
4142
|
acquirer_business_id: String,
|
@@ -1999,6 +1999,7 @@ module Increase
|
|
1999
1999
|
merchant_name: String,
|
2000
2000
|
merchant_postal_code: String?,
|
2001
2001
|
merchant_state: String?,
|
2002
|
+
network: Increase::Models::Transaction::Source::CardSettlement::network,
|
2002
2003
|
network_identifiers: Increase::Transaction::Source::CardSettlement::NetworkIdentifiers,
|
2003
2004
|
pending_transaction_id: String?,
|
2004
2005
|
presentment_amount: Integer,
|
@@ -2037,6 +2038,8 @@ module Increase
|
|
2037
2038
|
|
2038
2039
|
attr_accessor merchant_state: String?
|
2039
2040
|
|
2041
|
+
attr_accessor network: Increase::Models::Transaction::Source::CardSettlement::network
|
2042
|
+
|
2040
2043
|
attr_accessor network_identifiers: Increase::Transaction::Source::CardSettlement::NetworkIdentifiers
|
2041
2044
|
|
2042
2045
|
attr_accessor pending_transaction_id: String?
|
@@ -2066,6 +2069,7 @@ module Increase
|
|
2066
2069
|
merchant_name: String,
|
2067
2070
|
merchant_postal_code: String?,
|
2068
2071
|
merchant_state: String?,
|
2072
|
+
network: Increase::Models::Transaction::Source::CardSettlement::network,
|
2069
2073
|
network_identifiers: Increase::Transaction::Source::CardSettlement::NetworkIdentifiers,
|
2070
2074
|
pending_transaction_id: String?,
|
2071
2075
|
presentment_amount: Integer,
|
@@ -2090,6 +2094,7 @@ module Increase
|
|
2090
2094
|
merchant_name: String,
|
2091
2095
|
merchant_postal_code: String?,
|
2092
2096
|
merchant_state: String?,
|
2097
|
+
network: Increase::Models::Transaction::Source::CardSettlement::network,
|
2093
2098
|
network_identifiers: Increase::Transaction::Source::CardSettlement::NetworkIdentifiers,
|
2094
2099
|
pending_transaction_id: String?,
|
2095
2100
|
presentment_amount: Integer,
|
@@ -2226,6 +2231,17 @@ module Increase
|
|
2226
2231
|
end
|
2227
2232
|
end
|
2228
2233
|
|
2234
|
+
type network = :visa
|
2235
|
+
|
2236
|
+
module Network
|
2237
|
+
extend Increase::Internal::Type::Enum
|
2238
|
+
|
2239
|
+
# Visa
|
2240
|
+
VISA: :visa
|
2241
|
+
|
2242
|
+
def self?.values: -> ::Array[Increase::Models::Transaction::Source::CardSettlement::network]
|
2243
|
+
end
|
2244
|
+
|
2229
2245
|
type network_identifiers =
|
2230
2246
|
{
|
2231
2247
|
acquirer_business_id: String,
|
@@ -3894,10 +3910,10 @@ module Increase
|
|
3894
3910
|
input_source: String,
|
3895
3911
|
originator_routing_number: String?,
|
3896
3912
|
originator_to_beneficiary_information: String?,
|
3897
|
-
previous_message_input_cycle_date: Date
|
3898
|
-
previous_message_input_message_accountability_data: String
|
3913
|
+
previous_message_input_cycle_date: Date?,
|
3914
|
+
previous_message_input_message_accountability_data: String?,
|
3899
3915
|
previous_message_input_sequence_number: String,
|
3900
|
-
previous_message_input_source: String
|
3916
|
+
previous_message_input_source: String?,
|
3901
3917
|
receiver_financial_institution_information: String?,
|
3902
3918
|
sender_reference: String?,
|
3903
3919
|
transaction_id: String,
|
@@ -3925,13 +3941,13 @@ module Increase
|
|
3925
3941
|
|
3926
3942
|
attr_accessor originator_to_beneficiary_information: String?
|
3927
3943
|
|
3928
|
-
attr_accessor previous_message_input_cycle_date: Date
|
3944
|
+
attr_accessor previous_message_input_cycle_date: Date?
|
3929
3945
|
|
3930
|
-
attr_accessor previous_message_input_message_accountability_data: String
|
3946
|
+
attr_accessor previous_message_input_message_accountability_data: String?
|
3931
3947
|
|
3932
3948
|
attr_accessor previous_message_input_sequence_number: String
|
3933
3949
|
|
3934
|
-
attr_accessor previous_message_input_source: String
|
3950
|
+
attr_accessor previous_message_input_source: String?
|
3935
3951
|
|
3936
3952
|
attr_accessor receiver_financial_institution_information: String?
|
3937
3953
|
|
@@ -3952,10 +3968,10 @@ module Increase
|
|
3952
3968
|
input_source: String,
|
3953
3969
|
originator_routing_number: String?,
|
3954
3970
|
originator_to_beneficiary_information: String?,
|
3955
|
-
previous_message_input_cycle_date: Date
|
3956
|
-
previous_message_input_message_accountability_data: String
|
3971
|
+
previous_message_input_cycle_date: Date?,
|
3972
|
+
previous_message_input_message_accountability_data: String?,
|
3957
3973
|
previous_message_input_sequence_number: String,
|
3958
|
-
previous_message_input_source: String
|
3974
|
+
previous_message_input_source: String?,
|
3959
3975
|
receiver_financial_institution_information: String?,
|
3960
3976
|
sender_reference: String?,
|
3961
3977
|
transaction_id: String,
|
@@ -3973,10 +3989,10 @@ module Increase
|
|
3973
3989
|
input_source: String,
|
3974
3990
|
originator_routing_number: String?,
|
3975
3991
|
originator_to_beneficiary_information: String?,
|
3976
|
-
previous_message_input_cycle_date: Date
|
3977
|
-
previous_message_input_message_accountability_data: String
|
3992
|
+
previous_message_input_cycle_date: Date?,
|
3993
|
+
previous_message_input_message_accountability_data: String?,
|
3978
3994
|
previous_message_input_sequence_number: String,
|
3979
|
-
previous_message_input_source: String
|
3995
|
+
previous_message_input_source: String?,
|
3980
3996
|
receiver_financial_institution_information: String?,
|
3981
3997
|
sender_reference: String?,
|
3982
3998
|
transaction_id: String,
|
@@ -312,10 +312,10 @@ module Increase
|
|
312
312
|
input_source: String,
|
313
313
|
originator_routing_number: String?,
|
314
314
|
originator_to_beneficiary_information: String?,
|
315
|
-
previous_message_input_cycle_date: Date
|
316
|
-
previous_message_input_message_accountability_data: String
|
315
|
+
previous_message_input_cycle_date: Date?,
|
316
|
+
previous_message_input_message_accountability_data: String?,
|
317
317
|
previous_message_input_sequence_number: String,
|
318
|
-
previous_message_input_source: String
|
318
|
+
previous_message_input_source: String?,
|
319
319
|
receiver_financial_institution_information: String?,
|
320
320
|
sender_reference: String?,
|
321
321
|
transaction_id: String,
|
@@ -343,13 +343,13 @@ module Increase
|
|
343
343
|
|
344
344
|
attr_accessor originator_to_beneficiary_information: String?
|
345
345
|
|
346
|
-
attr_accessor previous_message_input_cycle_date: Date
|
346
|
+
attr_accessor previous_message_input_cycle_date: Date?
|
347
347
|
|
348
|
-
attr_accessor previous_message_input_message_accountability_data: String
|
348
|
+
attr_accessor previous_message_input_message_accountability_data: String?
|
349
349
|
|
350
350
|
attr_accessor previous_message_input_sequence_number: String
|
351
351
|
|
352
|
-
attr_accessor previous_message_input_source: String
|
352
|
+
attr_accessor previous_message_input_source: String?
|
353
353
|
|
354
354
|
attr_accessor receiver_financial_institution_information: String?
|
355
355
|
|
@@ -370,10 +370,10 @@ module Increase
|
|
370
370
|
input_source: String,
|
371
371
|
originator_routing_number: String?,
|
372
372
|
originator_to_beneficiary_information: String?,
|
373
|
-
previous_message_input_cycle_date: Date
|
374
|
-
previous_message_input_message_accountability_data: String
|
373
|
+
previous_message_input_cycle_date: Date?,
|
374
|
+
previous_message_input_message_accountability_data: String?,
|
375
375
|
previous_message_input_sequence_number: String,
|
376
|
-
previous_message_input_source: String
|
376
|
+
previous_message_input_source: String?,
|
377
377
|
receiver_financial_institution_information: String?,
|
378
378
|
sender_reference: String?,
|
379
379
|
transaction_id: String,
|
@@ -391,10 +391,10 @@ module Increase
|
|
391
391
|
input_source: String,
|
392
392
|
originator_routing_number: String?,
|
393
393
|
originator_to_beneficiary_information: String?,
|
394
|
-
previous_message_input_cycle_date: Date
|
395
|
-
previous_message_input_message_accountability_data: String
|
394
|
+
previous_message_input_cycle_date: Date?,
|
395
|
+
previous_message_input_message_accountability_data: String?,
|
396
396
|
previous_message_input_sequence_number: String,
|
397
|
-
previous_message_input_source: String
|
397
|
+
previous_message_input_source: String?,
|
398
398
|
receiver_financial_institution_information: String?,
|
399
399
|
sender_reference: String?,
|
400
400
|
transaction_id: String,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: increase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Increase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|