increase 1.203.0 → 1.204.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.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/increase/models/account_transfer.rb +25 -25
  5. data/lib/increase/models/ach_transfer.rb +28 -28
  6. data/lib/increase/models/card_dispute.rb +79 -79
  7. data/lib/increase/models/card_payment.rb +82 -82
  8. data/lib/increase/models/card_push_transfer.rb +25 -25
  9. data/lib/increase/models/card_validation.rb +25 -25
  10. data/lib/increase/models/check_transfer.rb +25 -25
  11. data/lib/increase/models/declined_transaction.rb +53 -53
  12. data/lib/increase/models/fednow_transfer.rb +25 -25
  13. data/lib/increase/models/pending_transaction.rb +85 -85
  14. data/lib/increase/models/real_time_payments_transfer.rb +25 -25
  15. data/lib/increase/models/swift_transfer.rb +25 -25
  16. data/lib/increase/models/transaction.rb +173 -173
  17. data/lib/increase/models/wire_transfer.rb +28 -28
  18. data/lib/increase/version.rb +1 -1
  19. data/rbi/increase/models/account_transfer.rbi +40 -40
  20. data/rbi/increase/models/ach_transfer.rbi +42 -42
  21. data/rbi/increase/models/card_dispute.rbi +141 -141
  22. data/rbi/increase/models/card_payment.rbi +144 -144
  23. data/rbi/increase/models/card_push_transfer.rbi +40 -40
  24. data/rbi/increase/models/card_validation.rbi +40 -40
  25. data/rbi/increase/models/check_transfer.rbi +40 -40
  26. data/rbi/increase/models/declined_transaction.rbi +99 -99
  27. data/rbi/increase/models/fednow_transfer.rbi +40 -40
  28. data/rbi/increase/models/pending_transaction.rbi +163 -163
  29. data/rbi/increase/models/real_time_payments_transfer.rbi +44 -44
  30. data/rbi/increase/models/swift_transfer.rbi +40 -40
  31. data/rbi/increase/models/transaction.rbi +534 -534
  32. data/rbi/increase/models/wire_transfer.rbi +42 -42
  33. data/sig/increase/models/account_transfer.rbs +17 -17
  34. data/sig/increase/models/ach_transfer.rbs +19 -19
  35. data/sig/increase/models/card_dispute.rbs +56 -56
  36. data/sig/increase/models/card_payment.rbs +81 -81
  37. data/sig/increase/models/card_push_transfer.rbs +17 -17
  38. data/sig/increase/models/card_validation.rbs +17 -17
  39. data/sig/increase/models/check_transfer.rbs +17 -17
  40. data/sig/increase/models/declined_transaction.rbs +52 -52
  41. data/sig/increase/models/fednow_transfer.rbs +17 -17
  42. data/sig/increase/models/pending_transaction.rbs +92 -92
  43. data/sig/increase/models/real_time_payments_transfer.rbs +17 -17
  44. data/sig/increase/models/swift_transfer.rbs +17 -17
  45. data/sig/increase/models/transaction.rbs +202 -202
  46. data/sig/increase/models/wire_transfer.rbs +19 -19
  47. metadata +2 -2
@@ -91,6 +91,7 @@ module Increase
91
91
 
92
92
  type source =
93
93
  {
94
+ category: Increase::Models::Transaction::Source::category,
94
95
  account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
95
96
  account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
96
97
  ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
@@ -107,7 +108,6 @@ module Increase
107
108
  card_revenue_payment: Increase::Transaction::Source::CardRevenuePayment?,
108
109
  card_settlement: Increase::Transaction::Source::CardSettlement?,
109
110
  cashback_payment: Increase::Transaction::Source::CashbackPayment?,
110
- category: Increase::Models::Transaction::Source::category,
111
111
  check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
112
112
  check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
113
113
  check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
@@ -133,6 +133,8 @@ module Increase
133
133
  }
134
134
 
135
135
  class Source < Increase::Internal::Type::BaseModel
136
+ attr_accessor category: Increase::Models::Transaction::Source::category
137
+
136
138
  attr_accessor account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?
137
139
 
138
140
  attr_accessor account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?
@@ -165,8 +167,6 @@ module Increase
165
167
 
166
168
  attr_accessor cashback_payment: Increase::Transaction::Source::CashbackPayment?
167
169
 
168
- attr_accessor category: Increase::Models::Transaction::Source::category
169
-
170
170
  attr_accessor check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?
171
171
 
172
172
  attr_accessor check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?
@@ -212,48 +212,49 @@ module Increase
212
212
  attr_accessor wire_transfer_intention: Increase::Transaction::Source::WireTransferIntention?
213
213
 
214
214
  def initialize: (
215
- account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
216
- account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
217
- ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
218
- ach_transfer_rejection: Increase::Transaction::Source::ACHTransferRejection?,
219
- ach_transfer_return: Increase::Transaction::Source::ACHTransferReturn?,
220
- blockchain_offramp_transfer_settlement: Increase::Transaction::Source::BlockchainOfframpTransferSettlement?,
221
- blockchain_onramp_transfer_intention: Increase::Transaction::Source::BlockchainOnrampTransferIntention?,
222
- card_dispute_acceptance: Increase::Transaction::Source::CardDisputeAcceptance?,
223
- card_dispute_financial: Increase::Transaction::Source::CardDisputeFinancial?,
224
- card_dispute_loss: Increase::Transaction::Source::CardDisputeLoss?,
225
- card_financial: Increase::Transaction::Source::CardFinancial?,
226
- card_push_transfer_acceptance: Increase::Transaction::Source::CardPushTransferAcceptance?,
227
- card_refund: Increase::Transaction::Source::CardRefund?,
228
- card_revenue_payment: Increase::Transaction::Source::CardRevenuePayment?,
229
- card_settlement: Increase::Transaction::Source::CardSettlement?,
230
- cashback_payment: Increase::Transaction::Source::CashbackPayment?,
231
215
  category: Increase::Models::Transaction::Source::category,
232
- check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
233
- check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
234
- check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
235
- fednow_transfer_acknowledgement: Increase::Transaction::Source::FednowTransferAcknowledgement?,
236
- fee_payment: Increase::Transaction::Source::FeePayment?,
237
- inbound_ach_transfer: Increase::Transaction::Source::InboundACHTransfer?,
238
- inbound_ach_transfer_return_intention: Increase::Transaction::Source::InboundACHTransferReturnIntention?,
239
- inbound_check_adjustment: Increase::Transaction::Source::InboundCheckAdjustment?,
240
- inbound_check_deposit_return_intention: Increase::Transaction::Source::InboundCheckDepositReturnIntention?,
241
- inbound_fednow_transfer_confirmation: Increase::Transaction::Source::InboundFednowTransferConfirmation?,
242
- inbound_real_time_payments_transfer_confirmation: Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation?,
243
- inbound_wire_reversal: Increase::Transaction::Source::InboundWireReversal?,
244
- inbound_wire_transfer: Increase::Transaction::Source::InboundWireTransfer?,
245
- inbound_wire_transfer_reversal: Increase::Transaction::Source::InboundWireTransferReversal?,
246
- interest_payment: Increase::Transaction::Source::InterestPayment?,
247
- internal_source: Increase::Transaction::Source::InternalSource?,
248
- other: Increase::Transaction::Source::Other?,
249
- real_time_payments_transfer_acknowledgement: Increase::Transaction::Source::RealTimePaymentsTransferAcknowledgement?,
250
- sample_funds: Increase::Transaction::Source::SampleFunds?,
251
- swift_transfer_intention: Increase::Transaction::Source::SwiftTransferIntention?,
252
- swift_transfer_return: Increase::Transaction::Source::SwiftTransferReturn?,
253
- wire_transfer_intention: Increase::Transaction::Source::WireTransferIntention?
216
+ ?account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
217
+ ?account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
218
+ ?ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
219
+ ?ach_transfer_rejection: Increase::Transaction::Source::ACHTransferRejection?,
220
+ ?ach_transfer_return: Increase::Transaction::Source::ACHTransferReturn?,
221
+ ?blockchain_offramp_transfer_settlement: Increase::Transaction::Source::BlockchainOfframpTransferSettlement?,
222
+ ?blockchain_onramp_transfer_intention: Increase::Transaction::Source::BlockchainOnrampTransferIntention?,
223
+ ?card_dispute_acceptance: Increase::Transaction::Source::CardDisputeAcceptance?,
224
+ ?card_dispute_financial: Increase::Transaction::Source::CardDisputeFinancial?,
225
+ ?card_dispute_loss: Increase::Transaction::Source::CardDisputeLoss?,
226
+ ?card_financial: Increase::Transaction::Source::CardFinancial?,
227
+ ?card_push_transfer_acceptance: Increase::Transaction::Source::CardPushTransferAcceptance?,
228
+ ?card_refund: Increase::Transaction::Source::CardRefund?,
229
+ ?card_revenue_payment: Increase::Transaction::Source::CardRevenuePayment?,
230
+ ?card_settlement: Increase::Transaction::Source::CardSettlement?,
231
+ ?cashback_payment: Increase::Transaction::Source::CashbackPayment?,
232
+ ?check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
233
+ ?check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
234
+ ?check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
235
+ ?fednow_transfer_acknowledgement: Increase::Transaction::Source::FednowTransferAcknowledgement?,
236
+ ?fee_payment: Increase::Transaction::Source::FeePayment?,
237
+ ?inbound_ach_transfer: Increase::Transaction::Source::InboundACHTransfer?,
238
+ ?inbound_ach_transfer_return_intention: Increase::Transaction::Source::InboundACHTransferReturnIntention?,
239
+ ?inbound_check_adjustment: Increase::Transaction::Source::InboundCheckAdjustment?,
240
+ ?inbound_check_deposit_return_intention: Increase::Transaction::Source::InboundCheckDepositReturnIntention?,
241
+ ?inbound_fednow_transfer_confirmation: Increase::Transaction::Source::InboundFednowTransferConfirmation?,
242
+ ?inbound_real_time_payments_transfer_confirmation: Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation?,
243
+ ?inbound_wire_reversal: Increase::Transaction::Source::InboundWireReversal?,
244
+ ?inbound_wire_transfer: Increase::Transaction::Source::InboundWireTransfer?,
245
+ ?inbound_wire_transfer_reversal: Increase::Transaction::Source::InboundWireTransferReversal?,
246
+ ?interest_payment: Increase::Transaction::Source::InterestPayment?,
247
+ ?internal_source: Increase::Transaction::Source::InternalSource?,
248
+ ?other: Increase::Transaction::Source::Other?,
249
+ ?real_time_payments_transfer_acknowledgement: Increase::Transaction::Source::RealTimePaymentsTransferAcknowledgement?,
250
+ ?sample_funds: Increase::Transaction::Source::SampleFunds?,
251
+ ?swift_transfer_intention: Increase::Transaction::Source::SwiftTransferIntention?,
252
+ ?swift_transfer_return: Increase::Transaction::Source::SwiftTransferReturn?,
253
+ ?wire_transfer_intention: Increase::Transaction::Source::WireTransferIntention?
254
254
  ) -> void
255
255
 
256
256
  def to_hash: -> {
257
+ category: Increase::Models::Transaction::Source::category,
257
258
  account_revenue_payment: Increase::Transaction::Source::AccountRevenuePayment?,
258
259
  account_transfer_intention: Increase::Transaction::Source::AccountTransferIntention?,
259
260
  ach_transfer_intention: Increase::Transaction::Source::ACHTransferIntention?,
@@ -270,7 +271,6 @@ module Increase
270
271
  card_revenue_payment: Increase::Transaction::Source::CardRevenuePayment?,
271
272
  card_settlement: Increase::Transaction::Source::CardSettlement?,
272
273
  cashback_payment: Increase::Transaction::Source::CashbackPayment?,
273
- category: Increase::Models::Transaction::Source::category,
274
274
  check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
275
275
  check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
276
276
  check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
@@ -295,6 +295,166 @@ module Increase
295
295
  wire_transfer_intention: Increase::Transaction::Source::WireTransferIntention?
296
296
  }
297
297
 
298
+ type category =
299
+ :account_transfer_intention
300
+ | :ach_transfer_intention
301
+ | :ach_transfer_rejection
302
+ | :ach_transfer_return
303
+ | :cashback_payment
304
+ | :card_dispute_acceptance
305
+ | :card_dispute_financial
306
+ | :card_dispute_loss
307
+ | :card_refund
308
+ | :card_settlement
309
+ | :card_financial
310
+ | :card_revenue_payment
311
+ | :check_deposit_acceptance
312
+ | :check_deposit_return
313
+ | :fednow_transfer_acknowledgement
314
+ | :check_transfer_deposit
315
+ | :fee_payment
316
+ | :inbound_ach_transfer
317
+ | :inbound_ach_transfer_return_intention
318
+ | :inbound_check_deposit_return_intention
319
+ | :inbound_check_adjustment
320
+ | :inbound_fednow_transfer_confirmation
321
+ | :inbound_real_time_payments_transfer_confirmation
322
+ | :inbound_wire_reversal
323
+ | :inbound_wire_transfer
324
+ | :inbound_wire_transfer_reversal
325
+ | :interest_payment
326
+ | :internal_source
327
+ | :real_time_payments_transfer_acknowledgement
328
+ | :sample_funds
329
+ | :wire_transfer_intention
330
+ | :swift_transfer_intention
331
+ | :swift_transfer_return
332
+ | :card_push_transfer_acceptance
333
+ | :account_revenue_payment
334
+ | :blockchain_onramp_transfer_intention
335
+ | :blockchain_offramp_transfer_settlement
336
+ | :other
337
+
338
+ module Category
339
+ extend Increase::Internal::Type::Enum
340
+
341
+ # Account Transfer Intention: details will be under the `account_transfer_intention` object.
342
+ ACCOUNT_TRANSFER_INTENTION: :account_transfer_intention
343
+
344
+ # ACH Transfer Intention: details will be under the `ach_transfer_intention` object.
345
+ ACH_TRANSFER_INTENTION: :ach_transfer_intention
346
+
347
+ # ACH Transfer Rejection: details will be under the `ach_transfer_rejection` object.
348
+ ACH_TRANSFER_REJECTION: :ach_transfer_rejection
349
+
350
+ # ACH Transfer Return: details will be under the `ach_transfer_return` object.
351
+ ACH_TRANSFER_RETURN: :ach_transfer_return
352
+
353
+ # Cashback Payment: details will be under the `cashback_payment` object.
354
+ CASHBACK_PAYMENT: :cashback_payment
355
+
356
+ # Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
357
+ CARD_DISPUTE_ACCEPTANCE: :card_dispute_acceptance
358
+
359
+ # Card Dispute Financial: details will be under the `card_dispute_financial` object.
360
+ CARD_DISPUTE_FINANCIAL: :card_dispute_financial
361
+
362
+ # Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
363
+ CARD_DISPUTE_LOSS: :card_dispute_loss
364
+
365
+ # Card Refund: details will be under the `card_refund` object.
366
+ CARD_REFUND: :card_refund
367
+
368
+ # Card Settlement: details will be under the `card_settlement` object.
369
+ CARD_SETTLEMENT: :card_settlement
370
+
371
+ # Card Financial: details will be under the `card_financial` object.
372
+ CARD_FINANCIAL: :card_financial
373
+
374
+ # Card Revenue Payment: details will be under the `card_revenue_payment` object.
375
+ CARD_REVENUE_PAYMENT: :card_revenue_payment
376
+
377
+ # Check Deposit Acceptance: details will be under the `check_deposit_acceptance` object.
378
+ CHECK_DEPOSIT_ACCEPTANCE: :check_deposit_acceptance
379
+
380
+ # Check Deposit Return: details will be under the `check_deposit_return` object.
381
+ CHECK_DEPOSIT_RETURN: :check_deposit_return
382
+
383
+ # FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
384
+ FEDNOW_TRANSFER_ACKNOWLEDGEMENT: :fednow_transfer_acknowledgement
385
+
386
+ # Check Transfer Deposit: details will be under the `check_transfer_deposit` object.
387
+ CHECK_TRANSFER_DEPOSIT: :check_transfer_deposit
388
+
389
+ # Fee Payment: details will be under the `fee_payment` object.
390
+ FEE_PAYMENT: :fee_payment
391
+
392
+ # Inbound ACH Transfer Intention: details will be under the `inbound_ach_transfer` object.
393
+ INBOUND_ACH_TRANSFER: :inbound_ach_transfer
394
+
395
+ # Inbound ACH Transfer Return Intention: details will be under the `inbound_ach_transfer_return_intention` object.
396
+ INBOUND_ACH_TRANSFER_RETURN_INTENTION: :inbound_ach_transfer_return_intention
397
+
398
+ # Inbound Check Deposit Return Intention: details will be under the `inbound_check_deposit_return_intention` object.
399
+ INBOUND_CHECK_DEPOSIT_RETURN_INTENTION: :inbound_check_deposit_return_intention
400
+
401
+ # Inbound Check Adjustment: details will be under the `inbound_check_adjustment` object.
402
+ INBOUND_CHECK_ADJUSTMENT: :inbound_check_adjustment
403
+
404
+ # Inbound FedNow Transfer Confirmation: details will be under the `inbound_fednow_transfer_confirmation` object.
405
+ INBOUND_FEDNOW_TRANSFER_CONFIRMATION: :inbound_fednow_transfer_confirmation
406
+
407
+ # Inbound Real-Time Payments Transfer Confirmation: details will be under the `inbound_real_time_payments_transfer_confirmation` object.
408
+ INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION: :inbound_real_time_payments_transfer_confirmation
409
+
410
+ # Inbound Wire Reversal: details will be under the `inbound_wire_reversal` object.
411
+ INBOUND_WIRE_REVERSAL: :inbound_wire_reversal
412
+
413
+ # Inbound Wire Transfer Intention: details will be under the `inbound_wire_transfer` object.
414
+ INBOUND_WIRE_TRANSFER: :inbound_wire_transfer
415
+
416
+ # Inbound Wire Transfer Reversal Intention: details will be under the `inbound_wire_transfer_reversal` object.
417
+ INBOUND_WIRE_TRANSFER_REVERSAL: :inbound_wire_transfer_reversal
418
+
419
+ # Interest Payment: details will be under the `interest_payment` object.
420
+ INTEREST_PAYMENT: :interest_payment
421
+
422
+ # Internal Source: details will be under the `internal_source` object.
423
+ INTERNAL_SOURCE: :internal_source
424
+
425
+ # Real-Time Payments Transfer Acknowledgement: details will be under the `real_time_payments_transfer_acknowledgement` object.
426
+ REAL_TIME_PAYMENTS_TRANSFER_ACKNOWLEDGEMENT: :real_time_payments_transfer_acknowledgement
427
+
428
+ # Sample Funds: details will be under the `sample_funds` object.
429
+ SAMPLE_FUNDS: :sample_funds
430
+
431
+ # Wire Transfer Intention: details will be under the `wire_transfer_intention` object.
432
+ WIRE_TRANSFER_INTENTION: :wire_transfer_intention
433
+
434
+ # Swift Transfer Intention: details will be under the `swift_transfer_intention` object.
435
+ SWIFT_TRANSFER_INTENTION: :swift_transfer_intention
436
+
437
+ # Swift Transfer Return: details will be under the `swift_transfer_return` object.
438
+ SWIFT_TRANSFER_RETURN: :swift_transfer_return
439
+
440
+ # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object.
441
+ CARD_PUSH_TRANSFER_ACCEPTANCE: :card_push_transfer_acceptance
442
+
443
+ # Account Revenue Payment: details will be under the `account_revenue_payment` object.
444
+ ACCOUNT_REVENUE_PAYMENT: :account_revenue_payment
445
+
446
+ # Blockchain On-Ramp Transfer Intention: details will be under the `blockchain_onramp_transfer_intention` object.
447
+ BLOCKCHAIN_ONRAMP_TRANSFER_INTENTION: :blockchain_onramp_transfer_intention
448
+
449
+ # Blockchain Off-Ramp Transfer Settlement: details will be under the `blockchain_offramp_transfer_settlement` object.
450
+ BLOCKCHAIN_OFFRAMP_TRANSFER_SETTLEMENT: :blockchain_offramp_transfer_settlement
451
+
452
+ # The Transaction was made for an undocumented or deprecated reason.
453
+ OTHER: :other
454
+
455
+ def self?.values: -> ::Array[Increase::Models::Transaction::Source::category]
456
+ end
457
+
298
458
  type account_revenue_payment =
