increase 1.53.0 → 1.55.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e57f72955c10a22b6754deef8612bcab8cfa8e1d3b16b728e46670cb86c3eb73
4
- data.tar.gz: 6cc5fbb117f5dfa1e8621efcac0da0a6680ff0bd594b86016ffb500efbdd22da
3
+ metadata.gz: 6caa585670a7d6aad169fa5e2b21c77930d98aba1bef1afa491a657747ce250f
4
+ data.tar.gz: ffa5b5494672ff8171444aaca477719ea391b9b543c9c5d74a9cdfd442029be1
5
5
  SHA512:
6
- metadata.gz: 7913751d0a1c092d47f0a94a0e955f9ffc0d8bd1345e3a1ac2c336e66a837cde8d5662fb13f1f5fd2a9063ce4c9eff16b2eed8c2bd7c44f881dceadee04e9a51
7
- data.tar.gz: 1622ec122004a8d024e8cbf450e68d7e8c5f6369bf51f64bead6eb48ec1a7620125c7563dcd38f2fdfad840cb95a21351651bd8375f391dffed321cf0033944b
6
+ metadata.gz: '01169b9f252c91a2edd41b4899ecbf893a49937e6bcc8711a135e5691e4e0759b495231724b2d2555df906c59b0526e1fdd266f4a702abd7c4e27bf04263963a'
7
+ data.tar.gz: 24a7ea5c3312b8b1e7203e10d93a7844d911833fad2aea90034390e85012b99f669e7e2bd1d8c9d62f8a95a1dd629ccfa3e3fd68852855dcb6318746d33fa07f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.55.0 (2025-08-27)
4
+
5
+ Full Changelog: [v1.54.0...v1.55.0](https://github.com/Increase/increase-ruby/compare/v1.54.0...v1.55.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([bdce0eb](https://github.com/Increase/increase-ruby/commit/bdce0ebe7749fa2f49c308a08953544842da41cb))
10
+
11
+ ## 1.54.0 (2025-08-27)
12
+
13
+ Full Changelog: [v1.53.0...v1.54.0](https://github.com/Increase/increase-ruby/compare/v1.53.0...v1.54.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([026528a](https://github.com/Increase/increase-ruby/commit/026528a9a30444a21d264201273ce190fc30f3e9))
18
+
3
19
  ## 1.53.0 (2025-08-26)
4
20
 
5
21
  Full Changelog: [v1.52.0...v1.53.0](https://github.com/Increase/increase-ruby/compare/v1.52.0...v1.53.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.53.0"
18
+ gem "increase", "~> 1.55.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -13,7 +13,8 @@ module Increase
13
13
  # @!attribute account_revenue_rate
14
14
  # The account revenue rate currently being earned on the account, as a string
15
15
  # containing a decimal number. For example, a 1% account revenue rate would be
16
- # represented as "0.01".
16
+ # represented as "0.01". Account revenue is a type of non-interest income accrued
17
+ # on the account.
17
18
  #
18
19
  # @return [String, nil]
19
20
  required :account_revenue_rate, String, nil?: true
@@ -154,6 +154,19 @@ module Increase
154
154
 
155
155
  # @see Increase::Models::Transaction#source
156
156
  class Source < Increase::Internal::Type::BaseModel
157
+ # @!attribute account_revenue_payment
158
+ # An Account Revenue Payment object. This field will be present in the JSON
159
+ # response if and only if `category` is equal to `account_revenue_payment`. A
160
+ # Account Revenue Payment represents a payment made to an account from the bank.
161
+ # Account revenue is a type of non-interest income.
162
+ #
163
+ # @return [Increase::Models::Transaction::Source::AccountRevenuePayment, nil]
164
+ required :account_revenue_payment,
165
+ -> {
166
+ Increase::Transaction::Source::AccountRevenuePayment
167
+ },
168
+ nil?: true
169
+
157
170
  # @!attribute account_transfer_intention
158
171
  # An Account Transfer Intention object. This field will be present in the JSON
159
172
  # response if and only if `category` is equal to `account_transfer_intention`. Two
@@ -494,7 +507,7 @@ module Increase
494
507
  },
495
508
  nil?: true
496
509
 
497
- # @!method initialize(account_transfer_intention:, ach_transfer_intention:, ach_transfer_rejection:, ach_transfer_return:, card_dispute_acceptance:, card_dispute_financial:, card_dispute_loss:, card_push_transfer_acceptance:, card_refund:, card_revenue_payment:, card_settlement:, cashback_payment:, category:, check_deposit_acceptance:, check_deposit_return:, check_transfer_deposit:, fee_payment:, inbound_ach_transfer:, inbound_ach_transfer_return_intention:, inbound_check_adjustment:, inbound_check_deposit_return_intention:, inbound_real_time_payments_transfer_confirmation:, inbound_wire_reversal:, inbound_wire_transfer:, inbound_wire_transfer_reversal:, interest_payment:, internal_source:, other:, real_time_payments_transfer_acknowledgement:, sample_funds:, swift_transfer_intention:, swift_transfer_return:, wire_transfer_intention:)
510
+ # @!method initialize(account_revenue_payment:, account_transfer_intention:, ach_transfer_intention:, ach_transfer_rejection:, ach_transfer_return:, card_dispute_acceptance:, card_dispute_financial:, card_dispute_loss:, card_push_transfer_acceptance:, card_refund:, card_revenue_payment:, card_settlement:, cashback_payment:, category:, check_deposit_acceptance:, check_deposit_return:, check_transfer_deposit:, fee_payment:, inbound_ach_transfer:, inbound_ach_transfer_return_intention:, inbound_check_adjustment:, inbound_check_deposit_return_intention:, inbound_real_time_payments_transfer_confirmation:, inbound_wire_reversal:, inbound_wire_transfer:, inbound_wire_transfer_reversal:, interest_payment:, internal_source:, other:, real_time_payments_transfer_acknowledgement:, sample_funds:, swift_transfer_intention:, swift_transfer_return:, wire_transfer_intention:)
498
511
  # Some parameter documentations has been truncated, see
499
512
  # {Increase::Models::Transaction::Source} for more details.
500
513
  #
@@ -503,6 +516,8 @@ module Increase
503
516
  # undocumented keys may appear in this object. These should be treated as
504
517
  # deprecated and will be removed in the future.
505
518
  #
519
+ # @param account_revenue_payment [Increase::Models::Transaction::Source::AccountRevenuePayment, nil] An Account Revenue Payment object. This field will be present in the JSON respon
520
+ #
506
521
  # @param account_transfer_intention [Increase::Models::Transaction::Source::AccountTransferIntention, nil] An Account Transfer Intention object. This field will be present in the JSON res
507
522
  #
508
523
  # @param ach_transfer_intention [Increase::Models::Transaction::Source::ACHTransferIntention, nil] An ACH Transfer Intention object. This field will be present in the JSON respons
@@ -569,6 +584,39 @@ module Increase
569
584
  #
570
585
  # @param wire_transfer_intention [Increase::Models::Transaction::Source::WireTransferIntention, nil] A Wire Transfer Intention object. This field will be present in the JSON respons
571
586
 
587
+ # @see Increase::Models::Transaction::Source#account_revenue_payment
588
+ class AccountRevenuePayment < Increase::Internal::Type::BaseModel
589
+ # @!attribute accrued_on_account_id
590
+ # The account on which the account revenue was accrued.
591
+ #
592
+ # @return [String]
593
+ required :accrued_on_account_id, String
594
+
595
+ # @!attribute period_end
596
+ # The end of the period for which this transaction paid account revenue.
597
+ #
598
+ # @return [Time]
599
+ required :period_end, Time
600
+
601
+ # @!attribute period_start
602
+ # The start of the period for which this transaction paid account revenue.
603
+ #
604
+ # @return [Time]
605
+ required :period_start, Time
606
+
607
+ # @!method initialize(accrued_on_account_id:, period_end:, period_start:)
608
+ # An Account Revenue Payment object. This field will be present in the JSON
609
+ # response if and only if `category` is equal to `account_revenue_payment`. A
610
+ # Account Revenue Payment represents a payment made to an account from the bank.
611
+ # Account revenue is a type of non-interest income.
612
+ #
613
+ # @param accrued_on_account_id [String] The account on which the account revenue was accrued.
614
+ #
615
+ # @param period_end [Time] The end of the period for which this transaction paid account revenue.
616
+ #
617
+ # @param period_start [Time] The start of the period for which this transaction paid account revenue.
618
+ end
619
+
572
620
  # @see Increase::Models::Transaction::Source#account_transfer_intention
573
621
  class AccountTransferIntention < Increase::Internal::Type::BaseModel
574
622
  # @!attribute amount
@@ -4253,6 +4301,9 @@ module Increase
4253
4301
  # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object.
4254
4302
  CARD_PUSH_TRANSFER_ACCEPTANCE = :card_push_transfer_acceptance
4255
4303
 
4304
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
4305
+ ACCOUNT_REVENUE_PAYMENT = :account_revenue_payment
4306
+
4256
4307
  # The Transaction was made for an undocumented or deprecated reason.
4257
4308
  OTHER = :other
4258
4309
 
@@ -5117,18 +5168,18 @@ module Increase
5117
5168
  # @return [Time]
5118
5169
  required :created_at, Time
5119
5170
 
5171
+ # @!attribute debtor_routing_number
5172
+ # The debtor's routing number.
5173
+ #
5174
+ # @return [String, nil]
5175
+ required :debtor_routing_number, String, nil?: true
5176
+
5120
5177
  # @!attribute description
5121
5178
  # The description on the reversal message from Fedwire, set by the reversing bank.
5122
5179
  #
5123
5180
  # @return [String]
5124
5181
  required :description, String
5125
5182
 
5126
- # @!attribute financial_institution_to_financial_institution_information
5127
- # Additional financial institution information included in the wire reversal.
5128
- #
5129
- # @return [String, nil]
5130
- required :financial_institution_to_financial_institution_information, String, nil?: true
5131
-
5132
5183
  # @!attribute input_cycle_date
5133
5184
  # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
5134
5185
  # PM Eastern Time on the evening before the `cycle date`.
@@ -5154,56 +5205,17 @@ module Increase
5154
5205
  # @return [String]
5155
5206
  required :input_source, String
5156
5207
 
5157
- # @!attribute originator_routing_number
5158
- # The American Banking Association (ABA) routing number of the bank originating
5159
- # the transfer.
5160
- #
5161
- # @return [String, nil]
5162
- required :originator_routing_number, String, nil?: true
5163
-
5164
- # @!attribute originator_to_beneficiary_information
5165
- # Additional information included in the wire reversal by the reversal originator.
5166
- #
5167
- # @return [String, nil]
5168
- required :originator_to_beneficiary_information, String, nil?: true
5169
-
5170
- # @!attribute previous_message_input_cycle_date
5171
- # The Fedwire cycle date for the wire transfer that is being reversed by this
5172
- # message.
5173
- #
5174
- # @return [Date, nil]
5175
- required :previous_message_input_cycle_date, Date, nil?: true
5176
-
5177
- # @!attribute previous_message_input_message_accountability_data
5178
- # The Fedwire transaction identifier for the wire transfer that was reversed.
5179
- #
5180
- # @return [String, nil]
5181
- required :previous_message_input_message_accountability_data, String, nil?: true
5182
-
5183
- # @!attribute previous_message_input_sequence_number
5184
- # The Fedwire sequence number for the wire transfer that was reversed.
5185
- #
5186
- # @return [String]
5187
- required :previous_message_input_sequence_number, String
5188
-
5189
- # @!attribute previous_message_input_source
5190
- # The Fedwire input source identifier for the wire transfer that was reversed.
5191
- #
5192
- # @return [String, nil]
5193
- required :previous_message_input_source, String, nil?: true
5194
-
5195
- # @!attribute receiver_financial_institution_information
5196
- # Information included in the wire reversal for the receiving financial
5197
- # institution.
5208
+ # @!attribute instruction_identification
5209
+ # The sending bank's identifier for the reversal.
5198
5210
  #
5199
5211
  # @return [String, nil]
5200
- required :receiver_financial_institution_information, String, nil?: true
5212
+ required :instruction_identification, String, nil?: true
5201
5213
 
5202
- # @!attribute sender_reference
5203
- # The sending bank's reference number for the wire reversal.
5214
+ # @!attribute return_reason_additional_information
5215
+ # Additional information about the reason for the reversal.
5204
5216
  #
5205
5217
  # @return [String, nil]
5206
- required :sender_reference, String, nil?: true
5218
+ required :return_reason_additional_information, String, nil?: true
5207
5219
 
5208
5220
  # @!attribute transaction_id
5209
5221
  # The ID for the Transaction associated with the transfer reversal.
@@ -5217,7 +5229,7 @@ module Increase
5217
5229
  # @return [String]
5218
5230
  required :wire_transfer_id, String
5219
5231
 
5220
- # @!method initialize(amount:, created_at:, description:, financial_institution_to_financial_institution_information:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, originator_routing_number:, originator_to_beneficiary_information:, previous_message_input_cycle_date:, previous_message_input_message_accountability_data:, previous_message_input_sequence_number:, previous_message_input_source:, receiver_financial_institution_information:, sender_reference:, transaction_id:, wire_transfer_id:)
5232
+ # @!method initialize(amount:, created_at:, debtor_routing_number:, description:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, instruction_identification:, return_reason_additional_information:, transaction_id:, wire_transfer_id:)
5221
5233
  # Some parameter documentations has been truncated, see
5222
5234
  # {Increase::Models::Transaction::Source::InboundWireReversal} for more details.
5223
5235
  #
@@ -5231,9 +5243,9 @@ module Increase
5231
5243
  #
5232
5244
  # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
5233
5245
  #
5234
- # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
5246
+ # @param debtor_routing_number [String, nil] The debtor's routing number.
5235
5247
  #
5236
- # @param financial_institution_to_financial_institution_information [String, nil] Additional financial institution information included in the wire reversal.
5248
+ # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
5237
5249
  #
5238
5250
  # @param input_cycle_date [Date] The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 P
5239
5251
  #
@@ -5243,21 +5255,9 @@ module Increase
5243
5255
  #
5244
5256
  # @param input_source [String] The Fedwire input source identifier.
5245
5257
  #
5246
- # @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th
5247
- #
5248
- # @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator.
5249
- #
5250
- # @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess
5251
- #
5252
- # @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed.
5253
- #
5254
- # @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed.
5255
- #
5256
- # @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed.
5257
- #
5258
- # @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio
5258
+ # @param instruction_identification [String, nil] The sending bank's identifier for the reversal.
5259
5259
  #
5260
- # @param sender_reference [String, nil] The sending bank's reference number for the wire reversal.
5260
+ # @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
5261
5261
  #
5262
5262
  # @param transaction_id [String] The ID for the Transaction associated with the transfer reversal.
5263
5263
  #
@@ -175,6 +175,9 @@ module Increase
175
175
  # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object.
176
176
  CARD_PUSH_TRANSFER_ACCEPTANCE = :card_push_transfer_acceptance
177
177
 
178
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
179
+ ACCOUNT_REVENUE_PAYMENT = :account_revenue_payment
180
+
178
181
  # The Transaction was made for an undocumented or deprecated reason.
179
182
  OTHER = :other
180
183
 
@@ -474,18 +474,18 @@ module Increase
474
474
  # @return [Time]
475
475
  required :created_at, Time
476
476
 
477
+ # @!attribute debtor_routing_number
478
+ # The debtor's routing number.
479
+ #
480
+ # @return [String, nil]
481
+ required :debtor_routing_number, String, nil?: true
482
+
477
483
  # @!attribute description
478
484
  # The description on the reversal message from Fedwire, set by the reversing bank.
479
485
  #
480
486
  # @return [String]
481
487
  required :description, String
482
488
 
483
- # @!attribute financial_institution_to_financial_institution_information
484
- # Additional financial institution information included in the wire reversal.
485
- #
486
- # @return [String, nil]
487
- required :financial_institution_to_financial_institution_information, String, nil?: true
488
-
489
489
  # @!attribute input_cycle_date
490
490
  # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
491
491
  # PM Eastern Time on the evening before the `cycle date`.
@@ -511,56 +511,17 @@ module Increase
511
511
  # @return [String]
512
512
  required :input_source, String
513
513
 
514
- # @!attribute originator_routing_number
515
- # The American Banking Association (ABA) routing number of the bank originating
516
- # the transfer.
517
- #
518
- # @return [String, nil]
519
- required :originator_routing_number, String, nil?: true
520
-
521
- # @!attribute originator_to_beneficiary_information
522
- # Additional information included in the wire reversal by the reversal originator.
514
+ # @!attribute instruction_identification
515
+ # The sending bank's identifier for the reversal.
523
516
  #
524
517
  # @return [String, nil]
525
- required :originator_to_beneficiary_information, String, nil?: true
526
-
527
- # @!attribute previous_message_input_cycle_date
528
- # The Fedwire cycle date for the wire transfer that is being reversed by this
529
- # message.
530
- #
531
- # @return [Date, nil]
532
- required :previous_message_input_cycle_date, Date, nil?: true
518
+ required :instruction_identification, String, nil?: true
533
519
 
534
- # @!attribute previous_message_input_message_accountability_data
535
- # The Fedwire transaction identifier for the wire transfer that was reversed.
520
+ # @!attribute return_reason_additional_information
521
+ # Additional information about the reason for the reversal.
536
522
  #
537
523
  # @return [String, nil]
538
- required :previous_message_input_message_accountability_data, String, nil?: true
539
-
540
- # @!attribute previous_message_input_sequence_number
541
- # The Fedwire sequence number for the wire transfer that was reversed.
542
- #
543
- # @return [String]
544
- required :previous_message_input_sequence_number, String
545
-
546
- # @!attribute previous_message_input_source
547
- # The Fedwire input source identifier for the wire transfer that was reversed.
548
- #
549
- # @return [String, nil]
550
- required :previous_message_input_source, String, nil?: true
551
-
552
- # @!attribute receiver_financial_institution_information
553
- # Information included in the wire reversal for the receiving financial
554
- # institution.
555
- #
556
- # @return [String, nil]
557
- required :receiver_financial_institution_information, String, nil?: true
558
-
559
- # @!attribute sender_reference
560
- # The sending bank's reference number for the wire reversal.
561
- #
562
- # @return [String, nil]
563
- required :sender_reference, String, nil?: true
524
+ required :return_reason_additional_information, String, nil?: true
564
525
 
565
526
  # @!attribute transaction_id
566
527
  # The ID for the Transaction associated with the transfer reversal.
@@ -574,7 +535,7 @@ module Increase
574
535
  # @return [String]
575
536
  required :wire_transfer_id, String
576
537
 
577
- # @!method initialize(amount:, created_at:, description:, financial_institution_to_financial_institution_information:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, originator_routing_number:, originator_to_beneficiary_information:, previous_message_input_cycle_date:, previous_message_input_message_accountability_data:, previous_message_input_sequence_number:, previous_message_input_source:, receiver_financial_institution_information:, sender_reference:, transaction_id:, wire_transfer_id:)
538
+ # @!method initialize(amount:, created_at:, debtor_routing_number:, description:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, instruction_identification:, return_reason_additional_information:, transaction_id:, wire_transfer_id:)
578
539
  # Some parameter documentations has been truncated, see
579
540
  # {Increase::Models::WireTransfer::Reversal} for more details.
580
541
  #
@@ -584,9 +545,9 @@ module Increase
584
545
  #
585
546
  # @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
586
547
  #
587
- # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
548
+ # @param debtor_routing_number [String, nil] The debtor's routing number.
588
549
  #
589
- # @param financial_institution_to_financial_institution_information [String, nil] Additional financial institution information included in the wire reversal.
550
+ # @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
590
551
  #
591
552
  # @param input_cycle_date [Date] The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 P
592
553
  #
@@ -596,21 +557,9 @@ module Increase
596
557
  #
597
558
  # @param input_source [String] The Fedwire input source identifier.
598
559
  #
599
- # @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th
600
- #
601
- # @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator.
602
- #
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
- #
605
- # @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed.
606
- #
607
- # @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed.
608
- #
609
- # @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed.
610
- #
611
- # @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio
560
+ # @param instruction_identification [String, nil] The sending bank's identifier for the reversal.
612
561
  #
613
- # @param sender_reference [String, nil] The sending bank's reference number for the wire reversal.
562
+ # @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
614
563
  #
615
564
  # @param transaction_id [String] The ID for the Transaction associated with the transfer reversal.
616
565
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.53.0"
4
+ VERSION = "1.55.0"
5
5
  end
@@ -12,7 +12,8 @@ module Increase
12
12
 
13
13
  # The account revenue rate currently being earned on the account, as a string
14
14
  # containing a decimal number. For example, a 1% account revenue rate would be
15
- # represented as "0.01".
15
+ # represented as "0.01". Account revenue is a type of non-interest income accrued
16
+ # on the account.
16
17
  sig { returns(T.nilable(String)) }
17
18
  attr_accessor :account_revenue_rate
18
19
 
@@ -111,7 +112,8 @@ module Increase
111
112
  id:,
112
113
  # The account revenue rate currently being earned on the account, as a string
113
114
  # containing a decimal number. For example, a 1% account revenue rate would be
114
- # represented as "0.01".
115
+ # represented as "0.01". Account revenue is a type of non-interest income accrued
116
+ # on the account.
115
117
  account_revenue_rate:,
116
118
  # The bank the Account is with.
117
119
  bank:,
@@ -205,6 +205,27 @@ module Increase
205
205
  T.any(Increase::Transaction::Source, Increase::Internal::AnyHash)
206
206
  end
207
207
 
208
+ # An Account Revenue Payment object. This field will be present in the JSON
209
+ # response if and only if `category` is equal to `account_revenue_payment`. A
210
+ # Account Revenue Payment represents a payment made to an account from the bank.
211
+ # Account revenue is a type of non-interest income.
212
+ sig do
213
+ returns(
214
+ T.nilable(Increase::Transaction::Source::AccountRevenuePayment)
215
+ )
216
+ end
217
+ attr_reader :account_revenue_payment
218
+
219
+ sig do
220
+ params(
221
+ account_revenue_payment:
222
+ T.nilable(
223
+ Increase::Transaction::Source::AccountRevenuePayment::OrHash
224
+ )
225
+ ).void
226
+ end
227
+ attr_writer :account_revenue_payment
228
+
208
229
  # An Account Transfer Intention object. This field will be present in the JSON
209
230
  # response if and only if `category` is equal to `account_transfer_intention`. Two
210
231
  # Account Transfer Intentions are created from each Account Transfer. One
@@ -833,6 +854,10 @@ module Increase
833
854
  # deprecated and will be removed in the future.
834
855
  sig do
835
856
  params(
857
+ account_revenue_payment:
858
+ T.nilable(
859
+ Increase::Transaction::Source::AccountRevenuePayment::OrHash
860
+ ),
836
861
  account_transfer_intention:
837
862
  T.nilable(
838
863
  Increase::Transaction::Source::AccountTransferIntention::OrHash
@@ -946,6 +971,11 @@ module Increase
946
971
  ).returns(T.attached_class)
947
972
  end
948
973
  def self.new(
974
+ # An Account Revenue Payment object. This field will be present in the JSON
975
+ # response if and only if `category` is equal to `account_revenue_payment`. A
976
+ # Account Revenue Payment represents a payment made to an account from the bank.
977
+ # Account revenue is a type of non-interest income.
978
+ account_revenue_payment:,
949
979
  # An Account Transfer Intention object. This field will be present in the JSON
950
980
  # response if and only if `category` is equal to `account_transfer_intention`. Two
951
981
  # Account Transfer Intentions are created from each Account Transfer. One
@@ -1116,6 +1146,8 @@ module Increase
1116
1146
  sig do
1117
1147
  override.returns(
1118
1148
  {
1149
+ account_revenue_payment:
1150
+ T.nilable(Increase::Transaction::Source::AccountRevenuePayment),
1119
1151
  account_transfer_intention:
1120
1152
  T.nilable(
1121
1153
  Increase::Transaction::Source::AccountTransferIntention
@@ -1204,6 +1236,61 @@ module Increase
1204
1236
  def to_hash
1205
1237
  end
1206
1238
 
1239
+ class AccountRevenuePayment < Increase::Internal::Type::BaseModel
1240
+ OrHash =
1241
+ T.type_alias do
1242
+ T.any(
1243
+ Increase::Transaction::Source::AccountRevenuePayment,
1244
+ Increase::Internal::AnyHash
1245
+ )
1246
+ end
1247
+
1248
+ # The account on which the account revenue was accrued.
1249
+ sig { returns(String) }
1250
+ attr_accessor :accrued_on_account_id
1251
+
1252
+ # The end of the period for which this transaction paid account revenue.
1253
+ sig { returns(Time) }
1254
+ attr_accessor :period_end
1255
+
1256
+ # The start of the period for which this transaction paid account revenue.
1257
+ sig { returns(Time) }
1258
+ attr_accessor :period_start
1259
+
1260
+ # An Account Revenue Payment object. This field will be present in the JSON
1261
+ # response if and only if `category` is equal to `account_revenue_payment`. A
1262
+ # Account Revenue Payment represents a payment made to an account from the bank.
1263
+ # Account revenue is a type of non-interest income.
1264
+ sig do
1265
+ params(
1266
+ accrued_on_account_id: String,
1267
+ period_end: Time,
1268
+ period_start: Time
1269
+ ).returns(T.attached_class)
1270
+ end
1271
+ def self.new(
1272
+ # The account on which the account revenue was accrued.
1273
+ accrued_on_account_id:,
1274
+ # The end of the period for which this transaction paid account revenue.
1275
+ period_end:,
1276
+ # The start of the period for which this transaction paid account revenue.
1277
+ period_start:
1278
+ )
1279
+ end
1280
+
1281
+ sig do
1282
+ override.returns(
1283
+ {
1284
+ accrued_on_account_id: String,
1285
+ period_end: Time,
1286
+ period_start: Time
1287
+ }
1288
+ )
1289
+ end
1290
+ def to_hash
1291
+ end
1292
+ end
1293
+
1207
1294
  class AccountTransferIntention < Increase::Internal::Type::BaseModel
1208
1295
  OrHash =
1209
1296
  T.type_alias do
@@ -7929,6 +8016,13 @@ module Increase
7929
8016
  Increase::Transaction::Source::Category::TaggedSymbol
7930
8017
  )
7931
8018
 
8019
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
8020
+ ACCOUNT_REVENUE_PAYMENT =
8021
+ T.let(
8022
+ :account_revenue_payment,
8023
+ Increase::Transaction::Source::Category::TaggedSymbol
8024
+ )
8025
+
7932
8026
  # The Transaction was made for an undocumented or deprecated reason.
7933
8027
  OTHER =
7934
8028
  T.let(:other, Increase::Transaction::Source::Category::TaggedSymbol)
@@ -9496,14 +9590,14 @@ module Increase
9496
9590
  sig { returns(Time) }
9497
9591
  attr_accessor :created_at
9498
9592
 
9593
+ # The debtor's routing number.
9594
+ sig { returns(T.nilable(String)) }
9595
+ attr_accessor :debtor_routing_number
9596
+
9499
9597
  # The description on the reversal message from Fedwire, set by the reversing bank.
9500
9598
  sig { returns(String) }
9501
9599
  attr_accessor :description
9502
9600
 
9503
- # Additional financial institution information included in the wire reversal.
9504
- sig { returns(T.nilable(String)) }
9505
- attr_accessor :financial_institution_to_financial_institution_information
9506
-
9507
9601
  # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
9508
9602
  # PM Eastern Time on the evening before the `cycle date`.
9509
9603
  sig { returns(Date) }
@@ -9521,40 +9615,13 @@ module Increase
9521
9615
  sig { returns(String) }
9522
9616
  attr_accessor :input_source
9523
9617
 
9524
- # The American Banking Association (ABA) routing number of the bank originating
9525
- # the transfer.
9526
- sig { returns(T.nilable(String)) }
9527
- attr_accessor :originator_routing_number
9528
-
9529
- # Additional information included in the wire reversal by the reversal originator.
9530
- sig { returns(T.nilable(String)) }
9531
- attr_accessor :originator_to_beneficiary_information
9532
-
9533
- # The Fedwire cycle date for the wire transfer that is being reversed by this
9534
- # message.
9535
- sig { returns(T.nilable(Date)) }
9536
- attr_accessor :previous_message_input_cycle_date
9537
-
9538
- # The Fedwire transaction identifier for the wire transfer that was reversed.
9539
- sig { returns(T.nilable(String)) }
9540
- attr_accessor :previous_message_input_message_accountability_data
9541
-
9542
- # The Fedwire sequence number for the wire transfer that was reversed.
9543
- sig { returns(String) }
9544
- attr_accessor :previous_message_input_sequence_number
9545
-
9546
- # The Fedwire input source identifier for the wire transfer that was reversed.
9547
- sig { returns(T.nilable(String)) }
9548
- attr_accessor :previous_message_input_source
9549
-
9550
- # Information included in the wire reversal for the receiving financial
9551
- # institution.
9618
+ # The sending bank's identifier for the reversal.
9552
9619
  sig { returns(T.nilable(String)) }
9553
- attr_accessor :receiver_financial_institution_information
9620
+ attr_accessor :instruction_identification
9554
9621
 
9555
- # The sending bank's reference number for the wire reversal.
9622
+ # Additional information about the reason for the reversal.
9556
9623
  sig { returns(T.nilable(String)) }
9557
- attr_accessor :sender_reference
9624
+ attr_accessor :return_reason_additional_information
9558
9625
 
9559
9626
  # The ID for the Transaction associated with the transfer reversal.
9560
9627
  sig { returns(String) }
@@ -9573,22 +9640,14 @@ module Increase
9573
9640
  params(
9574
9641
  amount: Integer,
9575
9642
  created_at: Time,
9643
+ debtor_routing_number: T.nilable(String),
9576
9644
  description: String,
9577
- financial_institution_to_financial_institution_information:
9578
- T.nilable(String),
9579
9645
  input_cycle_date: Date,
9580
9646
  input_message_accountability_data: String,
9581
9647
  input_sequence_number: String,
9582
9648
  input_source: String,
9583
- originator_routing_number: T.nilable(String),
9584
- originator_to_beneficiary_information: T.nilable(String),
9585
- previous_message_input_cycle_date: T.nilable(Date),
9586
- previous_message_input_message_accountability_data:
9587
- T.nilable(String),
9588
- previous_message_input_sequence_number: String,
9589
- previous_message_input_source: T.nilable(String),
9590
- receiver_financial_institution_information: T.nilable(String),
9591
- sender_reference: T.nilable(String),
9649
+ instruction_identification: T.nilable(String),
9650
+ return_reason_additional_information: T.nilable(String),
9592
9651
  transaction_id: String,
9593
9652
  wire_transfer_id: String
9594
9653
  ).returns(T.attached_class)
@@ -9599,10 +9658,10 @@ module Increase
9599
9658
  # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
9600
9659
  # the reversal was created.
9601
9660
  created_at:,
9661
+ # The debtor's routing number.
9662
+ debtor_routing_number:,
9602
9663
  # The description on the reversal message from Fedwire, set by the reversing bank.
9603
9664
  description:,
9604
- # Additional financial institution information included in the wire reversal.
9605
- financial_institution_to_financial_institution_information:,
9606
9665
  # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
9607
9666
  # PM Eastern Time on the evening before the `cycle date`.
9608
9667
  input_cycle_date:,
@@ -9612,25 +9671,10 @@ module Increase
9612
9671
  input_sequence_number:,
9613
9672
  # The Fedwire input source identifier.
9614
9673
  input_source:,
9615
- # The American Banking Association (ABA) routing number of the bank originating
9616
- # the transfer.
9617
- originator_routing_number:,
9618
- # Additional information included in the wire reversal by the reversal originator.
9619
- originator_to_beneficiary_information:,
9620
- # The Fedwire cycle date for the wire transfer that is being reversed by this
9621
- # message.
9622
- previous_message_input_cycle_date:,
9623
- # The Fedwire transaction identifier for the wire transfer that was reversed.
9624
- previous_message_input_message_accountability_data:,
9625
- # The Fedwire sequence number for the wire transfer that was reversed.
9626
- previous_message_input_sequence_number:,
9627
- # The Fedwire input source identifier for the wire transfer that was reversed.
9628
- previous_message_input_source:,
9629
- # Information included in the wire reversal for the receiving financial
9630
- # institution.
9631
- receiver_financial_institution_information:,
9632
- # The sending bank's reference number for the wire reversal.
9633
- sender_reference:,
9674
+ # The sending bank's identifier for the reversal.
9675
+ instruction_identification:,
9676
+ # Additional information about the reason for the reversal.
9677
+ return_reason_additional_information:,
9634
9678
  # The ID for the Transaction associated with the transfer reversal.
9635
9679
  transaction_id:,
9636
9680
  # The ID for the Wire Transfer that is being reversed.
@@ -9643,22 +9687,14 @@ module Increase
9643
9687
  {
9644
9688
  amount: Integer,
9645
9689
  created_at: Time,
9690
+ debtor_routing_number: T.nilable(String),
9646
9691
  description: String,
9647
- financial_institution_to_financial_institution_information:
9648
- T.nilable(String),
9649
9692
  input_cycle_date: Date,
9650
9693
  input_message_accountability_data: String,
9651
9694
  input_sequence_number: String,
9652
9695
  input_source: String,
9653
- originator_routing_number: T.nilable(String),
9654
- originator_to_beneficiary_information: T.nilable(String),
9655
- previous_message_input_cycle_date: T.nilable(Date),
9656
- previous_message_input_message_accountability_data:
9657
- T.nilable(String),
9658
- previous_message_input_sequence_number: String,
9659
- previous_message_input_source: T.nilable(String),
9660
- receiver_financial_institution_information: T.nilable(String),
9661
- sender_reference: T.nilable(String),
9696
+ instruction_identification: T.nilable(String),
9697
+ return_reason_additional_information: T.nilable(String),
9662
9698
  transaction_id: String,
9663
9699
  wire_transfer_id: String
9664
9700
  }
@@ -383,6 +383,13 @@ module Increase
383
383
  Increase::TransactionListParams::Category::In::TaggedSymbol
384
384
  )
385
385
 
386
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
387
+ ACCOUNT_REVENUE_PAYMENT =
388
+ T.let(
389
+ :account_revenue_payment,
390
+ Increase::TransactionListParams::Category::In::TaggedSymbol
391
+ )
392
+
386
393
  # The Transaction was made for an undocumented or deprecated reason.
387
394
  OTHER =
388
395
  T.let(
@@ -702,14 +702,14 @@ module Increase
702
702
  sig { returns(Time) }
703
703
  attr_accessor :created_at
704
704
 
705
+ # The debtor's routing number.
706
+ sig { returns(T.nilable(String)) }
707
+ attr_accessor :debtor_routing_number
708
+
705
709
  # The description on the reversal message from Fedwire, set by the reversing bank.
706
710
  sig { returns(String) }
707
711
  attr_accessor :description
708
712
 
709
- # Additional financial institution information included in the wire reversal.
710
- sig { returns(T.nilable(String)) }
711
- attr_accessor :financial_institution_to_financial_institution_information
712
-
713
713
  # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
714
714
  # PM Eastern Time on the evening before the `cycle date`.
715
715
  sig { returns(Date) }
@@ -727,40 +727,13 @@ module Increase
727
727
  sig { returns(String) }
728
728
  attr_accessor :input_source
729
729
 
730
- # The American Banking Association (ABA) routing number of the bank originating
731
- # the transfer.
732
- sig { returns(T.nilable(String)) }
733
- attr_accessor :originator_routing_number
734
-
735
- # Additional information included in the wire reversal by the reversal originator.
736
- sig { returns(T.nilable(String)) }
737
- attr_accessor :originator_to_beneficiary_information
738
-
739
- # The Fedwire cycle date for the wire transfer that is being reversed by this
740
- # message.
741
- sig { returns(T.nilable(Date)) }
742
- attr_accessor :previous_message_input_cycle_date
743
-
744
- # The Fedwire transaction identifier for the wire transfer that was reversed.
745
- sig { returns(T.nilable(String)) }
746
- attr_accessor :previous_message_input_message_accountability_data
747
-
748
- # The Fedwire sequence number for the wire transfer that was reversed.
749
- sig { returns(String) }
750
- attr_accessor :previous_message_input_sequence_number
751
-
752
- # The Fedwire input source identifier for the wire transfer that was reversed.
753
- sig { returns(T.nilable(String)) }
754
- attr_accessor :previous_message_input_source
755
-
756
- # Information included in the wire reversal for the receiving financial
757
- # institution.
730
+ # The sending bank's identifier for the reversal.
758
731
  sig { returns(T.nilable(String)) }
759
- attr_accessor :receiver_financial_institution_information
732
+ attr_accessor :instruction_identification
760
733
 
761
- # The sending bank's reference number for the wire reversal.
734
+ # Additional information about the reason for the reversal.
762
735
  sig { returns(T.nilable(String)) }
763
- attr_accessor :sender_reference
736
+ attr_accessor :return_reason_additional_information
764
737
 
765
738
  # The ID for the Transaction associated with the transfer reversal.
766
739
  sig { returns(String) }
@@ -775,22 +748,14 @@ module Increase
775
748
  params(
776
749
  amount: Integer,
777
750
  created_at: Time,
751
+ debtor_routing_number: T.nilable(String),
778
752
  description: String,
779
- financial_institution_to_financial_institution_information:
780
- T.nilable(String),
781
753
  input_cycle_date: Date,
782
754
  input_message_accountability_data: String,
783
755
  input_sequence_number: String,
784
756
  input_source: String,
785
- originator_routing_number: T.nilable(String),
786
- originator_to_beneficiary_information: T.nilable(String),
787
- previous_message_input_cycle_date: T.nilable(Date),
788
- previous_message_input_message_accountability_data:
789
- T.nilable(String),
790
- previous_message_input_sequence_number: String,
791
- previous_message_input_source: T.nilable(String),
792
- receiver_financial_institution_information: T.nilable(String),
793
- sender_reference: T.nilable(String),
757
+ instruction_identification: T.nilable(String),
758
+ return_reason_additional_information: T.nilable(String),
794
759
  transaction_id: String,
795
760
  wire_transfer_id: String
796
761
  ).returns(T.attached_class)
@@ -801,10 +766,10 @@ module Increase
801
766
  # The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
802
767
  # the reversal was created.
803
768
  created_at:,
769
+ # The debtor's routing number.
770
+ debtor_routing_number:,
804
771
  # The description on the reversal message from Fedwire, set by the reversing bank.
805
772
  description:,
806
- # Additional financial institution information included in the wire reversal.
807
- financial_institution_to_financial_institution_information:,
808
773
  # The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
809
774
  # PM Eastern Time on the evening before the `cycle date`.
810
775
  input_cycle_date:,
@@ -814,25 +779,10 @@ module Increase
814
779
  input_sequence_number:,
815
780
  # The Fedwire input source identifier.
816
781
  input_source:,
817
- # The American Banking Association (ABA) routing number of the bank originating
818
- # the transfer.
819
- originator_routing_number:,
820
- # Additional information included in the wire reversal by the reversal originator.
821
- originator_to_beneficiary_information:,
822
- # The Fedwire cycle date for the wire transfer that is being reversed by this
823
- # message.
824
- previous_message_input_cycle_date:,
825
- # The Fedwire transaction identifier for the wire transfer that was reversed.
826
- previous_message_input_message_accountability_data:,
827
- # The Fedwire sequence number for the wire transfer that was reversed.
828
- previous_message_input_sequence_number:,
829
- # The Fedwire input source identifier for the wire transfer that was reversed.
830
- previous_message_input_source:,
831
- # Information included in the wire reversal for the receiving financial
832
- # institution.
833
- receiver_financial_institution_information:,
834
- # The sending bank's reference number for the wire reversal.
835
- sender_reference:,
782
+ # The sending bank's identifier for the reversal.
783
+ instruction_identification:,
784
+ # Additional information about the reason for the reversal.
785
+ return_reason_additional_information:,
836
786
  # The ID for the Transaction associated with the transfer reversal.
837
787
  transaction_id:,
838
788
  # The ID for the Wire Transfer that is being reversed.
@@ -845,22 +795,14 @@ module Increase
845
795
  {
846
796
  amount: Integer,
847
797
  created_at: Time,
798
+ debtor_routing_number: T.nilable(String),
848
799
  description: String,
849
- financial_institution_to_financial_institution_information:
850
- T.nilable(String),
851
800
  input_cycle_date: Date,
852
801
  input_message_accountability_data: String,
853
802
  input_sequence_number: String,
854
803
  input_source: String,
855
- originator_routing_number: T.nilable(String),
856
- originator_to_beneficiary_information: T.nilable(String),
857
- previous_message_input_cycle_date: T.nilable(Date),
858
- previous_message_input_message_accountability_data:
859
- T.nilable(String),
860
- previous_message_input_sequence_number: String,
861
- previous_message_input_source: T.nilable(String),
862
- receiver_financial_institution_information: T.nilable(String),
863
- sender_reference: T.nilable(String),
804
+ instruction_identification: T.nilable(String),
805
+ return_reason_additional_information: T.nilable(String),
864
806
  transaction_id: String,
865
807
  wire_transfer_id: String
866
808
  }
@@ -106,6 +106,7 @@ module Increase
106
106
 
107
107
  type source =
108
108
  {
109
+ account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
109
110
  account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
110
111
  ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
111
112
  ach_transfer_rejection: Increase::Transaction::Source::ACHTransferRejection?,
@@ -142,6 +143,8 @@ module Increase
142
143
  }
143
144
 
144
145
  class Source < Increase::Internal::Type::BaseModel
146
+ attr_accessor account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?
147
+
145
148
  attr_accessor account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?
146
149
 
147
150
  attr_accessor ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?
@@ -209,6 +212,7 @@ module Increase
209
212
  attr_accessor wire_transfer_intention: Increase::Transaction::Source::WireTransferIntention?
210
213
 
211
214
  def initialize: (
215
+ account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
212
216
  account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
213
217
  ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
214
218
  ach_transfer_rejection: Increase::Transaction::Source::ACHTransferRejection?,
@@ -245,6 +249,7 @@ module Increase
245
249
  ) -> void
246
250
 
247
251
  def to_hash: -> {
252
+ account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
248
253
  account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
249
254
  ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
250
255
  ach_transfer_rejection: Increase::Transaction::Source::ACHTransferRejection?,
@@ -280,6 +285,33 @@ module Increase
280
285
  wire_transfer_intention: Increase::Transaction::Source::WireTransferIntention?
281
286
  }
282
287
 
288
+ type account_revenue_payment =
289
+ {
290
+ accrued_on_account_id: String,
291
+ period_end: Time,
292
+ period_start: Time
293
+ }
294
+
295
+ class AccountRevenuePayment < Increase::Internal::Type::BaseModel
296
+ attr_accessor accrued_on_account_id: String
297
+
298
+ attr_accessor period_end: Time
299
+
300
+ attr_accessor period_start: Time
301
+
302
+ def initialize: (
303
+ accrued_on_account_id: String,
304
+ period_end: Time,
305
+ period_start: Time
306
+ ) -> void
307
+
308
+ def to_hash: -> {
309
+ accrued_on_account_id: String,
310
+ period_end: Time,
311
+ period_start: Time
312
+ }
313
+ end
314
+
283
315
  type account_transfer_intention =
284
316
  {
285
317
  amount: Integer,
@@ -3130,6 +3162,7 @@ module Increase
3130
3162
  | :swift_transfer_intention
3131
3163
  | :swift_transfer_return
3132
3164
  | :card_push_transfer_acceptance
3165
+ | :account_revenue_payment
3133
3166
  | :other
3134
3167
 
3135
3168
  module Category
@@ -3228,6 +3261,9 @@ module Increase
3228
3261
  # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object.
3229
3262
  CARD_PUSH_TRANSFER_ACCEPTANCE: :card_push_transfer_acceptance
3230
3263
 
3264
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
3265
+ ACCOUNT_REVENUE_PAYMENT: :account_revenue_payment
3266
+
3231
3267
  # The Transaction was made for an undocumented or deprecated reason.
3232
3268
  OTHER: :other
3233
3269
 
@@ -3902,20 +3938,14 @@ module Increase
3902
3938
  {
3903
3939
  amount: Integer,
3904
3940
  created_at: Time,
3941
+ debtor_routing_number: String?,
3905
3942
  description: String,
3906
- financial_institution_to_financial_institution_information: String?,
3907
3943
  input_cycle_date: Date,
3908
3944
  input_message_accountability_data: String,
3909
3945
  input_sequence_number: String,
3910
3946
  input_source: String,
3911
- originator_routing_number: String?,
3912
- originator_to_beneficiary_information: String?,
3913
- previous_message_input_cycle_date: Date?,
3914
- previous_message_input_message_accountability_data: String?,
3915
- previous_message_input_sequence_number: String,
3916
- previous_message_input_source: String?,
3917
- receiver_financial_institution_information: String?,
3918
- sender_reference: String?,
3947
+ instruction_identification: String?,
3948
+ return_reason_additional_information: String?,
3919
3949
  transaction_id: String,
3920
3950
  wire_transfer_id: String
3921
3951
  }
@@ -3925,9 +3955,9 @@ module Increase
3925
3955
 
3926
3956
  attr_accessor created_at: Time
3927
3957
 
3928
- attr_accessor description: String
3958
+ attr_accessor debtor_routing_number: String?
3929
3959
 
3930
- attr_accessor financial_institution_to_financial_institution_information: String?
3960
+ attr_accessor description: String
3931
3961
 
3932
3962
  attr_accessor input_cycle_date: Date
3933
3963
 
@@ -3937,21 +3967,9 @@ module Increase
3937
3967
 
3938
3968
  attr_accessor input_source: String
3939
3969
 
3940
- attr_accessor originator_routing_number: String?
3941
-
3942
- attr_accessor originator_to_beneficiary_information: String?
3943
-
3944
- attr_accessor previous_message_input_cycle_date: Date?
3945
-
3946
- attr_accessor previous_message_input_message_accountability_data: String?
3947
-
3948
- attr_accessor previous_message_input_sequence_number: String
3949
-
3950
- attr_accessor previous_message_input_source: String?
3951
-
3952
- attr_accessor receiver_financial_institution_information: String?
3970
+ attr_accessor instruction_identification: String?
3953
3971
 
3954
- attr_accessor sender_reference: String?
3972
+ attr_accessor return_reason_additional_information: String?
3955
3973
 
3956
3974
  attr_accessor transaction_id: String
3957
3975
 
@@ -3960,20 +3978,14 @@ module Increase
3960
3978
  def initialize: (
3961
3979
  amount: Integer,
3962
3980
  created_at: Time,
3981
+ debtor_routing_number: String?,
3963
3982
  description: String,
3964
- financial_institution_to_financial_institution_information: String?,
3965
3983
  input_cycle_date: Date,
3966
3984
  input_message_accountability_data: String,
3967
3985
  input_sequence_number: String,
3968
3986
  input_source: String,
3969
- originator_routing_number: String?,
3970
- originator_to_beneficiary_information: String?,
3971
- previous_message_input_cycle_date: Date?,
3972
- previous_message_input_message_accountability_data: String?,
3973
- previous_message_input_sequence_number: String,
3974
- previous_message_input_source: String?,
3975
- receiver_financial_institution_information: String?,
3976
- sender_reference: String?,
3987
+ instruction_identification: String?,
3988
+ return_reason_additional_information: String?,
3977
3989
  transaction_id: String,
3978
3990
  wire_transfer_id: String
3979
3991
  ) -> void
@@ -3981,20 +3993,14 @@ module Increase
3981
3993
  def to_hash: -> {
3982
3994
  amount: Integer,
3983
3995
  created_at: Time,
3996
+ debtor_routing_number: String?,
3984
3997
  description: String,
3985
- financial_institution_to_financial_institution_information: String?,
3986
3998
  input_cycle_date: Date,
3987
3999
  input_message_accountability_data: String,
3988
4000
  input_sequence_number: String,
3989
4001
  input_source: String,
3990
- originator_routing_number: String?,
3991
- originator_to_beneficiary_information: String?,
3992
- previous_message_input_cycle_date: Date?,
3993
- previous_message_input_message_accountability_data: String?,
3994
- previous_message_input_sequence_number: String,
3995
- previous_message_input_source: String?,
3996
- receiver_financial_institution_information: String?,
3997
- sender_reference: String?,
4002
+ instruction_identification: String?,
4003
+ return_reason_additional_information: String?,
3998
4004
  transaction_id: String,
3999
4005
  wire_transfer_id: String
4000
4006
  }
@@ -113,6 +113,7 @@ module Increase
113
113
  | :swift_transfer_intention
114
114
  | :swift_transfer_return
115
115
  | :card_push_transfer_acceptance
116
+ | :account_revenue_payment
116
117
  | :other
117
118
 
118
119
  module In
@@ -211,6 +212,9 @@ module Increase
211
212
  # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object.
212
213
  CARD_PUSH_TRANSFER_ACCEPTANCE: :card_push_transfer_acceptance
213
214
 
215
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
216
+ ACCOUNT_REVENUE_PAYMENT: :account_revenue_payment
217
+
214
218
  # The Transaction was made for an undocumented or deprecated reason.
215
219
  OTHER: :other
216
220
 
@@ -304,20 +304,14 @@ module Increase
304
304
  {
305
305
  amount: Integer,
306
306
  created_at: Time,
307
+ debtor_routing_number: String?,
307
308
  description: String,
308
- financial_institution_to_financial_institution_information: String?,
309
309
  input_cycle_date: Date,
310
310
  input_message_accountability_data: String,
311
311
  input_sequence_number: String,
312
312
  input_source: String,
313
- originator_routing_number: String?,
314
- originator_to_beneficiary_information: String?,
315
- previous_message_input_cycle_date: Date?,
316
- previous_message_input_message_accountability_data: String?,
317
- previous_message_input_sequence_number: String,
318
- previous_message_input_source: String?,
319
- receiver_financial_institution_information: String?,
320
- sender_reference: String?,
313
+ instruction_identification: String?,
314
+ return_reason_additional_information: String?,
321
315
  transaction_id: String,
322
316
  wire_transfer_id: String
323
317
  }
@@ -327,9 +321,9 @@ module Increase
327
321
 
328
322
  attr_accessor created_at: Time
329
323
 
330
- attr_accessor description: String
324
+ attr_accessor debtor_routing_number: String?
331
325
 
332
- attr_accessor financial_institution_to_financial_institution_information: String?
326
+ attr_accessor description: String
333
327
 
334
328
  attr_accessor input_cycle_date: Date
335
329
 
@@ -339,21 +333,9 @@ module Increase
339
333
 
340
334
  attr_accessor input_source: String
341
335
 
342
- attr_accessor originator_routing_number: String?
343
-
344
- attr_accessor originator_to_beneficiary_information: String?
345
-
346
- attr_accessor previous_message_input_cycle_date: Date?
347
-
348
- attr_accessor previous_message_input_message_accountability_data: String?
349
-
350
- attr_accessor previous_message_input_sequence_number: String
351
-
352
- attr_accessor previous_message_input_source: String?
353
-
354
- attr_accessor receiver_financial_institution_information: String?
336
+ attr_accessor instruction_identification: String?
355
337
 
356
- attr_accessor sender_reference: String?
338
+ attr_accessor return_reason_additional_information: String?
357
339
 
358
340
  attr_accessor transaction_id: String
359
341
 
@@ -362,20 +344,14 @@ module Increase
362
344
  def initialize: (
363
345
  amount: Integer,
364
346
  created_at: Time,
347
+ debtor_routing_number: String?,
365
348
  description: String,
366
- financial_institution_to_financial_institution_information: String?,
367
349
  input_cycle_date: Date,
368
350
  input_message_accountability_data: String,
369
351
  input_sequence_number: String,
370
352
  input_source: String,
371
- originator_routing_number: String?,
372
- originator_to_beneficiary_information: String?,
373
- previous_message_input_cycle_date: Date?,
374
- previous_message_input_message_accountability_data: String?,
375
- previous_message_input_sequence_number: String,
376
- previous_message_input_source: String?,
377
- receiver_financial_institution_information: String?,
378
- sender_reference: String?,
353
+ instruction_identification: String?,
354
+ return_reason_additional_information: String?,
379
355
  transaction_id: String,
380
356
  wire_transfer_id: String
381
357
  ) -> void
@@ -383,20 +359,14 @@ module Increase
383
359
  def to_hash: -> {
384
360
  amount: Integer,
385
361
  created_at: Time,
362
+ debtor_routing_number: String?,
386
363
  description: String,
387
- financial_institution_to_financial_institution_information: String?,
388
364
  input_cycle_date: Date,
389
365
  input_message_accountability_data: String,
390
366
  input_sequence_number: String,
391
367
  input_source: String,
392
- originator_routing_number: String?,
393
- originator_to_beneficiary_information: String?,
394
- previous_message_input_cycle_date: Date?,
395
- previous_message_input_message_accountability_data: String?,
396
- previous_message_input_sequence_number: String,
397
- previous_message_input_source: String?,
398
- receiver_financial_institution_information: String?,
399
- sender_reference: String?,
368
+ instruction_identification: String?,
369
+ return_reason_additional_information: String?,
400
370
  transaction_id: String,
401
371
  wire_transfer_id: String
402
372
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase