moov_ruby 26.4.8 → 26.4.9

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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/moov/bank_accounts.rb +1 -1
  3. data/lib/moov/models/components/capabilityid.rb +1 -0
  4. data/lib/moov/models/components/cardtransactiondetails.rb +10 -2
  5. data/lib/moov/models/components/cardtransactiondetails.rbi +4 -0
  6. data/lib/moov/models/components/cardtransactionstatus.rb +1 -0
  7. data/lib/moov/models/components/createtransferdestinationcard.rb +6 -2
  8. data/lib/moov/models/components/createtransferdestinationcard.rbi +2 -0
  9. data/lib/moov/models/components/fullissuedcard.rb +1 -3
  10. data/lib/moov/models/components/invoice.rb +6 -2
  11. data/lib/moov/models/components/invoice.rbi +2 -0
  12. data/lib/moov/models/components/issuedcard.rb +1 -3
  13. data/lib/moov/models/components/issuedcardstate.rb +1 -5
  14. data/lib/moov/models/components/manualtermsofservice.rb +1 -1
  15. data/lib/moov/models/components/manualtermsofserviceupdate.rb +1 -1
  16. data/lib/moov/models/components/patchtransfer.rb +1 -1
  17. data/lib/moov/models/components/paymentlinkpayoutdetails.rb +9 -2
  18. data/lib/moov/models/components/paymentlinkpayoutdetails.rbi +2 -0
  19. data/lib/moov/models/components/paymentlinkpayoutdetailsupdate.rb +9 -2
  20. data/lib/moov/models/components/paymentlinkpayoutdetailsupdate.rbi +2 -0
  21. data/lib/moov/models/components/payoutdetailserror.rb +6 -2
  22. data/lib/moov/models/components/payoutdetailserror.rbi +2 -0
  23. data/lib/moov/models/components/pushdeliveryspeed.rb +19 -0
  24. data/lib/moov/models/components/pushdeliveryspeed.rbi +11 -0
  25. data/lib/moov/models/components/pushoptions.rb +38 -0
  26. data/lib/moov/models/components/pushoptions.rbi +15 -0
  27. data/lib/moov/models/components/pushoptionserror.rb +36 -0
  28. data/lib/moov/models/components/pushoptionserror.rbi +15 -0
  29. data/lib/moov/models/components/pushoptionsupdate.rb +38 -0
  30. data/lib/moov/models/components/pushoptionsupdate.rbi +15 -0
  31. data/lib/moov/models/components/termsofservice.rb +1 -1
  32. data/lib/moov/models/components.rb +4 -0
  33. data/lib/moov/models/operations/linkbankaccount_request.rb +1 -1
  34. data/lib/moov/models/operations/listissuedcards_request.rb +1 -1
  35. data/lib/moov/sdkconfiguration.rb +3 -3
  36. metadata +12 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4199d153724734bf5c5491951ddf8c6bac1b9753212d3c6809d588fc27b21939
4
- data.tar.gz: 22db1956838e9407097328fbb54a68b52a3064ba7547eae59e6d98a6fc7a12ca
3
+ metadata.gz: d6352bacebb3fede38a5ac79cdcde45967b15ad5ff1708eef5d6e53304591470
4
+ data.tar.gz: 350e145a0cdea6dfa4af27d137abfe197a7f1ef7614063f71bee65e9e630735a
5
5
  SHA512:
6
- metadata.gz: 2066ef33e7aeedc1e7f6c67418503d2334b652fcb3974ef99089b0b4462bf67f7f49173b6096bbfa8453e71de1f9268b83ee72f197185fcb0188c742ddcd1aac
7
- data.tar.gz: 87e4eb9d63b43473587014006b7c90aedf4f94d5889e317bc8e1ce52ad7425d6a84ead699cf023fe1865a7ceac7adf3ba26e66fe4dfc6ef809c984bb950e6d27
6
+ metadata.gz: 845ce39a7bc00e2d0cbaa9f7b01803d9b43ac47cb296e87e77db81dee1f7655dbe26f709ce313d83f4a10bd22e945b5c04efc417078d088261523aaffcc2e0bd
7
+ data.tar.gz: 3788ada6ceacdc1135d74d5efadacf529d5bf8e74ff36a76875dccced9dab196cc7a5c7950d7870af1c09bb3cd4611686a60fbe50259c7f4673c6e2b471ece2b
@@ -46,7 +46,7 @@ module Moov
46
46
  # link - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
47
47
  #
48
48
  # It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
49
- # bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
49
+ # bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
50
50
  # Methods](https://docs.moov.io/api/sources/payment-methods/list/)
51
51
  # endpoint to wait for the new payment methods to be available for use.
52
52
  #
@@ -32,6 +32,7 @@ module Moov
32
32
  WALLET = new('wallet')
33
33
  WALLET_BALANCE = new('wallet.balance')
34
34
  CARD_ISSUING = new('card-issuing')
35
+ ISSUING_CARDHOLDER = new('issuing.cardholder')
35
36
  PRODUCTION_APP = new('production-app')
36
37
  PLATFORM_PRODUCTION_APP = new('platform.production-app')
37
38
  PLATFORM_WALLET_TRANSFERS = new('platform.wallet-transfers')
@@ -18,6 +18,8 @@ module Moov
18
18
  field :failure_code, Crystalline::Nilable.new(Models::Components::CardTransactionFailureCode), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('failureCode'), 'decoder': ::Moov::Utils.enum_from_string(Models::Components::CardTransactionFailureCode, true) } }
19
19
  # An optional override of the default card statement descriptor for a transfer. Accounts must be enabled by Moov to set this field.
20
20
  field :dynamic_descriptor, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('dynamicDescriptor') } }
21
+ # The scheduled date and time for the transfer to be delivered. This field is only valid for push-to-card transfers. Must be between 24 and 48 hours in the future in production. In sandbox mode, any future time up to 48 hours is accepted so integrations can test deferred delivery using the sandbox test cards with relaxed wait times.
22
+ field :scheduled_delivery_on, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('scheduledDeliveryOn'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
21
23
  # Specifies the nature and initiator of a transaction.
22
24
  #
23
25
  # Crucial for recurring and merchant-initiated transactions as per card scheme rules.
@@ -35,6 +37,8 @@ module Moov
35
37
  field :canceled_on, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('canceledOn'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
36
38
 
37
39
  field :completed_on, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('completedOn'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
40
+
41
+ field :deferred_on, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('deferredOn'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
38
42
  # The program assigned by the card network that determines the interchange rate for the transfer.
39
43
  #
40
44
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
@@ -44,11 +48,12 @@ module Moov
44
48
  # An alphanumeric code generated by the card network to demonstrate approval for the transaction.
45
49
  field :authorization_code, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('authorizationCode') } }
46
50
 
47
- sig { params(status: T.nilable(Models::Components::CardTransactionStatus), failure_code: T.nilable(Models::Components::CardTransactionFailureCode), dynamic_descriptor: T.nilable(::String), transaction_source: T.nilable(Models::Components::TransactionSource), initiated_on: T.nilable(::DateTime), confirmed_on: T.nilable(::DateTime), settled_on: T.nilable(::DateTime), failed_on: T.nilable(::DateTime), canceled_on: T.nilable(::DateTime), completed_on: T.nilable(::DateTime), interchange_qualification: T.nilable(::String), fee_program: T.nilable(::String), authorization_code: T.nilable(::String)).void }
48
- def initialize(status: nil, failure_code: nil, dynamic_descriptor: nil, transaction_source: nil, initiated_on: nil, confirmed_on: nil, settled_on: nil, failed_on: nil, canceled_on: nil, completed_on: nil, interchange_qualification: nil, fee_program: nil, authorization_code: nil)
51
+ sig { params(status: T.nilable(Models::Components::CardTransactionStatus), failure_code: T.nilable(Models::Components::CardTransactionFailureCode), dynamic_descriptor: T.nilable(::String), scheduled_delivery_on: T.nilable(::DateTime), transaction_source: T.nilable(Models::Components::TransactionSource), initiated_on: T.nilable(::DateTime), confirmed_on: T.nilable(::DateTime), settled_on: T.nilable(::DateTime), failed_on: T.nilable(::DateTime), canceled_on: T.nilable(::DateTime), completed_on: T.nilable(::DateTime), deferred_on: T.nilable(::DateTime), interchange_qualification: T.nilable(::String), fee_program: T.nilable(::String), authorization_code: T.nilable(::String)).void }
52
+ def initialize(status: nil, failure_code: nil, dynamic_descriptor: nil, scheduled_delivery_on: nil, transaction_source: nil, initiated_on: nil, confirmed_on: nil, settled_on: nil, failed_on: nil, canceled_on: nil, completed_on: nil, deferred_on: nil, interchange_qualification: nil, fee_program: nil, authorization_code: nil)
49
53
  @status = status
50
54
  @failure_code = failure_code
51
55
  @dynamic_descriptor = dynamic_descriptor
56
+ @scheduled_delivery_on = scheduled_delivery_on
52
57
  @transaction_source = transaction_source
53
58
  @initiated_on = initiated_on
54
59
  @confirmed_on = confirmed_on
@@ -56,6 +61,7 @@ module Moov
56
61
  @failed_on = failed_on
57
62
  @canceled_on = canceled_on
58
63
  @completed_on = completed_on
64
+ @deferred_on = deferred_on
59
65
  @interchange_qualification = interchange_qualification
60
66
  @fee_program = fee_program
61
67
  @authorization_code = authorization_code
@@ -67,6 +73,7 @@ module Moov
67
73
  return false unless @status == other.status
68
74
  return false unless @failure_code == other.failure_code
69
75
  return false unless @dynamic_descriptor == other.dynamic_descriptor
76
+ return false unless @scheduled_delivery_on == other.scheduled_delivery_on
70
77
  return false unless @transaction_source == other.transaction_source
71
78
  return false unless @initiated_on == other.initiated_on
72
79
  return false unless @confirmed_on == other.confirmed_on
@@ -74,6 +81,7 @@ module Moov
74
81
  return false unless @failed_on == other.failed_on
75
82
  return false unless @canceled_on == other.canceled_on
76
83
  return false unless @completed_on == other.completed_on
84
+ return false unless @deferred_on == other.deferred_on
77
85
  return false unless @interchange_qualification == other.interchange_qualification
78
86
  return false unless @fee_program == other.fee_program
79
87
  return false unless @authorization_code == other.authorization_code
@@ -14,6 +14,8 @@ class Moov::Models::Components::CardTransactionDetails
14
14
  def failure_code=(str_); end
15
15
  def dynamic_descriptor(); end
16
16
  def dynamic_descriptor=(str_); end
17
+ def scheduled_delivery_on(); end
18
+ def scheduled_delivery_on=(str_); end
17
19
  def transaction_source(); end
18
20
  def transaction_source=(str_); end
19
21
  def initiated_on(); end
@@ -28,6 +30,8 @@ class Moov::Models::Components::CardTransactionDetails
28
30
  def canceled_on=(str_); end
29
31
  def completed_on(); end
30
32
  def completed_on=(str_); end
33
+ def deferred_on(); end
34
+ def deferred_on=(str_); end
31
35
  def interchange_qualification(); end
32
36
  def interchange_qualification=(str_); end
33
37
  def fee_program(); end
@@ -16,6 +16,7 @@ module Moov
16
16
  SETTLED = new('settled')
17
17
  FAILED = new('failed')
18
18
  COMPLETED = new('completed')
19
+ DEFERRED = new('deferred')
19
20
  end
20
21
  end
21
22
  end
@@ -14,12 +14,15 @@ module Moov
14
14
 
15
15
  # An optional override of the default card statement descriptor for a transfer. Accounts must be enabled by Moov to set this field.
16
16
  field :dynamic_descriptor, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('dynamicDescriptor') } }
17
+ # The scheduled date and time for the transfer to be delivered. This field is only valid for push-to-card transfers. Must be between 24 and 48 hours in the future in production. In sandbox mode, any future time up to 48 hours is accepted so integrations can test deferred delivery using the sandbox test cards with relaxed wait times.
18
+ field :scheduled_delivery_on, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('scheduledDeliveryOn'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
17
19
  # An optional field to specify the type of card payout, used to route the transfer with the appropriate business application identifier (BAI).
18
20
  field :payout_type, Crystalline::Nilable.new(Models::Components::CardPayoutType), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('payoutType'), 'decoder': ::Moov::Utils.enum_from_string(Models::Components::CardPayoutType, true) } }
19
21
 
20
- sig { params(dynamic_descriptor: T.nilable(::String), payout_type: T.nilable(Models::Components::CardPayoutType)).void }
21
- def initialize(dynamic_descriptor: nil, payout_type: nil)
22
+ sig { params(dynamic_descriptor: T.nilable(::String), scheduled_delivery_on: T.nilable(::DateTime), payout_type: T.nilable(Models::Components::CardPayoutType)).void }
23
+ def initialize(dynamic_descriptor: nil, scheduled_delivery_on: nil, payout_type: nil)
22
24
  @dynamic_descriptor = dynamic_descriptor
25
+ @scheduled_delivery_on = scheduled_delivery_on
23
26
  @payout_type = payout_type
24
27
  end
25
28
 
@@ -27,6 +30,7 @@ module Moov
27
30
  def ==(other)
28
31
  return false unless other.is_a? self.class
29
32
  return false unless @dynamic_descriptor == other.dynamic_descriptor
33
+ return false unless @scheduled_delivery_on == other.scheduled_delivery_on
30
34
  return false unless @payout_type == other.payout_type
31
35
  true
32
36
  end
@@ -10,6 +10,8 @@ end
10
10
  class Moov::Models::Components::CreateTransferDestinationCard
11
11
  def dynamic_descriptor(); end
12
12
  def dynamic_descriptor=(str_); end
13
+ def scheduled_delivery_on(); end
14
+ def scheduled_delivery_on=(str_); end
13
15
  def payout_type(); end
14
16
  def payout_type=(str_); end
15
17
  end
@@ -24,10 +24,8 @@ module Moov
24
24
  field :funding_wallet_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('fundingWalletID'), required: true } }
25
25
  # The `state` represents the operational status of an issued card. A card can only approve incoming authorizations if it is in an active state.
26
26
  #
27
- # - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
28
- # - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
27
+ # - `active`: The card is operational and can approve authorizations.
29
28
  # - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
30
- # - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
31
29
  field :state, Models::Components::IssuedCardState, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('state'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::IssuedCardState, false) } }
32
30
  # Specifies the type of spend card to be issued. Presently supports virtual only, providing a digital number without a physical card.
33
31
  field :form_factor, Models::Components::IssuedCardFormFactor, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('formFactor'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::IssuedCardFormFactor, false) } }
@@ -48,6 +48,8 @@ module Moov
48
48
  field :description, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('description') } }
49
49
 
50
50
  field :payment_link_code, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('paymentLinkCode') } }
51
+ # URL to the hosted payment link for the invoice.
52
+ field :payment_link_url, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('paymentLinkURL') } }
51
53
  # Payment made towards an invoice, will be either a transfer or an external payment.
52
54
  field :invoice_payments, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::InvoicePayment)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('invoicePayments') } }
53
55
 
@@ -63,8 +65,8 @@ module Moov
63
65
 
64
66
  field :disabled_on, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('disabledOn'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
65
67
 
66
- sig { params(invoice_id: ::String, invoice_number: ::String, customer_account_id: ::String, customer_display_name: ::String, customer_email: ::String, partner_account_id: ::String, status: Models::Components::InvoiceStatus, line_items: Models::Components::InvoiceLineItems, subtotal_amount: Models::Components::AmountDecimal, tax_amount: Models::Components::AmountDecimal, total_amount: Models::Components::AmountDecimal, pending_amount: Models::Components::AmountDecimal, paid_amount: Models::Components::AmountDecimal, refunded_amount: Models::Components::AmountDecimal, disputed_amount: Models::Components::AmountDecimal, created_on: ::DateTime, description: T.nilable(::String), payment_link_code: T.nilable(::String), invoice_payments: T.nilable(T::Array[Models::Components::InvoicePayment]), invoice_date: T.nilable(::DateTime), due_date: T.nilable(::DateTime), sent_on: T.nilable(::DateTime), paid_on: T.nilable(::DateTime), canceled_on: T.nilable(::DateTime), disabled_on: T.nilable(::DateTime)).void }
67
- def initialize(invoice_id:, invoice_number:, customer_account_id:, customer_display_name:, customer_email:, partner_account_id:, status:, line_items:, subtotal_amount:, tax_amount:, total_amount:, pending_amount:, paid_amount:, refunded_amount:, disputed_amount:, created_on:, description: nil, payment_link_code: nil, invoice_payments: nil, invoice_date: nil, due_date: nil, sent_on: nil, paid_on: nil, canceled_on: nil, disabled_on: nil)
68
+ sig { params(invoice_id: ::String, invoice_number: ::String, customer_account_id: ::String, customer_display_name: ::String, customer_email: ::String, partner_account_id: ::String, status: Models::Components::InvoiceStatus, line_items: Models::Components::InvoiceLineItems, subtotal_amount: Models::Components::AmountDecimal, tax_amount: Models::Components::AmountDecimal, total_amount: Models::Components::AmountDecimal, pending_amount: Models::Components::AmountDecimal, paid_amount: Models::Components::AmountDecimal, refunded_amount: Models::Components::AmountDecimal, disputed_amount: Models::Components::AmountDecimal, created_on: ::DateTime, description: T.nilable(::String), payment_link_code: T.nilable(::String), payment_link_url: T.nilable(::String), invoice_payments: T.nilable(T::Array[Models::Components::InvoicePayment]), invoice_date: T.nilable(::DateTime), due_date: T.nilable(::DateTime), sent_on: T.nilable(::DateTime), paid_on: T.nilable(::DateTime), canceled_on: T.nilable(::DateTime), disabled_on: T.nilable(::DateTime)).void }
69
+ def initialize(invoice_id:, invoice_number:, customer_account_id:, customer_display_name:, customer_email:, partner_account_id:, status:, line_items:, subtotal_amount:, tax_amount:, total_amount:, pending_amount:, paid_amount:, refunded_amount:, disputed_amount:, created_on:, description: nil, payment_link_code: nil, payment_link_url: nil, invoice_payments: nil, invoice_date: nil, due_date: nil, sent_on: nil, paid_on: nil, canceled_on: nil, disabled_on: nil)
68
70
  @invoice_id = invoice_id
69
71
  @invoice_number = invoice_number
70
72
  @customer_account_id = customer_account_id
@@ -83,6 +85,7 @@ module Moov
83
85
  @created_on = created_on
84
86
  @description = description
85
87
  @payment_link_code = payment_link_code
88
+ @payment_link_url = payment_link_url
86
89
  @invoice_payments = invoice_payments
87
90
  @invoice_date = invoice_date
88
91
  @due_date = due_date
@@ -113,6 +116,7 @@ module Moov
113
116
  return false unless @created_on == other.created_on
114
117
  return false unless @description == other.description
115
118
  return false unless @payment_link_code == other.payment_link_code
119
+ return false unless @payment_link_url == other.payment_link_url
116
120
  return false unless @invoice_payments == other.invoice_payments
117
121
  return false unless @invoice_date == other.invoice_date
118
122
  return false unless @due_date == other.due_date
@@ -44,6 +44,8 @@ class Moov::Models::Components::Invoice
44
44
  def description=(str_); end
45
45
  def payment_link_code(); end
46
46
  def payment_link_code=(str_); end
47
+ def payment_link_url(); end
48
+ def payment_link_url=(str_); end
47
49
  def invoice_payments(); end
48
50
  def invoice_payments=(str_); end
49
51
  def invoice_date(); end
@@ -24,10 +24,8 @@ module Moov
24
24
  field :funding_wallet_id, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('fundingWalletID'), required: true } }
25
25
  # The `state` represents the operational status of an issued card. A card can only approve incoming authorizations if it is in an active state.
26
26
  #
27
- # - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
28
- # - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
27
+ # - `active`: The card is operational and can approve authorizations.
29
28
  # - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
30
- # - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
31
29
  field :state, Models::Components::IssuedCardState, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('state'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::IssuedCardState, false) } }
32
30
  # Specifies the type of spend card to be issued. Presently supports virtual only, providing a digital number without a physical card.
33
31
  field :form_factor, Models::Components::IssuedCardFormFactor, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('formFactor'), required: true, 'decoder': ::Moov::Utils.enum_from_string(Models::Components::IssuedCardFormFactor, false) } }
@@ -9,15 +9,11 @@ module Moov
9
9
  module Components
10
10
  # IssuedCardState - The `state` represents the operational status of an issued card. A card can only approve incoming authorizations if it is in an active state.
11
11
  #
12
- # - `active`: The card is operational and approves authorizations. Generally becomes active shortly after card creation.
13
- # - `inactive`: The card cannot approve authorizations. This is currently a temporary state assigned post-creation during the activation process.
12
+ # - `active`: The card is operational and can approve authorizations.
14
13
  # - `closed`: The card is permanently deactivated and cannot approve authorizations. A card can be closed by request or when it expires.
15
- # - `pending-verification`: Awaiting additional authorized user verification before the card can be activated.
16
14
  class IssuedCardState < T::Enum
17
15
  enums do
18
16
  ACTIVE = new('active')
19
- INACTIVE = new('inactive')
20
- PENDING_VERIFICATION = new('pending-verification')
21
17
  CLOSED = new('closed')
22
18
  end
23
19
  end
@@ -14,7 +14,7 @@ module Moov
14
14
 
15
15
  # The date and time the terms of service were accepted.
16
16
  field :accepted_date, ::DateTime, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedDate'), required: true, 'decoder': ::Moov::Utils.datetime_from_iso_format(false) } }
17
- # The IP address from which the terms of service were accepted.
17
+ # The IP address (IPv4 or IPv6) from which the terms of service were accepted.
18
18
  field :accepted_ip, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedIP'), required: true } }
19
19
  # The user-agent of the user making the request.
20
20
  field :accepted_user_agent, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedUserAgent'), required: true } }
@@ -14,7 +14,7 @@ module Moov
14
14
 
15
15
  # The date and time the terms of service were accepted.
16
16
  field :accepted_date, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedDate'), 'decoder': ::Moov::Utils.datetime_from_iso_format(true) } }
17
- # The IP address from which the terms of service were accepted.
17
+ # The IP address (IPv4 or IPv6) from which the terms of service were accepted.
18
18
  field :accepted_ip, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedIP') } }
19
19
  # The user-agent of the user making the request.
20
20
  field :accepted_user_agent, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedUserAgent') } }
@@ -14,7 +14,7 @@ module Moov
14
14
 
15
15
  # Optional alias from a foreign/external system which can be used to reference this resource.
16
16
  field :foreign_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('foreignID') } }
17
-
17
+ # Free-form key-value pair list. Useful for storing information that is not captured elsewhere.
18
18
  field :metadata, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('metadata') } }
19
19
 
20
20
  sig { params(foreign_id: T.nilable(::String), metadata: T.nilable(T::Hash[Symbol, ::String])).void }
@@ -21,12 +21,18 @@ module Moov
21
21
  field :recipient, Models::Components::PayoutRecipient, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('recipient'), required: true } }
22
22
  # Optional free-form metadata for the transfer.
23
23
  field :metadata, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('metadata') } }
24
+ # Delivery options for push-to-card payouts. Only applies when `allowedMethods` includes `push-to-card`.
25
+ #
26
+ # The `deferred` speed and `deferredBy` apply to `push-to-card` only. Other push methods
27
+ # (`push-to-apple-pay`, `push-to-google-pay`) are always delivered instantly regardless of these options.
28
+ field :push_options, Crystalline::Nilable.new(Models::Components::PushOptions), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('pushOptions') } }
24
29
 
25
- sig { params(allowed_methods: T::Array[Models::Components::DisbursementPaymentMethodType], recipient: Models::Components::PayoutRecipient, metadata: T.nilable(T::Hash[Symbol, ::String])).void }
26
- def initialize(allowed_methods:, recipient:, metadata: nil)
30
+ sig { params(allowed_methods: T::Array[Models::Components::DisbursementPaymentMethodType], recipient: Models::Components::PayoutRecipient, metadata: T.nilable(T::Hash[Symbol, ::String]), push_options: T.nilable(Models::Components::PushOptions)).void }
31
+ def initialize(allowed_methods:, recipient:, metadata: nil, push_options: nil)
27
32
  @allowed_methods = allowed_methods
28
33
  @recipient = recipient
29
34
  @metadata = metadata
35
+ @push_options = push_options
30
36
  end
31
37
 
32
38
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -35,6 +41,7 @@ module Moov
35
41
  return false unless @allowed_methods == other.allowed_methods
36
42
  return false unless @recipient == other.recipient
37
43
  return false unless @metadata == other.metadata
44
+ return false unless @push_options == other.push_options
38
45
  true
39
46
  end
40
47
  end
@@ -14,4 +14,6 @@ class Moov::Models::Components::PaymentLinkPayoutDetails
14
14
  def recipient=(str_); end
15
15
  def metadata(); end
16
16
  def metadata=(str_); end
17
+ def push_options(); end
18
+ def push_options=(str_); end
17
19
  end
@@ -21,12 +21,18 @@ module Moov
21
21
  field :recipient, Crystalline::Nilable.new(Models::Components::PayoutRecipient), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('recipient') } }
22
22
  # Optional free-form metadata for the transfer.
23
23
  field :metadata, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::String)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('metadata') } }
24
+ # Delivery options for push-to-card payouts. Only applies when `allowedMethods` includes `push-to-card`.
25
+ #
26
+ # The `deferred` speed and `deferredBy` apply to `push-to-card` only. Other push methods
27
+ # (`push-to-apple-pay`, `push-to-google-pay`) are always delivered instantly regardless of these options.
28
+ field :push_options, Crystalline::Nilable.new(Models::Components::PushOptionsUpdate), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('pushOptions') } }
24
29
 
25
- sig { params(allowed_methods: T.nilable(T::Array[Models::Components::DisbursementPaymentMethodType]), recipient: T.nilable(Models::Components::PayoutRecipient), metadata: T.nilable(T::Hash[Symbol, ::String])).void }
26
- def initialize(allowed_methods: nil, recipient: nil, metadata: nil)
30
+ sig { params(allowed_methods: T.nilable(T::Array[Models::Components::DisbursementPaymentMethodType]), recipient: T.nilable(Models::Components::PayoutRecipient), metadata: T.nilable(T::Hash[Symbol, ::String]), push_options: T.nilable(Models::Components::PushOptionsUpdate)).void }
31
+ def initialize(allowed_methods: nil, recipient: nil, metadata: nil, push_options: nil)
27
32
  @allowed_methods = allowed_methods
28
33
  @recipient = recipient
29
34
  @metadata = metadata
35
+ @push_options = push_options
30
36
  end
31
37
 
32
38
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -35,6 +41,7 @@ module Moov
35
41
  return false unless @allowed_methods == other.allowed_methods
36
42
  return false unless @recipient == other.recipient
37
43
  return false unless @metadata == other.metadata
44
+ return false unless @push_options == other.push_options
38
45
  true
39
46
  end
40
47
  end
@@ -14,4 +14,6 @@ class Moov::Models::Components::PaymentLinkPayoutDetailsUpdate
14
14
  def recipient=(str_); end
15
15
  def metadata(); end
16
16
  def metadata=(str_); end
17
+ def push_options(); end
18
+ def push_options=(str_); end
17
19
  end
@@ -19,11 +19,14 @@ module Moov
19
19
 
20
20
  field :metadata, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('metadata') } }
21
21
 
22
- sig { params(allowed_methods: T.nilable(::String), recipient: T.nilable(Models::Components::PayoutRecipientError), metadata: T.nilable(::String)).void }
23
- def initialize(allowed_methods: nil, recipient: nil, metadata: nil)
22
+ field :push_options, Crystalline::Nilable.new(Models::Components::PushOptionsError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('pushOptions') } }
23
+
24
+ sig { params(allowed_methods: T.nilable(::String), recipient: T.nilable(Models::Components::PayoutRecipientError), metadata: T.nilable(::String), push_options: T.nilable(Models::Components::PushOptionsError)).void }
25
+ def initialize(allowed_methods: nil, recipient: nil, metadata: nil, push_options: nil)
24
26
  @allowed_methods = allowed_methods
25
27
  @recipient = recipient
26
28
  @metadata = metadata
29
+ @push_options = push_options
27
30
  end
28
31
 
29
32
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -32,6 +35,7 @@ module Moov
32
35
  return false unless @allowed_methods == other.allowed_methods
33
36
  return false unless @recipient == other.recipient
34
37
  return false unless @metadata == other.metadata
38
+ return false unless @push_options == other.push_options
35
39
  true
36
40
  end
37
41
  end
@@ -14,4 +14,6 @@ class Moov::Models::Components::PayoutDetailsError
14
14
  def recipient=(str_); end
15
15
  def metadata(); end
16
16
  def metadata=(str_); end
17
+ def push_options(); end
18
+ def push_options=(str_); end
17
19
  end
@@ -0,0 +1,19 @@
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
+ # PushDeliverySpeed - Delivery speed options for push-to-card payouts.
11
+ class PushDeliverySpeed < T::Enum
12
+ enums do
13
+ INSTANT = new('instant')
14
+ DEFERRED = new('deferred')
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,11 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::PushDeliverySpeed
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::PushDeliverySpeed
11
+ end
@@ -0,0 +1,38 @@
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
+ # Delivery options for push-to-card payouts.
11
+ class PushOptions
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+ # Delivery speeds the recipient may choose from for `push-to-card`. Include `instant` to allow immediate
16
+ # delivery, `deferred` to allow delayed delivery, or both to let the recipient choose at checkout.
17
+ field :allowed_speeds, Crystalline::Array.new(Models::Components::PushDeliverySpeed), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('allowedSpeeds'), required: true } }
18
+ # Delay before delivering a deferred `push-to-card` payout. Required when `allowedSpeeds` includes `deferred`.
19
+ # Accepted values are `24h` or `48h`.
20
+ field :deferred_by, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('deferredBy') } }
21
+
22
+ sig { params(allowed_speeds: T::Array[Models::Components::PushDeliverySpeed], deferred_by: T.nilable(::String)).void }
23
+ def initialize(allowed_speeds:, deferred_by: nil)
24
+ @allowed_speeds = allowed_speeds
25
+ @deferred_by = deferred_by
26
+ end
27
+
28
+ sig { params(other: T.untyped).returns(T::Boolean) }
29
+ def ==(other)
30
+ return false unless other.is_a? self.class
31
+ return false unless @allowed_speeds == other.allowed_speeds
32
+ return false unless @deferred_by == other.deferred_by
33
+ true
34
+ end
35
+ end
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,15 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::PushOptions
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::PushOptions
11
+ def allowed_speeds(); end
12
+ def allowed_speeds=(str_); end
13
+ def deferred_by(); end
14
+ def deferred_by=(str_); end
15
+ end
@@ -0,0 +1,36 @@
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 PushOptionsError
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+
16
+ field :allowed_speeds, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('allowedSpeeds') } }
17
+
18
+ field :deferred_by, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('deferredBy') } }
19
+
20
+ sig { params(allowed_speeds: T.nilable(::String), deferred_by: T.nilable(::String)).void }
21
+ def initialize(allowed_speeds: nil, deferred_by: nil)
22
+ @allowed_speeds = allowed_speeds
23
+ @deferred_by = deferred_by
24
+ end
25
+
26
+ sig { params(other: T.untyped).returns(T::Boolean) }
27
+ def ==(other)
28
+ return false unless other.is_a? self.class
29
+ return false unless @allowed_speeds == other.allowed_speeds
30
+ return false unless @deferred_by == other.deferred_by
31
+ true
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,15 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::PushOptionsError
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::PushOptionsError
11
+ def allowed_speeds(); end
12
+ def allowed_speeds=(str_); end
13
+ def deferred_by(); end
14
+ def deferred_by=(str_); end
15
+ end
@@ -0,0 +1,38 @@
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
+ # Delivery options for push-to-card payouts.
11
+ class PushOptionsUpdate
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
14
+
15
+ # Delivery speeds the recipient may choose from for `push-to-card`. Include `instant` to allow immediate
16
+ # delivery, `deferred` to allow delayed delivery, or both to let the recipient choose at checkout.
17
+ field :allowed_speeds, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::PushDeliverySpeed)), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('allowedSpeeds') } }
18
+ # Delay before delivering a deferred `push-to-card` payout. Required when `allowedSpeeds` includes `deferred`.
19
+ # Accepted values are `24h` or `48h`.
20
+ field :deferred_by, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('deferredBy') } }
21
+
22
+ sig { params(allowed_speeds: T.nilable(T::Array[Models::Components::PushDeliverySpeed]), deferred_by: T.nilable(::String)).void }
23
+ def initialize(allowed_speeds: nil, deferred_by: nil)
24
+ @allowed_speeds = allowed_speeds
25
+ @deferred_by = deferred_by
26
+ end
27
+
28
+ sig { params(other: T.untyped).returns(T::Boolean) }
29
+ def ==(other)
30
+ return false unless other.is_a? self.class
31
+ return false unless @allowed_speeds == other.allowed_speeds
32
+ return false unless @deferred_by == other.deferred_by
33
+ true
34
+ end
35
+ end
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,15 @@
1
+ # typed: true
2
+ # frozen_string_literal: true
3
+
4
+
5
+ class Moov::Models::Components::PushOptionsUpdate
6
+ extend ::Crystalline::MetadataFields::ClassMethods
7
+ end
8
+
9
+
10
+ class Moov::Models::Components::PushOptionsUpdate
11
+ def allowed_speeds(); end
12
+ def allowed_speeds=(str_); end
13
+ def deferred_by(); end
14
+ def deferred_by=(str_); end
15
+ end
@@ -14,7 +14,7 @@ module Moov
14
14
 
15
15
  # The date and time the terms of service were accepted.
16
16
  field :accepted_date, ::DateTime, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedDate'), required: true, 'decoder': ::Moov::Utils.datetime_from_iso_format(false) } }
17
- # The IP address from which the terms of service were accepted.
17
+ # The IP address (IPv4 or IPv6) from which the terms of service were accepted.
18
18
  field :accepted_ip, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('acceptedIP'), required: true } }
19
19
 
20
20
  sig { params(accepted_date: ::DateTime, accepted_ip: ::String).void }
@@ -462,6 +462,10 @@ module Moov
462
462
  autoload :PullFromGooglePayPaymentMethodPaymentMethodType, 'moov/models/components/pullfromgooglepaypaymentmethod_paymentmethodtype.rb'
463
463
  autoload :PullFromGooglePayTransferPaymentMethod, 'moov/models/components/pullfromgooglepaytransferpaymentmethod.rb'
464
464
  autoload :PullFromGooglePayTransferPaymentMethodPaymentMethodType, 'moov/models/components/pullfromgooglepaytransferpaymentmethod_paymentmethodtype.rb'