299
459
  {
300
460
  accrued_on_account_id: String,
@@ -3876,166 +4036,6 @@ module Increase
3876
4036
  end
3877
4037
  end
3878
4038
 
3879
- type category =
3880
- :account_transfer_intention
3881
- | :ach_transfer_intention
3882
- | :ach_transfer_rejection
3883
- | :ach_transfer_return
3884
- | :cashback_payment
3885
- | :card_dispute_acceptance
3886
- | :card_dispute_financial
3887
- | :card_dispute_loss
3888
- | :card_refund
3889
- | :card_settlement
3890
- | :card_financial
3891
- | :card_revenue_payment
3892
- | :check_deposit_acceptance
3893
- | :check_deposit_return
3894
- | :fednow_transfer_acknowledgement
3895
- | :check_transfer_deposit
3896
- | :fee_payment
3897
- | :inbound_ach_transfer
3898
- | :inbound_ach_transfer_return_intention
3899
- | :inbound_check_deposit_return_intention
3900
- | :inbound_check_adjustment
3901
- | :inbound_fednow_transfer_confirmation
3902
- | :inbound_real_time_payments_transfer_confirmation
3903
- | :inbound_wire_reversal
3904
- | :inbound_wire_transfer
3905
- | :inbound_wire_transfer_reversal
3906
- | :interest_payment
3907
- | :internal_source
3908
- | :real_time_payments_transfer_acknowledgement
3909
- | :sample_funds
3910
- | :wire_transfer_intention
3911
- | :swift_transfer_intention
3912
- | :swift_transfer_return
3913
- | :card_push_transfer_acceptance
3914
- | :account_revenue_payment
3915
- | :blockchain_onramp_transfer_intention
3916
- | :blockchain_offramp_transfer_settlement
3917
- | :other
3918
-
3919
- module Category
3920
- extend Increase::Internal::Type::Enum
3921
-
3922
- # Account Transfer Intention: details will be under the `account_transfer_intention` object.
3923
- ACCOUNT_TRANSFER_INTENTION: :account_transfer_intention
3924
-
3925
- # ACH Transfer Intention: details will be under the `ach_transfer_intention` object.
3926
- ACH_TRANSFER_INTENTION: :ach_transfer_intention
3927
-
3928
- # ACH Transfer Rejection: details will be under the `ach_transfer_rejection` object.
3929
- ACH_TRANSFER_REJECTION: :ach_transfer_rejection
3930
-
3931
- # ACH Transfer Return: details will be under the `ach_transfer_return` object.
3932
- ACH_TRANSFER_RETURN: :ach_transfer_return
3933
-
3934
- # Cashback Payment: details will be under the `cashback_payment` object.
3935
- CASHBACK_PAYMENT: :cashback_payment
3936
-
3937
- # Legacy Card Dispute Acceptance: details will be under the `card_dispute_acceptance` object.
3938
- CARD_DISPUTE_ACCEPTANCE: :card_dispute_acceptance
3939
-
3940
- # Card Dispute Financial: details will be under the `card_dispute_financial` object.
3941
- CARD_DISPUTE_FINANCIAL: :card_dispute_financial
3942
-
3943
- # Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object.
3944
- CARD_DISPUTE_LOSS: :card_dispute_loss
3945
-
3946
- # Card Refund: details will be under the `card_refund` object.
3947
- CARD_REFUND: :card_refund
3948
-
3949
- # Card Settlement: details will be under the `card_settlement` object.
3950
- CARD_SETTLEMENT: :card_settlement
3951
-
3952
- # Card Financial: details will be under the `card_financial` object.
3953
- CARD_FINANCIAL: :card_financial
3954
-
3955
- # Card Revenue Payment: details will be under the `card_revenue_payment` object.
3956
- CARD_REVENUE_PAYMENT: :card_revenue_payment
3957
-
3958
- # Check Deposit Acceptance: details will be under the `check_deposit_acceptance` object.
3959
- CHECK_DEPOSIT_ACCEPTANCE: :check_deposit_acceptance
3960
-
3961
- # Check Deposit Return: details will be under the `check_deposit_return` object.
3962
- CHECK_DEPOSIT_RETURN: :check_deposit_return
3963
-
3964
- # FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
3965
- FEDNOW_TRANSFER_ACKNOWLEDGEMENT: :fednow_transfer_acknowledgement
3966
-
3967
- # Check Transfer Deposit: details will be under the `check_transfer_deposit` object.
3968
- CHECK_TRANSFER_DEPOSIT: :check_transfer_deposit
3969
-
3970
- # Fee Payment: details will be under the `fee_payment` object.
3971
- FEE_PAYMENT: :fee_payment
3972
-
3973
- # Inbound ACH Transfer Intention: details will be under the `inbound_ach_transfer` object.
3974
- INBOUND_ACH_TRANSFER: :inbound_ach_transfer
3975
-
3976
- # Inbound ACH Transfer Return Intention: details will be under the `inbound_ach_transfer_return_intention` object.
3977
- INBOUND_ACH_TRANSFER_RETURN_INTENTION: :inbound_ach_transfer_return_intention
3978
-
3979
- # Inbound Check Deposit Return Intention: details will be under the `inbound_check_deposit_return_intention` object.
3980
- INBOUND_CHECK_DEPOSIT_RETURN_INTENTION: :inbound_check_deposit_return_intention
3981
-
3982
- # Inbound Check Adjustment: details will be under the `inbound_check_adjustment` object.
3983
- INBOUND_CHECK_ADJUSTMENT: :inbound_check_adjustment
3984
-
3985
- # Inbound FedNow Transfer Confirmation: details will be under the `inbound_fednow_transfer_confirmation` object.
3986
- INBOUND_FEDNOW_TRANSFER_CONFIRMATION: :inbound_fednow_transfer_confirmation
3987
-
3988
- # Inbound Real-Time Payments Transfer Confirmation: details will be under the `inbound_real_time_payments_transfer_confirmation` object.
3989
- INBOUND_REAL_TIME_PAYMENTS_TRANSFER_CONFIRMATION: :inbound_real_time_payments_transfer_confirmation
3990
-
3991
- # Inbound Wire Reversal: details will be under the `inbound_wire_reversal` object.
3992
- INBOUND_WIRE_REVERSAL: :inbound_wire_reversal
3993
-
3994
- # Inbound Wire Transfer Intention: details will be under the `inbound_wire_transfer` object.
3995
- INBOUND_WIRE_TRANSFER: :inbound_wire_transfer
3996
-
3997
- # Inbound Wire Transfer Reversal Intention: details will be under the `inbound_wire_transfer_reversal` object.
3998
- INBOUND_WIRE_TRANSFER_REVERSAL: :inbound_wire_transfer_reversal
3999
-
4000
- # Interest Payment: details will be under the `interest_payment` object.
4001
- INTEREST_PAYMENT: :interest_payment
4002
-
4003
- # Internal Source: details will be under the `internal_source` object.
4004
- INTERNAL_SOURCE: :internal_source
4005
-
4006
- # Real-Time Payments Transfer Acknowledgement: details will be under the `real_time_payments_transfer_acknowledgement` object.
4007
- REAL_TIME_PAYMENTS_TRANSFER_ACKNOWLEDGEMENT: :real_time_payments_transfer_acknowledgement
4008
-
4009
- # Sample Funds: details will be under the `sample_funds` object.
4010
- SAMPLE_FUNDS: :sample_funds
4011
-
4012
- # Wire Transfer Intention: details will be under the `wire_transfer_intention` object.
4013
- WIRE_TRANSFER_INTENTION: :wire_transfer_intention
4014
-
4015
- # Swift Transfer Intention: details will be under the `swift_transfer_intention` object.
4016
- SWIFT_TRANSFER_INTENTION: :swift_transfer_intention
4017
-
4018
- # Swift Transfer Return: details will be under the `swift_transfer_return` object.
4019
- SWIFT_TRANSFER_RETURN: :swift_transfer_return
4020
-
4021
- # Card Push Transfer Acceptance: details will be under the `card_push_transfer_acceptance` object.
4022
- CARD_PUSH_TRANSFER_ACCEPTANCE: :card_push_transfer_acceptance
4023
-
4024
- # Account Revenue Payment: details will be under the `account_revenue_payment` object.
4025
- ACCOUNT_REVENUE_PAYMENT: :account_revenue_payment
4026
-
4027
- # Blockchain On-Ramp Transfer Intention: details will be under the `blockchain_onramp_transfer_intention` object.
4028
- BLOCKCHAIN_ONRAMP_TRANSFER_INTENTION: :blockchain_onramp_transfer_intention
4029
-
4030
- # Blockchain Off-Ramp Transfer Settlement: details will be under the `blockchain_offramp_transfer_settlement` object.
4031
- BLOCKCHAIN_OFFRAMP_TRANSFER_SETTLEMENT: :blockchain_offramp_transfer_settlement
4032
-
4033
- # The Transaction was made for an undocumented or deprecated reason.
4034
- OTHER: :other
4035
-
4036
- def self?.values: -> ::Array[Increase::Models::Transaction::Source::category]
4037
- end
4038
-
4039
4039
  type check_deposit_acceptance =
4040
4040
  {
4041
4041
  account_number: String,
@@ -157,45 +157,35 @@ module Increase
157
157
 
158
158
  type created_by =
159
159
  {
160
- api_key: Increase::WireTransfer::CreatedBy::APIKey?,
161
160
  category: Increase::Models::WireTransfer::CreatedBy::category,
161
+ api_key: Increase::WireTransfer::CreatedBy::APIKey?,
162
162
  oauth_application: Increase::WireTransfer::CreatedBy::OAuthApplication?,
163
163
  user: Increase::WireTransfer::CreatedBy::User?
164
164
  }
165
165
 
166
166
  class CreatedBy < Increase::Internal::Type::BaseModel
167
- attr_accessor api_key: Increase::WireTransfer::CreatedBy::APIKey?
168
-
169
167
  attr_accessor category: Increase::Models::WireTransfer::CreatedBy::category
170
168
 
169
+ attr_accessor api_key: Increase::WireTransfer::CreatedBy::APIKey?
170
+
171
171
  attr_accessor oauth_application: Increase::WireTransfer::CreatedBy::OAuthApplication?
172
172
 
173
173
  attr_accessor user: Increase::WireTransfer::CreatedBy::User?
174
174
 
175
175
  def initialize: (
176
- api_key: Increase::WireTransfer::CreatedBy::APIKey?,
177
176
  category: Increase::Models::WireTransfer::CreatedBy::category,
178
- oauth_application: Increase::WireTransfer::CreatedBy::OAuthApplication?,
179
- user: Increase::WireTransfer::CreatedBy::User?
177
+ ?api_key: Increase::WireTransfer::CreatedBy::APIKey?,
178
+ ?oauth_application: Increase::WireTransfer::CreatedBy::OAuthApplication?,
179
+ ?user: Increase::WireTransfer::CreatedBy::User?
180
180
  ) -> void
181
181
 
182
182
  def to_hash: -> {
183
- api_key: Increase::WireTransfer::CreatedBy::APIKey?,
184
183
  category: Increase::Models::WireTransfer::CreatedBy::category,
184
+ api_key: Increase::WireTransfer::CreatedBy::APIKey?,
185
185
  oauth_application: Increase::WireTransfer::CreatedBy::OAuthApplication?,
186
186
  user: Increase::WireTransfer::CreatedBy::User?
187
187
  }
188
188
 
189
- type api_key = { description: String? }
190
-
191
- class APIKey < Increase::Internal::Type::BaseModel
192
- attr_accessor description: String?
193
-
194
- def initialize: (description: String?) -> void
195
-
196
- def to_hash: -> { description: String? }
197
- end
198
-
199
189
  type category = :api_key | :oauth_application | :user
200
190
 
201
191
  module Category
@@ -213,6 +203,16 @@ module Increase
213
203
  def self?.values: -> ::Array[Increase::Models::WireTransfer::CreatedBy::category]
214
204
  end
215
205
 
206
+ type api_key = { description: String? }
207
+
208
+ class APIKey < Increase::Internal::Type::BaseModel
209
+ attr_accessor description: String?
210
+
211
+ def initialize: (description: String?) -> void
212
+
213
+ def to_hash: -> { description: String? }
214
+ end
215
+
216
216
  type oauth_application = { name: String }
217
217
 
218
218
  class OAuthApplication < Increase::Internal::Type::BaseModel
@@ -389,8 +389,8 @@ module Increase
389
389
 
390
390
  def initialize: (
391
391
  category: Increase::Models::WireTransfer::Remittance::category,
392
- tax: Increase::WireTransfer::Remittance::Tax?,
393
- unstructured: Increase::WireTransfer::Remittance::Unstructured?
392
+ ?tax: Increase::WireTransfer::Remittance::Tax?,
393
+ ?unstructured: Increase::WireTransfer::Remittance::Unstructured?
394
394
  ) -> void
395
395
 
396
396
  def to_hash: -> {
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.203.0
4
+ version: 1.204.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-06 00:00:00.000000000 Z
11
+ date: 2026-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi