lithic 0.1.0.pre.alpha.53 → 0.1.0.pre.alpha.55
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 +34 -0
- data/README.md +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +6 -2
- data/lib/lithic/models/account_activity_list_response.rb +1 -0
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +1 -0
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +2 -2
- data/lib/lithic/models/account_holder_update_response.rb +4 -4
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +252 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +38 -284
- data/lib/lithic/models/auth_rules/v2_create_response.rb +8 -508
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +4 -250
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +8 -508
- data/lib/lithic/models/auth_rules/v2_list_response.rb +8 -508
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +8 -508
- data/lib/lithic/models/auth_rules/v2_retrieve_features_response.rb +4 -11
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +8 -508
- data/lib/lithic/models/auth_rules/v2_update_response.rb +8 -508
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +4 -7
- data/lib/lithic/models/auth_rules/velocity_limit_period.rb +154 -0
- data/lib/lithic/models/book_transfer_response.rb +5 -5
- data/lib/lithic/models/dispute.rb +510 -242
- data/lib/lithic/models/dispute_create_response.rb +326 -0
- data/lib/lithic/models/dispute_delete_response.rb +326 -0
- data/lib/lithic/models/dispute_list_response.rb +326 -0
- data/lib/lithic/models/dispute_retrieve_response.rb +326 -0
- data/lib/lithic/models/dispute_update_response.rb +326 -0
- data/lib/lithic/models/event.rb +213 -69
- data/lib/lithic/models/event_list_params.rb +112 -6
- data/lib/lithic/models/event_subscription.rb +112 -6
- data/lib/lithic/models/events/subscription_create_params.rb +112 -6
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +12 -6
- data/lib/lithic/models/events/subscription_update_params.rb +112 -6
- data/lib/lithic/models/financial_account.rb +1 -65
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +1 -64
- data/lib/lithic/models/financial_accounts/loan_tape.rb +99 -3
- data/lib/lithic/models/financial_accounts/statement.rb +66 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/payment.rb +29 -18
- data/lib/lithic/models/payment_simulate_action_params.rb +17 -1
- data/lib/lithic/models/tokenization.rb +189 -23
- data/lib/lithic/models/transaction.rb +12 -116
- data/lib/lithic/models/transactions/events/enhanced_data.rb +9 -9
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +3 -5
- data/lib/lithic/resources/auth_rules/v2.rb +13 -56
- data/lib/lithic/resources/disputes.rb +10 -10
- data/lib/lithic/resources/payments.rb +5 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +8 -3
- data/manifest.yaml +1 -0
- data/rbi/lithic/internal/transport/base_client.rbi +5 -0
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +6 -2
- data/rbi/lithic/internal/type/base_model.rbi +8 -4
- data/rbi/lithic/models/account_activity_list_response.rbi +5 -0
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +5 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +3 -6
- data/rbi/lithic/models/account_holder_update_response.rbi +6 -12
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +577 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +85 -679
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +4 -1146
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +4 -575
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +4 -1146
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +4 -1146
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +4 -1146
- data/rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi +9 -22
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +4 -1146
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +4 -1146
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +17 -29
- data/rbi/lithic/models/auth_rules/velocity_limit_period.rbi +223 -0
- data/rbi/lithic/models/book_transfer_response.rbi +14 -11
- data/rbi/lithic/models/dispute.rbi +942 -395
- data/rbi/lithic/models/dispute_create_response.rbi +599 -0
- data/rbi/lithic/models/dispute_delete_response.rbi +599 -0
- data/rbi/lithic/models/dispute_list_response.rbi +582 -0
- data/rbi/lithic/models/dispute_retrieve_response.rbi +601 -0
- data/rbi/lithic/models/dispute_update_response.rbi +599 -0
- data/rbi/lithic/models/event.rbi +348 -111
- data/rbi/lithic/models/event_list_params.rbi +155 -25
- data/rbi/lithic/models/event_subscription.rbi +155 -25
- data/rbi/lithic/models/events/subscription_create_params.rbi +155 -25
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +55 -25
- data/rbi/lithic/models/events/subscription_update_params.rbi +155 -25
- data/rbi/lithic/models/financial_account.rbi +3 -132
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +3 -136
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +132 -9
- data/rbi/lithic/models/financial_accounts/statement.rbi +88 -6
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/lithic/models/financial_transaction.rbi +5 -0
- data/rbi/lithic/models/payment.rbi +52 -28
- data/rbi/lithic/models/payment_simulate_action_params.rbi +22 -0
- data/rbi/lithic/models/tokenization.rbi +429 -34
- data/rbi/lithic/models/transaction.rbi +22 -246
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +12 -12
- data/rbi/lithic/models/transfer.rbi +5 -0
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +0 -3
- data/rbi/lithic/resources/auth_rules/v2.rbi +24 -72
- data/rbi/lithic/resources/disputes.rbi +7 -5
- data/rbi/lithic/resources/payments.rbi +6 -0
- data/sig/lithic/internal/transport/base_client.rbs +2 -0
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +4 -1
- data/sig/lithic/models/account_activity_list_response.rbs +2 -0
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +2 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +4 -6
- data/sig/lithic/models/account_holder_update_response.rbs +8 -12
- data/sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs +163 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +22 -188
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +2 -318
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +1 -159
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +2 -318
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +2 -318
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +2 -318
- data/sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs +4 -4
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +2 -318
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +2 -318
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +4 -4
- data/sig/lithic/models/auth_rules/velocity_limit_period.rbs +91 -0
- data/sig/lithic/models/book_transfer_response.rbs +7 -7
- data/sig/lithic/models/dispute.rbs +417 -157
- data/sig/lithic/models/dispute_create_response.rbs +210 -0
- data/sig/lithic/models/dispute_delete_response.rbs +210 -0
- data/sig/lithic/models/dispute_list_response.rbs +210 -0
- data/sig/lithic/models/dispute_retrieve_response.rbs +210 -0
- data/sig/lithic/models/dispute_update_response.rbs +210 -0
- data/sig/lithic/models/event.rbs +25 -13
- data/sig/lithic/models/event_list_params.rbs +25 -13
- data/sig/lithic/models/event_subscription.rbs +25 -13
- data/sig/lithic/models/events/subscription_create_params.rbs +25 -13
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +25 -13
- data/sig/lithic/models/events/subscription_update_params.rbs +25 -13
- data/sig/lithic/models/financial_account.rbs +3 -45
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +3 -49
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +87 -9
- data/sig/lithic/models/financial_accounts/statement.rbs +58 -6
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/payment.rbs +16 -12
- data/sig/lithic/models/payment_simulate_action_params.rbs +14 -0
- data/sig/lithic/models/tokenization.rbs +160 -13
- data/sig/lithic/models/transaction.rbs +13 -94
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +15 -15
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +2 -12
- data/sig/lithic/resources/disputes.rbs +5 -5
- data/sig/lithic/resources/payments.rbs +2 -0
- metadata +23 -11
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +0 -56
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +0 -766
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +0 -248
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +0 -86
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +0 -1638
- data/rbi/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +0 -557
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +0 -54
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +0 -509
- data/sig/lithic/models/auth_rules/velocity_limit_params_period_window.rbs +0 -223
|
@@ -370,10 +370,14 @@ module Lithic
|
|
|
370
370
|
balance_transfers: Integer,
|
|
371
371
|
cash_advances: Integer,
|
|
372
372
|
credits: Integer,
|
|
373
|
+
debits: Integer,
|
|
373
374
|
fees: Integer,
|
|
374
375
|
interest: Integer,
|
|
375
376
|
payments: Integer,
|
|
376
|
-
purchases: Integer
|
|
377
|
+
purchases: Integer,
|
|
378
|
+
credit_details: top,
|
|
379
|
+
debit_details: top,
|
|
380
|
+
payment_details: top
|
|
377
381
|
}
|
|
378
382
|
|
|
379
383
|
class DayTotals < Lithic::Internal::Type::BaseModel
|
|
@@ -383,6 +387,8 @@ module Lithic
|
|
|
383
387
|
|
|
384
388
|
attr_accessor credits: Integer
|
|
385
389
|
|
|
390
|
+
attr_accessor debits: Integer
|
|
391
|
+
|
|
386
392
|
attr_accessor fees: Integer
|
|
387
393
|
|
|
388
394
|
attr_accessor interest: Integer
|
|
@@ -391,24 +397,44 @@ module Lithic
|
|
|
391
397
|
|
|
392
398
|
attr_accessor purchases: Integer
|
|
393
399
|
|
|
400
|
+
attr_reader credit_details: top?
|
|
401
|
+
|
|
402
|
+
def credit_details=: (top) -> top
|
|
403
|
+
|
|
404
|
+
attr_reader debit_details: top?
|
|
405
|
+
|
|
406
|
+
def debit_details=: (top) -> top
|
|
407
|
+
|
|
408
|
+
attr_reader payment_details: top?
|
|
409
|
+
|
|
410
|
+
def payment_details=: (top) -> top
|
|
411
|
+
|
|
394
412
|
def initialize: (
|
|
395
413
|
balance_transfers: Integer,
|
|
396
414
|
cash_advances: Integer,
|
|
397
415
|
credits: Integer,
|
|
416
|
+
debits: Integer,
|
|
398
417
|
fees: Integer,
|
|
399
418
|
interest: Integer,
|
|
400
419
|
payments: Integer,
|
|
401
|
-
purchases: Integer
|
|
420
|
+
purchases: Integer,
|
|
421
|
+
?credit_details: top,
|
|
422
|
+
?debit_details: top,
|
|
423
|
+
?payment_details: top
|
|
402
424
|
) -> void
|
|
403
425
|
|
|
404
426
|
def to_hash: -> {
|
|
405
427
|
balance_transfers: Integer,
|
|
406
428
|
cash_advances: Integer,
|
|
407
429
|
credits: Integer,
|
|
430
|
+
debits: Integer,
|
|
408
431
|
fees: Integer,
|
|
409
432
|
interest: Integer,
|
|
410
433
|
payments: Integer,
|
|
411
|
-
purchases: Integer
|
|
434
|
+
purchases: Integer,
|
|
435
|
+
credit_details: top,
|
|
436
|
+
debit_details: top,
|
|
437
|
+
payment_details: top
|
|
412
438
|
}
|
|
413
439
|
end
|
|
414
440
|
|
|
@@ -591,10 +617,14 @@ module Lithic
|
|
|
591
617
|
balance_transfers: Integer,
|
|
592
618
|
cash_advances: Integer,
|
|
593
619
|
credits: Integer,
|
|
620
|
+
debits: Integer,
|
|
594
621
|
fees: Integer,
|
|
595
622
|
interest: Integer,
|
|
596
623
|
payments: Integer,
|
|
597
|
-
purchases: Integer
|
|
624
|
+
purchases: Integer,
|
|
625
|
+
credit_details: top,
|
|
626
|
+
debit_details: top,
|
|
627
|
+
payment_details: top
|
|
598
628
|
}
|
|
599
629
|
|
|
600
630
|
class PeriodTotals < Lithic::Internal::Type::BaseModel
|
|
@@ -604,6 +634,8 @@ module Lithic
|
|
|
604
634
|
|
|
605
635
|
attr_accessor credits: Integer
|
|
606
636
|
|
|
637
|
+
attr_accessor debits: Integer
|
|
638
|
+
|
|
607
639
|
attr_accessor fees: Integer
|
|
608
640
|
|
|
609
641
|
attr_accessor interest: Integer
|
|
@@ -612,24 +644,44 @@ module Lithic
|
|
|
612
644
|
|
|
613
645
|
attr_accessor purchases: Integer
|
|
614
646
|
|
|
647
|
+
attr_reader credit_details: top?
|
|
648
|
+
|
|
649
|
+
def credit_details=: (top) -> top
|
|
650
|
+
|
|
651
|
+
attr_reader debit_details: top?
|
|
652
|
+
|
|
653
|
+
def debit_details=: (top) -> top
|
|
654
|
+
|
|
655
|
+
attr_reader payment_details: top?
|
|
656
|
+
|
|
657
|
+
def payment_details=: (top) -> top
|
|
658
|
+
|
|
615
659
|
def initialize: (
|
|
616
660
|
balance_transfers: Integer,
|
|
617
661
|
cash_advances: Integer,
|
|
618
662
|
credits: Integer,
|
|
663
|
+
debits: Integer,
|
|
619
664
|
fees: Integer,
|
|
620
665
|
interest: Integer,
|
|
621
666
|
payments: Integer,
|
|
622
|
-
purchases: Integer
|
|
667
|
+
purchases: Integer,
|
|
668
|
+
?credit_details: top,
|
|
669
|
+
?debit_details: top,
|
|
670
|
+
?payment_details: top
|
|
623
671
|
) -> void
|
|
624
672
|
|
|
625
673
|
def to_hash: -> {
|
|
626
674
|
balance_transfers: Integer,
|
|
627
675
|
cash_advances: Integer,
|
|
628
676
|
credits: Integer,
|
|
677
|
+
debits: Integer,
|
|
629
678
|
fees: Integer,
|
|
630
679
|
interest: Integer,
|
|
631
680
|
payments: Integer,
|
|
632
|
-
purchases: Integer
|
|
681
|
+
purchases: Integer,
|
|
682
|
+
credit_details: top,
|
|
683
|
+
debit_details: top,
|
|
684
|
+
payment_details: top
|
|
633
685
|
}
|
|
634
686
|
end
|
|
635
687
|
|
|
@@ -651,10 +703,14 @@ module Lithic
|
|
|
651
703
|
balance_transfers: Integer,
|
|
652
704
|
cash_advances: Integer,
|
|
653
705
|
credits: Integer,
|
|
706
|
+
debits: Integer,
|
|
654
707
|
fees: Integer,
|
|
655
708
|
interest: Integer,
|
|
656
709
|
payments: Integer,
|
|
657
|
-
purchases: Integer
|
|
710
|
+
purchases: Integer,
|
|
711
|
+
credit_details: top,
|
|
712
|
+
debit_details: top,
|
|
713
|
+
payment_details: top
|
|
658
714
|
}
|
|
659
715
|
|
|
660
716
|
class YtdTotals < Lithic::Internal::Type::BaseModel
|
|
@@ -664,6 +720,8 @@ module Lithic
|
|
|
664
720
|
|
|
665
721
|
attr_accessor credits: Integer
|
|
666
722
|
|
|
723
|
+
attr_accessor debits: Integer
|
|
724
|
+
|
|
667
725
|
attr_accessor fees: Integer
|
|
668
726
|
|
|
669
727
|
attr_accessor interest: Integer
|
|
@@ -672,24 +730,44 @@ module Lithic
|
|
|
672
730
|
|
|
673
731
|
attr_accessor purchases: Integer
|
|
674
732
|
|
|
733
|
+
attr_reader credit_details: top?
|
|
734
|
+
|
|
735
|
+
def credit_details=: (top) -> top
|
|
736
|
+
|
|
737
|
+
attr_reader debit_details: top?
|
|
738
|
+
|
|
739
|
+
def debit_details=: (top) -> top
|
|
740
|
+
|
|
741
|
+
attr_reader payment_details: top?
|
|
742
|
+
|
|
743
|
+
def payment_details=: (top) -> top
|
|
744
|
+
|
|
675
745
|
def initialize: (
|
|
676
746
|
balance_transfers: Integer,
|
|
677
747
|
cash_advances: Integer,
|
|
678
748
|
credits: Integer,
|
|
749
|
+
debits: Integer,
|
|
679
750
|
fees: Integer,
|
|
680
751
|
interest: Integer,
|
|
681
752
|
payments: Integer,
|
|
682
|
-
purchases: Integer
|
|
753
|
+
purchases: Integer,
|
|
754
|
+
?credit_details: top,
|
|
755
|
+
?debit_details: top,
|
|
756
|
+
?payment_details: top
|
|
683
757
|
) -> void
|
|
684
758
|
|
|
685
759
|
def to_hash: -> {
|
|
686
760
|
balance_transfers: Integer,
|
|
687
761
|
cash_advances: Integer,
|
|
688
762
|
credits: Integer,
|
|
763
|
+
debits: Integer,
|
|
689
764
|
fees: Integer,
|
|
690
765
|
interest: Integer,
|
|
691
766
|
payments: Integer,
|
|
692
|
-
purchases: Integer
|
|
767
|
+
purchases: Integer,
|
|
768
|
+
credit_details: top,
|
|
769
|
+
debit_details: top,
|
|
770
|
+
payment_details: top
|
|
693
771
|
}
|
|
694
772
|
end
|
|
695
773
|
end
|
|
@@ -256,10 +256,14 @@ module Lithic
|
|
|
256
256
|
balance_transfers: Integer,
|
|
257
257
|
cash_advances: Integer,
|
|
258
258
|
credits: Integer,
|
|
259
|
+
debits: Integer,
|
|
259
260
|
fees: Integer,
|
|
260
261
|
interest: Integer,
|
|
261
262
|
payments: Integer,
|
|
262
|
-
purchases: Integer
|
|
263
|
+
purchases: Integer,
|
|
264
|
+
credit_details: top,
|
|
265
|
+
debit_details: top,
|
|
266
|
+
payment_details: top
|
|
263
267
|
}
|
|
264
268
|
|
|
265
269
|
class PeriodTotals < Lithic::Internal::Type::BaseModel
|
|
@@ -269,6 +273,8 @@ module Lithic
|
|
|
269
273
|
|
|
270
274
|
attr_accessor credits: Integer
|
|
271
275
|
|
|
276
|
+
attr_accessor debits: Integer
|
|
277
|
+
|
|
272
278
|
attr_accessor fees: Integer
|
|
273
279
|
|
|
274
280
|
attr_accessor interest: Integer
|
|
@@ -277,24 +283,44 @@ module Lithic
|
|
|
277
283
|
|
|
278
284
|
attr_accessor purchases: Integer
|
|
279
285
|
|
|
286
|
+
attr_reader credit_details: top?
|
|
287
|
+
|
|
288
|
+
def credit_details=: (top) -> top
|
|
289
|
+
|
|
290
|
+
attr_reader debit_details: top?
|
|
291
|
+
|
|
292
|
+
def debit_details=: (top) -> top
|
|
293
|
+
|
|
294
|
+
attr_reader payment_details: top?
|
|
295
|
+
|
|
296
|
+
def payment_details=: (top) -> top
|
|
297
|
+
|
|
280
298
|
def initialize: (
|
|
281
299
|
balance_transfers: Integer,
|
|
282
300
|
cash_advances: Integer,
|
|
283
301
|
credits: Integer,
|
|
302
|
+
debits: Integer,
|
|
284
303
|
fees: Integer,
|
|
285
304
|
interest: Integer,
|
|
286
305
|
payments: Integer,
|
|
287
|
-
purchases: Integer
|
|
306
|
+
purchases: Integer,
|
|
307
|
+
?credit_details: top,
|
|
308
|
+
?debit_details: top,
|
|
309
|
+
?payment_details: top
|
|
288
310
|
) -> void
|
|
289
311
|
|
|
290
312
|
def to_hash: -> {
|
|
291
313
|
balance_transfers: Integer,
|
|
292
314
|
cash_advances: Integer,
|
|
293
315
|
credits: Integer,
|
|
316
|
+
debits: Integer,
|
|
294
317
|
fees: Integer,
|
|
295
318
|
interest: Integer,
|
|
296
319
|
payments: Integer,
|
|
297
|
-
purchases: Integer
|
|
320
|
+
purchases: Integer,
|
|
321
|
+
credit_details: top,
|
|
322
|
+
debit_details: top,
|
|
323
|
+
payment_details: top
|
|
298
324
|
}
|
|
299
325
|
end
|
|
300
326
|
|
|
@@ -315,10 +341,14 @@ module Lithic
|
|
|
315
341
|
balance_transfers: Integer,
|
|
316
342
|
cash_advances: Integer,
|
|
317
343
|
credits: Integer,
|
|
344
|
+
debits: Integer,
|
|
318
345
|
fees: Integer,
|
|
319
346
|
interest: Integer,
|
|
320
347
|
payments: Integer,
|
|
321
|
-
purchases: Integer
|
|
348
|
+
purchases: Integer,
|
|
349
|
+
credit_details: top,
|
|
350
|
+
debit_details: top,
|
|
351
|
+
payment_details: top
|
|
322
352
|
}
|
|
323
353
|
|
|
324
354
|
class YtdTotals < Lithic::Internal::Type::BaseModel
|
|
@@ -328,6 +358,8 @@ module Lithic
|
|
|
328
358
|
|
|
329
359
|
attr_accessor credits: Integer
|
|
330
360
|
|
|
361
|
+
attr_accessor debits: Integer
|
|
362
|
+
|
|
331
363
|
attr_accessor fees: Integer
|
|
332
364
|
|
|
333
365
|
attr_accessor interest: Integer
|
|
@@ -336,24 +368,44 @@ module Lithic
|
|
|
336
368
|
|
|
337
369
|
attr_accessor purchases: Integer
|
|
338
370
|
|
|
371
|
+
attr_reader credit_details: top?
|
|
372
|
+
|
|
373
|
+
def credit_details=: (top) -> top
|
|
374
|
+
|
|
375
|
+
attr_reader debit_details: top?
|
|
376
|
+
|
|
377
|
+
def debit_details=: (top) -> top
|
|
378
|
+
|
|
379
|
+
attr_reader payment_details: top?
|
|
380
|
+
|
|
381
|
+
def payment_details=: (top) -> top
|
|
382
|
+
|
|
339
383
|
def initialize: (
|
|
340
384
|
balance_transfers: Integer,
|
|
341
385
|
cash_advances: Integer,
|
|
342
386
|
credits: Integer,
|
|
387
|
+
debits: Integer,
|
|
343
388
|
fees: Integer,
|
|
344
389
|
interest: Integer,
|
|
345
390
|
payments: Integer,
|
|
346
|
-
purchases: Integer
|
|
391
|
+
purchases: Integer,
|
|
392
|
+
?credit_details: top,
|
|
393
|
+
?debit_details: top,
|
|
394
|
+
?payment_details: top
|
|
347
395
|
) -> void
|
|
348
396
|
|
|
349
397
|
def to_hash: -> {
|
|
350
398
|
balance_transfers: Integer,
|
|
351
399
|
cash_advances: Integer,
|
|
352
400
|
credits: Integer,
|
|
401
|
+
debits: Integer,
|
|
353
402
|
fees: Integer,
|
|
354
403
|
interest: Integer,
|
|
355
404
|
payments: Integer,
|
|
356
|
-
purchases: Integer
|
|
405
|
+
purchases: Integer,
|
|
406
|
+
credit_details: top,
|
|
407
|
+
debit_details: top,
|
|
408
|
+
payment_details: top
|
|
357
409
|
}
|
|
358
410
|
end
|
|
359
411
|
|
|
@@ -154,6 +154,7 @@ module Lithic
|
|
|
154
154
|
| :ACH_ORIGINATION_REVIEWED
|
|
155
155
|
| :ACH_ORIGINATION_SETTLED
|
|
156
156
|
| :ACH_RECEIPT_PROCESSED
|
|
157
|
+
| :ACH_RECEIPT_RELEASED
|
|
157
158
|
| :ACH_RECEIPT_SETTLED
|
|
158
159
|
| :ACH_RETURN_INITIATED
|
|
159
160
|
| :ACH_RETURN_PROCESSED
|
|
@@ -228,6 +229,7 @@ module Lithic
|
|
|
228
229
|
ACH_ORIGINATION_REVIEWED: :ACH_ORIGINATION_REVIEWED
|
|
229
230
|
ACH_ORIGINATION_SETTLED: :ACH_ORIGINATION_SETTLED
|
|
230
231
|
ACH_RECEIPT_PROCESSED: :ACH_RECEIPT_PROCESSED
|
|
232
|
+
ACH_RECEIPT_RELEASED: :ACH_RECEIPT_RELEASED
|
|
231
233
|
ACH_RECEIPT_SETTLED: :ACH_RECEIPT_SETTLED
|
|
232
234
|
ACH_RETURN_INITIATED: :ACH_RETURN_INITIATED
|
|
233
235
|
ACH_RETURN_PROCESSED: :ACH_RETURN_PROCESSED
|
|
@@ -149,6 +149,7 @@ module Lithic
|
|
|
149
149
|
| :ACH_ORIGINATION_REVIEWED
|
|
150
150
|
| :ACH_ORIGINATION_SETTLED
|
|
151
151
|
| :ACH_RECEIPT_PROCESSED
|
|
152
|
+
| :ACH_RECEIPT_RELEASED
|
|
152
153
|
| :ACH_RECEIPT_SETTLED
|
|
153
154
|
| :ACH_RETURN_INITIATED
|
|
154
155
|
| :ACH_RETURN_PROCESSED
|
|
@@ -223,6 +224,7 @@ module Lithic
|
|
|
223
224
|
ACH_ORIGINATION_REVIEWED: :ACH_ORIGINATION_REVIEWED
|
|
224
225
|
ACH_ORIGINATION_SETTLED: :ACH_ORIGINATION_SETTLED
|
|
225
226
|
ACH_RECEIPT_PROCESSED: :ACH_RECEIPT_PROCESSED
|
|
227
|
+
ACH_RECEIPT_RELEASED: :ACH_RECEIPT_RELEASED
|
|
226
228
|
ACH_RECEIPT_SETTLED: :ACH_RECEIPT_SETTLED
|
|
227
229
|
ACH_RETURN_INITIATED: :ACH_RETURN_INITIATED
|
|
228
230
|
ACH_RETURN_PROCESSED: :ACH_RETURN_PROCESSED
|
|
@@ -243,13 +243,16 @@ module Lithic
|
|
|
243
243
|
:ACH_ORIGINATION_CANCELLED
|
|
244
244
|
| :ACH_ORIGINATION_INITIATED
|
|
245
245
|
| :ACH_ORIGINATION_PROCESSED
|
|
246
|
-
| :
|
|
246
|
+
| :ACH_ORIGINATION_REJECTED
|
|
247
247
|
| :ACH_ORIGINATION_RELEASED
|
|
248
248
|
| :ACH_ORIGINATION_REVIEWED
|
|
249
|
+
| :ACH_ORIGINATION_SETTLED
|
|
249
250
|
| :ACH_RECEIPT_PROCESSED
|
|
251
|
+
| :ACH_RECEIPT_RELEASED
|
|
250
252
|
| :ACH_RECEIPT_SETTLED
|
|
251
253
|
| :ACH_RETURN_INITIATED
|
|
252
254
|
| :ACH_RETURN_PROCESSED
|
|
255
|
+
| :ACH_RETURN_REJECTED
|
|
253
256
|
| :ACH_RETURN_SETTLED
|
|
254
257
|
|
|
255
258
|
module Type
|
|
@@ -258,13 +261,16 @@ module Lithic
|
|
|
258
261
|
ACH_ORIGINATION_CANCELLED: :ACH_ORIGINATION_CANCELLED
|
|
259
262
|
ACH_ORIGINATION_INITIATED: :ACH_ORIGINATION_INITIATED
|
|
260
263
|
ACH_ORIGINATION_PROCESSED: :ACH_ORIGINATION_PROCESSED
|
|
261
|
-
|
|
264
|
+
ACH_ORIGINATION_REJECTED: :ACH_ORIGINATION_REJECTED
|
|
262
265
|
ACH_ORIGINATION_RELEASED: :ACH_ORIGINATION_RELEASED
|
|
263
266
|
ACH_ORIGINATION_REVIEWED: :ACH_ORIGINATION_REVIEWED
|
|
267
|
+
ACH_ORIGINATION_SETTLED: :ACH_ORIGINATION_SETTLED
|
|
264
268
|
ACH_RECEIPT_PROCESSED: :ACH_RECEIPT_PROCESSED
|
|
269
|
+
ACH_RECEIPT_RELEASED: :ACH_RECEIPT_RELEASED
|
|
265
270
|
ACH_RECEIPT_SETTLED: :ACH_RECEIPT_SETTLED
|
|
266
271
|
ACH_RETURN_INITIATED: :ACH_RETURN_INITIATED
|
|
267
272
|
ACH_RETURN_PROCESSED: :ACH_RETURN_PROCESSED
|
|
273
|
+
ACH_RETURN_REJECTED: :ACH_RETURN_REJECTED
|
|
268
274
|
ACH_RETURN_SETTLED: :ACH_RETURN_SETTLED
|
|
269
275
|
|
|
270
276
|
def self?.values: -> ::Array[Lithic::Models::Payment::Event::type_]
|
|
@@ -377,15 +383,17 @@ module Lithic
|
|
|
377
383
|
|
|
378
384
|
type wire_method_attributes =
|
|
379
385
|
{
|
|
386
|
+
wire_message_type: String?,
|
|
380
387
|
wire_network: Lithic::Models::Payment::MethodAttributes::WireMethodAttributes::wire_network,
|
|
381
388
|
creditor: Lithic::WirePartyDetails,
|
|
382
389
|
debtor: Lithic::WirePartyDetails,
|
|
383
390
|
message_id: String?,
|
|
384
|
-
remittance_information: String
|
|
385
|
-
wire_message_type: String
|
|
391
|
+
remittance_information: String?
|
|
386
392
|
}
|
|
387
393
|
|
|
388
394
|
class WireMethodAttributes < Lithic::Internal::Type::BaseModel
|
|
395
|
+
attr_accessor wire_message_type: String?
|
|
396
|
+
|
|
389
397
|
attr_accessor wire_network: Lithic::Models::Payment::MethodAttributes::WireMethodAttributes::wire_network
|
|
390
398
|
|
|
391
399
|
attr_reader creditor: Lithic::WirePartyDetails?
|
|
@@ -400,26 +408,22 @@ module Lithic
|
|
|
400
408
|
|
|
401
409
|
attr_accessor remittance_information: String?
|
|
402
410
|
|
|
403
|
-
attr_reader wire_message_type: String?
|
|
404
|
-
|
|
405
|
-
def wire_message_type=: (String) -> String
|
|
406
|
-
|
|
407
411
|
def initialize: (
|
|
412
|
+
wire_message_type: String?,
|
|
408
413
|
wire_network: Lithic::Models::Payment::MethodAttributes::WireMethodAttributes::wire_network,
|
|
409
414
|
?creditor: Lithic::WirePartyDetails,
|
|
410
415
|
?debtor: Lithic::WirePartyDetails,
|
|
411
416
|
?message_id: String?,
|
|
412
|
-
?remittance_information: String
|
|
413
|
-
?wire_message_type: String
|
|
417
|
+
?remittance_information: String?
|
|
414
418
|
) -> void
|
|
415
419
|
|
|
416
420
|
def to_hash: -> {
|
|
421
|
+
wire_message_type: String?,
|
|
417
422
|
wire_network: Lithic::Models::Payment::MethodAttributes::WireMethodAttributes::wire_network,
|
|
418
423
|
creditor: Lithic::WirePartyDetails,
|
|
419
424
|
debtor: Lithic::WirePartyDetails,
|
|
420
425
|
message_id: String?,
|
|
421
|
-
remittance_information: String
|
|
422
|
-
wire_message_type: String
|
|
426
|
+
remittance_information: String?
|
|
423
427
|
}
|
|
424
428
|
|
|
425
429
|
type wire_network = :FEDWIRE | :SWIFT
|
|
@@ -3,7 +3,9 @@ module Lithic
|
|
|
3
3
|
type payment_simulate_action_params =
|
|
4
4
|
{
|
|
5
5
|
event_type: Lithic::Models::PaymentSimulateActionParams::event_type,
|
|
6
|
+
date_of_death: Date,
|
|
6
7
|
decline_reason: Lithic::Models::PaymentSimulateActionParams::decline_reason,
|
|
8
|
+
return_addenda: String,
|
|
7
9
|
return_reason_code: String
|
|
8
10
|
}
|
|
9
11
|
& Lithic::Internal::Type::request_parameters
|
|
@@ -14,26 +16,38 @@ module Lithic
|
|
|
14
16
|
|
|
15
17
|
attr_accessor event_type: Lithic::Models::PaymentSimulateActionParams::event_type
|
|
16
18
|
|
|
19
|
+
attr_reader date_of_death: Date?
|
|
20
|
+
|
|
21
|
+
def date_of_death=: (Date) -> Date
|
|
22
|
+
|
|
17
23
|
attr_reader decline_reason: Lithic::Models::PaymentSimulateActionParams::decline_reason?
|
|
18
24
|
|
|
19
25
|
def decline_reason=: (
|
|
20
26
|
Lithic::Models::PaymentSimulateActionParams::decline_reason
|
|
21
27
|
) -> Lithic::Models::PaymentSimulateActionParams::decline_reason
|
|
22
28
|
|
|
29
|
+
attr_reader return_addenda: String?
|
|
30
|
+
|
|
31
|
+
def return_addenda=: (String) -> String
|
|
32
|
+
|
|
23
33
|
attr_reader return_reason_code: String?
|
|
24
34
|
|
|
25
35
|
def return_reason_code=: (String) -> String
|
|
26
36
|
|
|
27
37
|
def initialize: (
|
|
28
38
|
event_type: Lithic::Models::PaymentSimulateActionParams::event_type,
|
|
39
|
+
?date_of_death: Date,
|
|
29
40
|
?decline_reason: Lithic::Models::PaymentSimulateActionParams::decline_reason,
|
|
41
|
+
?return_addenda: String,
|
|
30
42
|
?return_reason_code: String,
|
|
31
43
|
?request_options: Lithic::request_opts
|
|
32
44
|
) -> void
|
|
33
45
|
|
|
34
46
|
def to_hash: -> {
|
|
35
47
|
event_type: Lithic::Models::PaymentSimulateActionParams::event_type,
|
|
48
|
+
date_of_death: Date,
|
|
36
49
|
decline_reason: Lithic::Models::PaymentSimulateActionParams::decline_reason,
|
|
50
|
+
return_addenda: String,
|
|
37
51
|
return_reason_code: String,
|
|
38
52
|
request_options: Lithic::RequestOptions
|
|
39
53
|
}
|