465
+ autoload :PushDeliverySpeed, 'moov/models/components/pushdeliveryspeed.rb'
466
+ autoload :PushOptions, 'moov/models/components/pushoptions.rb'
467
+ autoload :PushOptionsError, 'moov/models/components/pushoptionserror.rb'
468
+ autoload :PushOptionsUpdate, 'moov/models/components/pushoptionsupdate.rb'
465
469
  autoload :PushToApplePayPaymentMethod, 'moov/models/components/pushtoapplepaypaymentmethod.rb'
466
470
  autoload :PushToApplePayPaymentMethodPaymentMethodType, 'moov/models/components/pushtoapplepaypaymentmethod_paymentmethodtype.rb'
467
471
  autoload :PushToApplePayTransferPaymentMethod, 'moov/models/components/pushtoapplepaytransferpaymentmethod.rb'
@@ -19,7 +19,7 @@ module Moov
19
19
  # Optional header to wait for certain events, such as the creation of a payment method, to occur before returning a response.
20
20
  #
21
21
  # When this header is set to `payment-method`, the response will include any payment methods that were created for the newly
22
- # linked card in the `paymentMethods` field. Otherwise, the `paymentMethods` field will be omitted from the response.
22
+ # linked bank account in the `paymentMethods` field. Otherwise, the `paymentMethods` field will be omitted from the response.
23
23
  field :x_wait_for, Crystalline::Nilable.new(Models::Components::BankAccountWaitFor), { 'header': { 'field_name': 'x-wait-for', 'style': 'simple', 'explode': false } }
24
24
 
25
25
  sig { params(account_id: ::String, link_bank_account: T.any(Models::Components::BankAccountPayload, Models::Components::PlaidPayload, Models::Components::PlaidLinkPayload, Models::Components::MxPayload), x_wait_for: T.nilable(Models::Components::BankAccountWaitFor)).void }
@@ -18,7 +18,7 @@ module Moov
18
18
  field :skip, Crystalline::Nilable.new(::Integer), { 'query_param': { 'field_name': 'skip', 'style': 'form', 'explode': false } }
19
19
 
20
20
  field :count, Crystalline::Nilable.new(::Integer), { 'query_param': { 'field_name': 'count', 'style': 'form', 'explode': false } }
21
- # Optional, comma-separated states to filter the Moov list issued cards response. For example `active,pending-verification`
21
+ # Optional, comma-separated states to filter the Moov list issued cards response. For example `active,closed`
22
22
  field :states, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::IssuedCardState)), { 'query_param': { 'field_name': 'states', 'style': 'form', 'explode': false } }
23
23
 
24
24
  sig { params(account_id: ::String, skip: T.nilable(::Integer), count: T.nilable(::Integer), states: T.nilable(T::Array[Models::Components::IssuedCardState])).void }
@@ -88,9 +88,9 @@ module Moov
88
88
  end
89
89
  @language = 'ruby'
90
90
  @openapi_doc_version = 'v2026.04.00'
91
- @sdk_version = '26.4.8'
92
- @gen_version = '2.910.1'
93
- @user_agent = 'speakeasy-sdk/ruby 26.4.8 2.910.1 v2026.04.00 moov_ruby'
91
+ @sdk_version = '26.4.9'
92
+ @gen_version = '2.916.2'
93
+ @user_agent = 'speakeasy-sdk/ruby 26.4.9 2.916.2 v2026.04.00 moov_ruby'
94
94
  end
95
95
 
96
96
  sig { returns([String, T::Hash[Symbol, String]]) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moov_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 26.4.8
4
+ version: 26.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Speakeasy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-18 00:00:00.000000000 Z
11
+ date: 2026-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: 2.14.1
39
+ version: 2.14.3
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 2.14.1
46
+ version: 2.14.3
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: faraday-multipart
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -1208,6 +1208,14 @@ files:
1208
1208
  - lib/moov/models/components/pullfromgooglepaytransferpaymentmethod.rbi
1209
1209
  - lib/moov/models/components/pullfromgooglepaytransferpaymentmethod_paymentmethodtype.rb
1210
1210
  - lib/moov/models/components/pullfromgooglepaytransferpaymentmethod_paymentmethodtype.rbi
1211
+ - lib/moov/models/components/pushdeliveryspeed.rb
1212
+ - lib/moov/models/components/pushdeliveryspeed.rbi
1213
+ - lib/moov/models/components/pushoptions.rb
1214
+ - lib/moov/models/components/pushoptions.rbi
1215
+ - lib/moov/models/components/pushoptionserror.rb
1216
+ - lib/moov/models/components/pushoptionserror.rbi
1217
+ - lib/moov/models/components/pushoptionsupdate.rb
1218
+ - lib/moov/models/components/pushoptionsupdate.rbi
1211
1219
  - lib/moov/models/components/pushtoapplepaypaymentmethod.rb
1212
1220
  - lib/moov/models/components/pushtoapplepaypaymentmethod.rbi
1213
1221
  - lib/moov/models/components/pushtoapplepaypaymentmethod_paymentmethodtype.rb