moov_ruby 25.1.1 → 25.7.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 (171) hide show
  1. checksums.yaml +4 -4
  2. data/lib/moov/client.rb +2 -1
  3. data/lib/moov/models/components/accounttype.rb +1 -0
  4. data/lib/moov/models/components/bankaccountholdertype.rb +1 -0
  5. data/lib/moov/models/components/businesspresence.rb +25 -0
  6. data/lib/moov/models/components/businesspresence.rbi +11 -0
  7. data/lib/moov/models/components/capabilityid.rb +11 -0
  8. data/lib/moov/models/components/cardacceptancemethods.rb +40 -0
  9. data/lib/moov/models/components/cardacceptancemethods.rbi +17 -0
  10. data/lib/moov/models/components/cardacceptancemethodserror.rb +40 -0
  11. data/lib/moov/models/components/cardacceptancemethodserror.rbi +17 -0
  12. data/lib/moov/models/components/cardpresentpaymentpaymentmethod.rb +40 -0
  13. data/lib/moov/models/components/cardpresentpaymentpaymentmethod.rbi +17 -0
  14. data/lib/moov/models/components/cardpresentpaymentpaymentmethod_paymentmethodtype.rb +20 -0
  15. data/lib/moov/models/components/cardpresentpaymentpaymentmethod_paymentmethodtype.rbi +11 -0
  16. data/lib/moov/models/components/collectfunds.rb +36 -0
  17. data/lib/moov/models/components/collectfunds.rbi +15 -0
  18. data/lib/moov/models/components/collectfundsach.rb +32 -0
  19. data/lib/moov/models/components/collectfundsach.rbi +13 -0
  20. data/lib/moov/models/components/collectfundsacherror.rb +32 -0
  21. data/lib/moov/models/components/collectfundsacherror.rbi +13 -0
  22. data/lib/moov/models/components/collectfundscardpayments.rb +48 -0
  23. data/lib/moov/models/components/collectfundscardpayments.rbi +21 -0
  24. data/lib/moov/models/components/collectfundscardpaymentserror.rb +48 -0
  25. data/lib/moov/models/components/collectfundscardpaymentserror.rbi +21 -0
  26. data/lib/moov/models/components/collectfundserror.rb +36 -0
  27. data/lib/moov/models/components/collectfundserror.rbi +15 -0
  28. data/lib/moov/models/components/createaccount.rb +3 -3
  29. data/lib/moov/models/components/createaccounttype.rb +21 -0
  30. data/lib/moov/models/components/createaccounttype.rbi +11 -0
  31. data/lib/moov/models/components/createticket.rb +48 -0
  32. data/lib/moov/models/components/createticket.rbi +21 -0
  33. data/lib/moov/models/components/createticketcontacterror.rb +36 -0
  34. data/lib/moov/models/components/createticketcontacterror.rbi +15 -0
  35. data/lib/moov/models/components/enrichedindustries.rb +2 -2
  36. data/lib/moov/models/components/entrymode.rb +20 -0
  37. data/lib/moov/models/components/entrymode.rbi +11 -0
  38. data/lib/moov/models/components/estimatedactivity.rb +40 -0
  39. data/lib/moov/models/components/estimatedactivity.rbi +17 -0
  40. data/lib/moov/models/components/estimatedactivityerror.rb +40 -0
  41. data/lib/moov/models/components/estimatedactivityerror.rbi +17 -0
  42. data/lib/moov/models/components/fulfillment.rb +36 -0
  43. data/lib/moov/models/components/fulfillment.rbi +15 -0
  44. data/lib/moov/models/components/fulfillmenterror.rb +36 -0
  45. data/lib/moov/models/components/fulfillmenterror.rbi +15 -0
  46. data/lib/moov/models/components/fulfillmentmethod.rb +28 -0
  47. data/lib/moov/models/components/fulfillmentmethod.rbi +11 -0
  48. data/lib/moov/models/components/fulfillmenttimeframe.rb +27 -0
  49. data/lib/moov/models/components/fulfillmenttimeframe.rbi +11 -0
  50. data/lib/moov/models/components/geographicreach.rb +22 -0
  51. data/lib/moov/models/components/geographicreach.rbi +11 -0
  52. data/lib/moov/models/components/guestprofile.rb +41 -0
  53. data/lib/moov/models/components/guestprofile.rbi +17 -0
  54. data/lib/moov/models/components/industrytaxonomy.rb +48 -0
  55. data/lib/moov/models/components/industrytaxonomy.rbi +21 -0
  56. data/lib/moov/models/components/itemlistnextpage.rb +32 -0
  57. data/lib/moov/models/components/itemlistnextpage.rbi +13 -0
  58. data/lib/moov/models/components/moneytransfer.rb +36 -0
  59. data/lib/moov/models/components/moneytransfer.rbi +15 -0
  60. data/lib/moov/models/components/moneytransfererror.rb +36 -0
  61. data/lib/moov/models/components/moneytransfererror.rbi +15 -0
  62. data/lib/moov/models/components/moneytransferpullfromcard.rb +32 -0
  63. data/lib/moov/models/components/moneytransferpullfromcard.rbi +13 -0
  64. data/lib/moov/models/components/moneytransferpullfromcarderror.rb +32 -0
  65. data/lib/moov/models/components/moneytransferpullfromcarderror.rbi +13 -0
  66. data/lib/moov/models/components/moneytransferpushtocard.rb +32 -0
  67. data/lib/moov/models/components/moneytransferpushtocard.rbi +13 -0
  68. data/lib/moov/models/components/moneytransferpushtocarderror.rb +32 -0
  69. data/lib/moov/models/components/moneytransferpushtocarderror.rbi +13 -0
  70. data/lib/moov/models/components/monthlyvolumerange.rb +27 -0
  71. data/lib/moov/models/components/monthlyvolumerange.rbi +11 -0
  72. data/lib/moov/models/components/paymentmethodtype.rb +1 -0
  73. data/lib/moov/models/components/pendinglitigation.rb +29 -0
  74. data/lib/moov/models/components/pendinglitigation.rbi +11 -0
  75. data/lib/moov/models/components/profile.rb +6 -2
  76. data/lib/moov/models/components/profile.rbi +2 -0
  77. data/lib/moov/models/components/refundpolicy.rb +28 -0
  78. data/lib/moov/models/components/refundpolicy.rbi +11 -0
  79. data/lib/moov/models/components/requirementid.rb +54 -0
  80. data/lib/moov/models/components/sendfunds.rb +44 -0
  81. data/lib/moov/models/components/sendfunds.rbi +19 -0
  82. data/lib/moov/models/components/sendfundsach.rb +32 -0
  83. data/lib/moov/models/components/sendfundsach.rbi +13 -0
  84. data/lib/moov/models/components/sendfundsacherror.rb +32 -0
  85. data/lib/moov/models/components/sendfundsacherror.rbi +13 -0
  86. data/lib/moov/models/components/sendfundserror.rb +44 -0
  87. data/lib/moov/models/components/sendfundserror.rbi +19 -0
  88. data/lib/moov/models/components/sendfundsinstantbank.rb +32 -0
  89. data/lib/moov/models/components/sendfundsinstantbank.rbi +13 -0
  90. data/lib/moov/models/components/sendfundsinstantbankerror.rb +32 -0
  91. data/lib/moov/models/components/sendfundsinstantbankerror.rbi +13 -0
  92. data/lib/moov/models/components/sendfundspushtocard.rb +32 -0
  93. data/lib/moov/models/components/sendfundspushtocard.rbi +13 -0
  94. data/lib/moov/models/components/sendfundspushtocarderror.rb +32 -0
  95. data/lib/moov/models/components/sendfundspushtocarderror.rbi +13 -0
  96. data/lib/moov/models/components/sendfundsrtp.rb +32 -0
  97. data/lib/moov/models/components/sendfundsrtp.rbi +13 -0
  98. data/lib/moov/models/components/sendfundsrtperror.rb +32 -0
  99. data/lib/moov/models/components/sendfundsrtperror.rbi +13 -0
  100. data/lib/moov/models/components/submissionintent.rb +21 -0
  101. data/lib/moov/models/components/submissionintent.rbi +11 -0
  102. data/lib/moov/models/components/terminalcard.rb +78 -0
  103. data/lib/moov/models/components/terminalcard.rbi +35 -0
  104. data/lib/moov/models/components/ticket.rb +68 -0
  105. data/lib/moov/models/components/ticket.rbi +31 -0
  106. data/lib/moov/models/components/ticketcontact.rb +36 -0
  107. data/lib/moov/models/components/ticketcontact.rbi +15 -0
  108. data/lib/moov/models/components/ticketmessage.rb +40 -0
  109. data/lib/moov/models/components/ticketmessage.rbi +17 -0
  110. data/lib/moov/models/components/transferoptions.rb +3 -3
  111. data/lib/moov/models/components/transfersource.rb +6 -2
  112. data/lib/moov/models/components/transfersource.rbi +2 -0
  113. data/lib/moov/models/components/underwriting.rb +37 -9
  114. data/lib/moov/models/components/underwriting.rbi +14 -0
  115. data/lib/moov/models/components/updateticket.rb +32 -0
  116. data/lib/moov/models/components/updateticket.rbi +13 -0
  117. data/lib/moov/models/components/updateticketstatus.rb +20 -0
  118. data/lib/moov/models/components/updateticketstatus.rbi +11 -0
  119. data/lib/moov/models/components/upsertunderwriting.rb +60 -0
  120. data/lib/moov/models/components/upsertunderwriting.rbi +27 -0
  121. data/lib/moov/models/components/volumesharebycustomertype.rb +40 -0
  122. data/lib/moov/models/components/volumesharebycustomertype.rbi +17 -0
  123. data/lib/moov/models/components/volumesharebycustomertypeerror.rb +40 -0
  124. data/lib/moov/models/components/volumesharebycustomertypeerror.rbi +17 -0
  125. data/lib/moov/models/components.rb +54 -1
  126. data/lib/moov/models/errors/createticketerror.rb +52 -0
  127. data/lib/moov/models/errors/createticketerror.rbi +23 -0
  128. data/lib/moov/models/errors/updateticketerror.rb +36 -0
  129. data/lib/moov/models/errors/updateticketerror.rbi +15 -0
  130. data/lib/moov/models/errors/upsertunderwritingerror.rb +88 -0
  131. data/lib/moov/models/errors/upsertunderwritingerror.rbi +41 -0
  132. data/lib/moov/models/errors.rb +3 -0
  133. data/lib/moov/models/operations/createticket_request.rb +49 -0
  134. data/lib/moov/models/operations/createticket_request.rbi +17 -0
  135. data/lib/moov/models/operations/createticket_response.rb +48 -0
  136. data/lib/moov/models/operations/createticket_response.rbi +21 -0
  137. data/lib/moov/models/operations/getpaymentmethod_response.rb +2 -2
  138. data/lib/moov/models/operations/getticket_request.rb +49 -0
  139. data/lib/moov/models/operations/getticket_request.rbi +17 -0
  140. data/lib/moov/models/operations/getticket_response.rb +48 -0
  141. data/lib/moov/models/operations/getticket_response.rbi +21 -0
  142. data/lib/moov/models/operations/listaccounts_request.rb +2 -2
  143. data/lib/moov/models/operations/listconnectedaccountsforaccount_request.rb +2 -2
  144. data/lib/moov/models/operations/listpaymentmethods_response.rb +2 -2
  145. data/lib/moov/models/operations/listticketmessages_request.rb +49 -0
  146. data/lib/moov/models/operations/listticketmessages_request.rbi +17 -0
  147. data/lib/moov/models/operations/listticketmessages_response.rb +48 -0
  148. data/lib/moov/models/operations/listticketmessages_response.rbi +21 -0
  149. data/lib/moov/models/operations/listtickets_request.rb +61 -0
  150. data/lib/moov/models/operations/listtickets_request.rbi +23 -0
  151. data/lib/moov/models/operations/listtickets_response.rb +48 -0
  152. data/lib/moov/models/operations/listtickets_response.rbi +21 -0
  153. data/lib/moov/models/operations/listtickets_responsebody.rb +36 -0
  154. data/lib/moov/models/operations/listtickets_responsebody.rbi +15 -0
  155. data/lib/moov/models/operations/saveunderwriting_request.rb +49 -0
  156. data/lib/moov/models/operations/saveunderwriting_request.rbi +17 -0
  157. data/lib/moov/models/operations/saveunderwriting_response.rb +48 -0
  158. data/lib/moov/models/operations/saveunderwriting_response.rbi +21 -0
  159. data/lib/moov/models/operations/updateticket_request.rb +53 -0
  160. data/lib/moov/models/operations/updateticket_request.rbi +19 -0
  161. data/lib/moov/models/operations/updateticket_response.rb +48 -0
  162. data/lib/moov/models/operations/updateticket_response.rbi +21 -0
  163. data/lib/moov/models/operations.rb +13 -0
  164. data/lib/moov/payment_methods.rb +2 -2
  165. data/lib/moov/sdkconfiguration.rb +3 -3
  166. data/lib/moov/support.rb +748 -0
  167. data/lib/moov/underwriting.rb +166 -0
  168. data/lib/moov_ruby.rb +1 -0
  169. metadata +142 -3
  170. data/lib/moov/models/components/enrichedindustry.rb +0 -44
  171. data/lib/moov/models/components/enrichedindustry.rbi +0 -19
@@ -0,0 +1,44 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFunds
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :ach, Crystalline::Nilable.new(Models::Components::SendFundsAch), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('ach') } }
17
+
18
+ field :push_to_card, Crystalline::Nilable.new(Models::Components::SendFundsPushToCard), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('pushToCard') } }
19
+
20
+ field :rtp, Crystalline::Nilable.new(Models::Components::SendFundsRtp), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('rtp') } }
21
+
22
+ field :instant_bank, Crystalline::Nilable.new(Models::Components::SendFundsInstantBank), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('instantBank') } }
23
+
24
+ sig { params(ach: T.nilable(Models::Components::SendFundsAch), push_to_card: T.nilable(Models::Components::SendFundsPushToCard), rtp: T.nilable(Models::Components::SendFundsRtp), instant_bank: T.nilable(Models::Components::SendFundsInstantBank)).void }
25
+ def initialize(ach: nil, push_to_card: nil, rtp: nil, instant_bank: nil)
26
+ @ach = ach
27
+ @push_to_card = push_to_card
28
+ @rtp = rtp
29
+ @instant_bank = instant_bank
30
+ end
31
+
32
+ sig { params(other: T.untyped).returns(T::Boolean) }
33
+ def ==(other)
34
+ return false unless other.is_a? self.class
35
+ return false unless @ach == other.ach
36
+ return false unless @push_to_card == other.push_to_card
37
+ return false unless @rtp == other.rtp
38
+ return false unless @instant_bank == other.instant_bank
39
+ true
40
+ end
41
+ end
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,19 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFunds
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFunds
11
+ def ach(); end
12
+ def ach=(str_); end
13
+ def push_to_card(); end
14
+ def push_to_card=(str_); end
15
+ def rtp(); end
16
+ def rtp=(str_); end
17
+ def instant_bank(); end
18
+ def instant_bank=(str_); end
19
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsAch
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivity), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivity)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsAch
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsAch
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsAchError
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivityError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivityError)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsAchError
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsAchError
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,44 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsError
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :ach, Crystalline::Nilable.new(Models::Components::SendFundsAchError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('ach') } }
17
+
18
+ field :push_to_card, Crystalline::Nilable.new(Models::Components::SendFundsPushToCardError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('pushToCard') } }
19
+
20
+ field :rtp, Crystalline::Nilable.new(Models::Components::SendFundsRtpError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('rtp') } }
21
+
22
+ field :instant_bank, Crystalline::Nilable.new(Models::Components::SendFundsInstantBankError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('instantBank') } }
23
+
24
+ sig { params(ach: T.nilable(Models::Components::SendFundsAchError), push_to_card: T.nilable(Models::Components::SendFundsPushToCardError), rtp: T.nilable(Models::Components::SendFundsRtpError), instant_bank: T.nilable(Models::Components::SendFundsInstantBankError)).void }
25
+ def initialize(ach: nil, push_to_card: nil, rtp: nil, instant_bank: nil)
26
+ @ach = ach
27
+ @push_to_card = push_to_card
28
+ @rtp = rtp
29
+ @instant_bank = instant_bank
30
+ end
31
+
32
+ sig { params(other: T.untyped).returns(T::Boolean) }
33
+ def ==(other)
34
+ return false unless other.is_a? self.class
35
+ return false unless @ach == other.ach
36
+ return false unless @push_to_card == other.push_to_card
37
+ return false unless @rtp == other.rtp
38
+ return false unless @instant_bank == other.instant_bank
39
+ true
40
+ end
41
+ end
42
+ end
43
+ end
44
+ end
@@ -0,0 +1,19 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsError
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsError
11
+ def ach(); end
12
+ def ach=(str_); end
13
+ def push_to_card(); end
14
+ def push_to_card=(str_); end
15
+ def rtp(); end
16
+ def rtp=(str_); end
17
+ def instant_bank(); end
18
+ def instant_bank=(str_); end
19
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsInstantBank
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivity), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivity)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsInstantBank
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsInstantBank
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsInstantBankError
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivityError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivityError)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsInstantBankError
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsInstantBankError
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsPushToCard
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivity), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivity)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsPushToCard
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsPushToCard
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsPushToCardError
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivityError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivityError)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsPushToCardError
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsPushToCardError
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsRtp
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivity), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivity)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsRtp
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsRtp
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,32 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SendFundsRtpError
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :estimated_activity, Crystalline::Nilable.new(Models::Components::EstimatedActivityError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('estimatedActivity') } }
17
+
18
+ sig { params(estimated_activity: T.nilable(Models::Components::EstimatedActivityError)).void }
19
+ def initialize(estimated_activity: nil)
20
+ @estimated_activity = estimated_activity
21
+ end
22
+
23
+ sig { params(other: T.untyped).returns(T::Boolean) }
24
+ def ==(other)
25
+ return false unless other.is_a? self.class
26
+ return false unless @estimated_activity == other.estimated_activity
27
+ true
28
+ end
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,13 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SendFundsRtpError
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SendFundsRtpError
11
+ def estimated_activity(); end
12
+ def estimated_activity=(str_); end
13
+ end
@@ -0,0 +1,21 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+
11
+ class SubmissionIntent < T::Enum
12
+
13
+
14
+ enums do
15
+ WAIT = new('wait')
16
+ SUBMIT = new('submit')
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,11 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::SubmissionIntent
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::SubmissionIntent
11
+ end
@@ -0,0 +1,78 @@
1
+ # Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
2
+
3
+ # typed: true
4
+ # frozen_string_literal: true
5
+
6
+
7
+ module Moov
8
+ module Models
9
+ module Components
10
+ # Describes payment card details captured with tap or in-person payment.
11
+ class TerminalCard
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+ # How the card information was entered into the point of sale terminal.
16
+ field :entry_mode, Crystalline::Nilable.new(Models::Components::EntryMode), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('entryMode'), 'decoder': Utils.enum_from_string(Models::Components::EntryMode, true) } }
17
+ # The card brand.
18
+ field :brand, Crystalline::Nilable.new(Models::Components::CardBrand), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('brand'), 'decoder': Utils.enum_from_string(Models::Components::CardBrand, true) } }
19
+
20
+ field :bin, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('bin') } }
21
+ # The type of the card.
22
+ field :card_type, Crystalline::Nilable.new(Models::Components::CardType), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('cardType'), 'decoder': Utils.enum_from_string(Models::Components::CardType, true) } }
23
+ # The expiration date of the card or token.
24
+ field :expiration, Crystalline::Nilable.new(Models::Components::CardExpiration), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('expiration') } }
25
+ # Uniquely identifies a linked payment card or token.
26
+ # For Apple Pay, the fingerprint is based on the tokenized card number and may vary based on the user's device.
27
+ # This field can be used to identify specific payment methods across multiple accounts on your platform.
28
+ field :fingerprint, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('fingerprint') } }
29
+ # The name of the cardholder as it appears on the card.
30
+ field :holder_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('holderName') } }
31
+ # Financial institution that issued the card.
32
+ field :issuer, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('issuer') } }
33
+ # Country where the card was issued.
34
+ field :issuer_country, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('issuerCountry') } }
35
+ # Last four digits of the card number
36
+ field :last_four_card_number, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('lastFourCardNumber') } }
37
+ # Identifier for the point of sale terminal application.
38
+ field :application_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('applicationID') } }
39
+ # Name label for the point of sale terminal application.
40
+ field :application_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('applicationName') } }
41
+
42
+ sig { params(entry_mode: T.nilable(Models::Components::EntryMode), brand: T.nilable(Models::Components::CardBrand), bin: T.nilable(::String), card_type: T.nilable(Models::Components::CardType), expiration: T.nilable(Models::Components::CardExpiration), fingerprint: T.nilable(::String), holder_name: T.nilable(::String), issuer: T.nilable(::String), issuer_country: T.nilable(::String), last_four_card_number: T.nilable(::String), application_id: T.nilable(::String), application_name: T.nilable(::String)).void }
43
+ def initialize(entry_mode: nil, brand: nil, bin: nil, card_type: nil, expiration: nil, fingerprint: nil, holder_name: nil, issuer: nil, issuer_country: nil, last_four_card_number: nil, application_id: nil, application_name: nil)
44
+ @entry_mode = entry_mode
45
+ @brand = brand
46
+ @bin = bin
47
+ @card_type = card_type
48
+ @expiration = expiration
49
+ @fingerprint = fingerprint
50
+ @holder_name = holder_name
51
+ @issuer = issuer
52
+ @issuer_country = issuer_country
53
+ @last_four_card_number = last_four_card_number
54
+ @application_id = application_id
55
+ @application_name = application_name
56
+ end
57
+
58
+ sig { params(other: T.untyped).returns(T::Boolean) }
59
+ def ==(other)
60
+ return false unless other.is_a? self.class
61
+ return false unless @entry_mode == other.entry_mode
62
+ return false unless @brand == other.brand
63
+ return false unless @bin == other.bin
64
+ return false unless @card_type == other.card_type
65
+ return false unless @expiration == other.expiration
66
+ return false unless @fingerprint == other.fingerprint
67
+ return false unless @holder_name == other.holder_name
68
+ return false unless @issuer == other.issuer
69
+ return false unless @issuer_country == other.issuer_country
70
+ return false unless @last_four_card_number == other.last_four_card_number
71
+ return false unless @application_id == other.application_id
72
+ return false unless @application_name == other.application_name
73
+ true
74
+ end
75
+ end
76
+ end
77
+ end
78
+ end
@@ -0,0 +1,35 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::TerminalCard
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::TerminalCard
11
+ def entry_mode(); end
12
+ def entry_mode=(str_); end
13
+ def brand(); end
14
+ def brand=(str_); end
15
+ def bin(); end
16
+ def bin=(str_); end
17
+ def card_type(); end
18
+ def card_type=(str_); end
19
+ def expiration(); end
20
+ def expiration=(str_); end
21
+ def fingerprint(); end
22
+ def fingerprint=(str_); end
23
+ def holder_name(); end
24
+ def holder_name=(str_); end
25
+ def issuer(); end
26
+ def issuer=(str_); end
27
+ def issuer_country(); end
28
+ def issuer_country=(str_); end
29
+ def last_four_card_number(); end
30
+ def last_four_card_number=(str_); end
31
+ def application_id(); end
32
+ def application_id=(str_); end
33
+ def application_name(); end
34
+ def application_name=(str_); end
35
+ end