moov_ruby 26.7.0.pre.dev.2 → 26.7.0.pre.dev.4
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/lib/moov/account_terminal_applications.rb +16 -16
- data/lib/moov/accounts.rb +52 -54
- data/lib/moov/adjustments.rb +8 -8
- data/lib/moov/apple_pay.rb +20 -20
- data/lib/moov/authentication.rb +8 -8
- data/lib/moov/avatars.rb +4 -4
- data/lib/moov/bank_accounts.rb +37 -37
- data/lib/moov/branding.rb +12 -12
- data/lib/moov/capabilities.rb +20 -20
- data/lib/moov/card_issuing.rb +25 -25
- data/lib/moov/cards.rb +24 -24
- data/lib/moov/client.rb +2 -1
- data/lib/moov/deposit_view.rb +213 -0
- data/lib/moov/disputes.rb +44 -44
- data/lib/moov/end_to_end_encryption.rb +8 -8
- data/lib/moov/enriched_address.rb +4 -4
- data/lib/moov/enriched_profile.rb +4 -4
- data/lib/moov/fee_plans.rb +40 -40
- data/lib/moov/files.rb +12 -12
- data/lib/moov/google_pay.rb +4 -4
- data/lib/moov/images.rb +28 -28
- data/lib/moov/industries.rb +4 -4
- data/lib/moov/institutions.rb +8 -8
- data/lib/moov/invoices.rb +28 -28
- data/lib/moov/issuing_transactions.rb +20 -20
- data/lib/moov/models/components/addcapabilities.rb +5 -1
- data/lib/moov/models/components/amountdecimalrange.rb +11 -5
- data/lib/moov/models/components/amountdecimalrangeupdate.rb +7 -1
- data/lib/moov/models/components/billingaddress.rb +52 -0
- data/lib/moov/models/components/billingaddress.rbi +23 -0
- data/lib/moov/models/components/capability.rb +7 -1
- data/lib/moov/models/components/capabilityid.rb +8 -1
- data/lib/moov/models/components/cardtransactiondetails.rb +10 -2
- data/lib/moov/models/components/cardtransactiondetails.rbi +4 -0
- data/lib/moov/models/components/cardtransactionstatus.rb +1 -0
- data/lib/moov/models/components/createaccount.rb +5 -1
- data/lib/moov/models/components/createpaymentlink.rb +10 -6
- data/lib/moov/models/components/createpaymentlink.rbi +2 -0
- data/lib/moov/models/components/createtransferdestinationcard.rb +6 -2
- data/lib/moov/models/components/createtransferdestinationcard.rbi +2 -0
- data/lib/moov/models/components/customamountpaymentdetailserror.rb +52 -0
- data/lib/moov/models/components/customamountpaymentdetailserror.rbi +23 -0
- data/lib/moov/models/components/depositaccountingestedresponse.rb +44 -0
- data/lib/moov/models/components/depositaccountingestedresponse.rbi +19 -0
- data/lib/moov/models/components/fullissuedcard.rb +23 -13
- data/lib/moov/models/components/fullissuedcard.rbi +10 -4
- data/lib/moov/models/components/invoice.rb +6 -2
- data/lib/moov/models/components/invoice.rbi +2 -0
- data/lib/moov/models/components/issuedcard.rb +23 -13
- data/lib/moov/models/components/issuedcard.rbi +10 -4
- data/lib/moov/models/components/issuedcardstate.rb +1 -5
- data/lib/moov/models/components/manualtermsofservice.rb +1 -1
- data/lib/moov/models/components/manualtermsofserviceupdate.rb +1 -1
- data/lib/moov/models/components/onboardinginvite.rb +1 -1
- data/lib/moov/models/components/onboardinginviterequest.rb +1 -1
- data/lib/moov/models/components/patchtransfer.rb +6 -6
- data/lib/moov/models/components/patchtransfer.rbi +2 -2
- data/lib/moov/models/components/patchwallet.rb +1 -1
- data/lib/moov/models/components/paymentlink.rb +12 -5
- data/lib/moov/models/components/paymentlink.rbi +2 -0
- data/lib/moov/models/components/paymentlinkcustomamountpaymentdetails.rb +59 -0
- data/lib/moov/models/components/paymentlinkcustomamountpaymentdetails.rbi +23 -0
- data/lib/moov/models/components/paymentlinkcustomamountpaymentdetailsupdate.rb +59 -0
- data/lib/moov/models/components/paymentlinkcustomamountpaymentdetailsupdate.rbi +23 -0
- data/lib/moov/models/components/paymentlinkpaymentdetails.rb +2 -14
- data/lib/moov/models/components/paymentlinkpaymentdetails.rbi +0 -6
- data/lib/moov/models/components/paymentlinkpaymentdetailsupdate.rb +2 -14
- data/lib/moov/models/components/paymentlinkpaymentdetailsupdate.rbi +0 -6
- data/lib/moov/models/components/paymentlinkpayoutdetails.rb +9 -2
- data/lib/moov/models/components/paymentlinkpayoutdetails.rbi +2 -0
- data/lib/moov/models/components/paymentlinkpayoutdetailsupdate.rb +9 -2
- data/lib/moov/models/components/paymentlinkpayoutdetailsupdate.rbi +2 -0
- data/lib/moov/models/components/paymentlinktype.rb +1 -0
- data/lib/moov/models/components/paymentmethodscard.rb +7 -2
- data/lib/moov/models/components/paymentmethodscard.rbi +2 -0
- data/lib/moov/models/components/payoutdetailserror.rb +6 -2
- data/lib/moov/models/components/payoutdetailserror.rbi +2 -0
- data/lib/moov/models/components/pushdeliveryspeed.rb +19 -0
- data/lib/moov/models/components/pushdeliveryspeed.rbi +11 -0
- data/lib/moov/models/components/pushoptions.rb +38 -0
- data/lib/moov/models/components/pushoptions.rbi +15 -0
- data/lib/moov/models/components/pushoptionserror.rb +36 -0
- data/lib/moov/models/components/pushoptionserror.rbi +15 -0
- data/lib/moov/models/components/pushoptionsupdate.rb +38 -0
- data/lib/moov/models/components/pushoptionsupdate.rbi +15 -0
- data/lib/moov/models/components/requestcard.rb +17 -17
- data/lib/moov/models/components/requestcard.rbi +8 -8
- data/lib/moov/models/components/sourcesystem.rb +23 -0
- data/lib/moov/models/components/sourcesystem.rbi +11 -0
- data/lib/moov/models/components/surcharge.rb +38 -0
- data/lib/moov/models/components/surcharge.rbi +15 -0
- data/lib/moov/models/components/tax.rb +38 -0
- data/lib/moov/models/components/tax.rbi +15 -0
- data/lib/moov/models/components/termsofservice.rb +1 -1
- data/lib/moov/models/components/updateissuedcard.rb +13 -9
- data/lib/moov/models/components/updateissuedcard.rbi +6 -4
- data/lib/moov/models/components/updatepaymentlink.rb +6 -2
- data/lib/moov/models/components/updatepaymentlink.rbi +2 -0
- data/lib/moov/models/components/updatepaymentlinkamountdetails.rb +3 -3
- data/lib/moov/models/components/webhookdataauthorizationexpiring.rb +44 -0
- data/lib/moov/models/components/webhookdataauthorizationexpiring.rbi +19 -0
- data/lib/moov/models/components/webhookdatacapabilityrequested.rb +7 -1
- data/lib/moov/models/components/webhookdatacapabilityupdated.rb +7 -1
- data/lib/moov/models/components/webhookdatasweepcreated.rb +6 -2
- data/lib/moov/models/components/webhookdatasweepcreated.rbi +2 -0
- data/lib/moov/models/components/webhookdatasweepupdated.rb +6 -2
- data/lib/moov/models/components/webhookdatasweepupdated.rbi +2 -0
- data/lib/moov/models/components/webhookevent.rb +2 -2
- data/lib/moov/models/components/webhookeventtype.rb +1 -0
- data/lib/moov/models/components.rb +13 -6
- data/lib/moov/models/errors/createpaymentlinkerror.rb +6 -2
- data/lib/moov/models/errors/createpaymentlinkerror.rbi +2 -0
- data/lib/moov/models/errors/depositaccountvalidationerror.rb +40 -0
- data/lib/moov/models/errors/depositaccountvalidationerror.rbi +17 -0
- data/lib/moov/models/errors/requestcarderror.rb +14 -14
- data/lib/moov/models/errors/requestcarderror.rbi +8 -8
- data/lib/moov/models/errors/updateissuedcarderror.rb +12 -8
- data/lib/moov/models/errors/updateissuedcarderror.rbi +6 -4
- data/lib/moov/models/errors/updatepaymentlinkerror.rb +6 -2
- data/lib/moov/models/errors/updatepaymentlinkerror.rbi +2 -0
- data/lib/moov/models/errors.rb +1 -0
- data/lib/moov/models/operations/createdepositaccount_request.rb +40 -0
- data/lib/moov/models/operations/createdepositaccount_request.rbi +17 -0
- data/lib/moov/models/operations/createdepositaccount_response.rb +48 -0
- data/lib/moov/models/operations/createdepositaccount_response.rbi +21 -0
- data/lib/moov/models/operations/disablecapability_request.rb +7 -1
- data/lib/moov/models/operations/getcapability_request.rb +7 -1
- data/lib/moov/models/operations/linkbankaccount_request.rb +1 -1
- data/lib/moov/models/operations/listcancellations_request.rb +36 -0
- data/lib/moov/models/operations/listcancellations_request.rbi +15 -0
- data/lib/moov/models/operations/listcancellations_response.rb +48 -0
- data/lib/moov/models/operations/listcancellations_response.rbi +21 -0
- data/lib/moov/models/operations/listissuedcards_request.rb +1 -1
- data/lib/moov/models/operations.rb +4 -0
- data/lib/moov/onboarding.rb +16 -16
- data/lib/moov/payment_links.rb +24 -24
- data/lib/moov/payment_methods.rb +8 -8
- data/lib/moov/ping.rb +4 -4
- data/lib/moov/products.rb +20 -20
- data/lib/moov/receipts.rb +8 -8
- data/lib/moov/representatives.rb +20 -20
- data/lib/moov/resolution_links.rb +16 -16
- data/lib/moov/scheduling.rb +24 -24
- data/lib/moov/sdkconfiguration.rb +3 -3
- data/lib/moov/statements.rb +8 -8
- data/lib/moov/support.rb +20 -20
- data/lib/moov/sweeps.rb +24 -24
- data/lib/moov/terminal_applications.rb +20 -20
- data/lib/moov/transfer_config.rb +12 -12
- data/lib/moov/transfers.rb +171 -48
- data/lib/moov/underwriting.rb +12 -12
- data/lib/moov/utils/retries.rb +4 -1
- data/lib/moov/wallet_transactions.rb +8 -8
- data/lib/moov/wallets.rb +16 -16
- data/lib/moov/webhooks.rb +32 -32
- data/lib/moov_ruby.rb +1 -0
- metadata +41 -16
- data/lib/moov/models/components/authorizeduser.rb +0 -36
- data/lib/moov/models/components/authorizeduser.rbi +0 -15
- data/lib/moov/models/components/createauthorizeduser.rb +0 -40
- data/lib/moov/models/components/createauthorizeduser.rbi +0 -17
- data/lib/moov/models/components/createauthorizedusererror.rb +0 -40
- data/lib/moov/models/components/createauthorizedusererror.rbi +0 -17
- data/lib/moov/models/components/createauthorizeduserupdate.rb +0 -40
- data/lib/moov/models/components/createauthorizeduserupdate.rbi +0 -17
- data/lib/moov/models/components/paymentlinkpaymentdetails_amounttype.rb +0 -19
- data/lib/moov/models/components/paymentlinkpaymentdetails_amounttype.rbi +0 -11
- data/lib/moov/models/components/paymentlinkpaymentdetailsupdate_amounttype.rb +0 -19
- data/lib/moov/models/components/paymentlinkpaymentdetailsupdate_amounttype.rbi +0 -11
|
@@ -29,14 +29,16 @@ module Moov
|
|
|
29
29
|
|
|
30
30
|
field :payout, Crystalline::Nilable.new(Models::Components::PayoutDetailsError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('payout') } }
|
|
31
31
|
|
|
32
|
+
field :custom_amount_payment, Crystalline::Nilable.new(Models::Components::CustomAmountPaymentDetailsError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('customAmountPayment') } }
|
|
33
|
+
|
|
32
34
|
field :line_items, Crystalline::Nilable.new(Models::Components::CreatePaymentLinkLineItemsValidationError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('lineItems') } }
|
|
33
35
|
|
|
34
36
|
field :amount_details, Crystalline::Nilable.new(Models::Components::CreatePaymentLinkAmountDetailsValidationError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('amountDetails') } }
|
|
35
37
|
# Raw HTTP response; suitable for custom response parsing
|
|
36
38
|
field :raw_response, Crystalline::Nilable.new(::Faraday::Response), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('-') } }
|
|
37
39
|
|
|
38
|
-
sig { params(partner_account_id: T.nilable(::String), merchant_payment_method_id: T.nilable(::String), amount: T.nilable(Models::Components::AmountValidationError), max_uses: T.nilable(::String), expires_on: T.nilable(::String), display: T.nilable(Models::Components::DisplayOptionsError), payment: T.nilable(Models::Components::PaymentDetailsError), payout: T.nilable(Models::Components::PayoutDetailsError), line_items: T.nilable(Models::Components::CreatePaymentLinkLineItemsValidationError), amount_details: T.nilable(Models::Components::CreatePaymentLinkAmountDetailsValidationError), raw_response: T.nilable(::Faraday::Response)).void }
|
|
39
|
-
def initialize(partner_account_id: nil, merchant_payment_method_id: nil, amount: nil, max_uses: nil, expires_on: nil, display: nil, payment: nil, payout: nil, line_items: nil, amount_details: nil, raw_response: nil)
|
|
40
|
+
sig { params(partner_account_id: T.nilable(::String), merchant_payment_method_id: T.nilable(::String), amount: T.nilable(Models::Components::AmountValidationError), max_uses: T.nilable(::String), expires_on: T.nilable(::String), display: T.nilable(Models::Components::DisplayOptionsError), payment: T.nilable(Models::Components::PaymentDetailsError), payout: T.nilable(Models::Components::PayoutDetailsError), custom_amount_payment: T.nilable(Models::Components::CustomAmountPaymentDetailsError), line_items: T.nilable(Models::Components::CreatePaymentLinkLineItemsValidationError), amount_details: T.nilable(Models::Components::CreatePaymentLinkAmountDetailsValidationError), raw_response: T.nilable(::Faraday::Response)).void }
|
|
41
|
+
def initialize(partner_account_id: nil, merchant_payment_method_id: nil, amount: nil, max_uses: nil, expires_on: nil, display: nil, payment: nil, payout: nil, custom_amount_payment: nil, line_items: nil, amount_details: nil, raw_response: nil)
|
|
40
42
|
@partner_account_id = partner_account_id
|
|
41
43
|
@merchant_payment_method_id = merchant_payment_method_id
|
|
42
44
|
@amount = amount
|
|
@@ -45,6 +47,7 @@ module Moov
|
|
|
45
47
|
@display = display
|
|
46
48
|
@payment = payment
|
|
47
49
|
@payout = payout
|
|
50
|
+
@custom_amount_payment = custom_amount_payment
|
|
48
51
|
@line_items = line_items
|
|
49
52
|
@amount_details = amount_details
|
|
50
53
|
@raw_response = raw_response
|
|
@@ -61,6 +64,7 @@ module Moov
|
|
|
61
64
|
return false unless @display == other.display
|
|
62
65
|
return false unless @payment == other.payment
|
|
63
66
|
return false unless @payout == other.payout
|
|
67
|
+
return false unless @custom_amount_payment == other.custom_amount_payment
|
|
64
68
|
return false unless @line_items == other.line_items
|
|
65
69
|
return false unless @amount_details == other.amount_details
|
|
66
70
|
return false unless @raw_response == other.raw_response
|
|
@@ -24,6 +24,8 @@ class Moov::Models::Errors::CreatePaymentLinkError
|
|
|
24
24
|
def payment=(str_); end
|
|
25
25
|
def payout(); end
|
|
26
26
|
def payout=(str_); end
|
|
27
|
+
def custom_amount_payment(); end
|
|
28
|
+
def custom_amount_payment=(str_); end
|
|
27
29
|
def line_items(); end
|
|
28
30
|
def line_items=(str_); end
|
|
29
31
|
def amount_details(); end
|
|
@@ -0,0 +1,40 @@
|
|
|
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 Errors
|
|
10
|
+
# Descriptions of any field validations that failed while parsing the deposit account payload.
|
|
11
|
+
class DepositAccountValidationError < StandardError
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# An error describing why the X-Source-System header was missing or unsupported.
|
|
16
|
+
field :source_system, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('sourceSystem') } }
|
|
17
|
+
# An error describing why the request body could not be parsed for the given source system.
|
|
18
|
+
field :body, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('body') } }
|
|
19
|
+
# Raw HTTP response; suitable for custom response parsing
|
|
20
|
+
field :raw_response, Crystalline::Nilable.new(::Faraday::Response), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('-') } }
|
|
21
|
+
|
|
22
|
+
sig { params(source_system: T.nilable(::String), body: T.nilable(::String), raw_response: T.nilable(::Faraday::Response)).void }
|
|
23
|
+
def initialize(source_system: nil, body: nil, raw_response: nil)
|
|
24
|
+
@source_system = source_system
|
|
25
|
+
@body = body
|
|
26
|
+
@raw_response = raw_response
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @source_system == other.source_system
|
|
33
|
+
return false unless @body == other.body
|
|
34
|
+
return false unless @raw_response == other.raw_response
|
|
35
|
+
true
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Moov::Models::Errors::DepositAccountValidationError
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Errors::DepositAccountValidationError
|
|
11
|
+
def source_system(); end
|
|
12
|
+
def source_system=(str_); end
|
|
13
|
+
def body(); end
|
|
14
|
+
def body=(str_); end
|
|
15
|
+
def raw_response(); end
|
|
16
|
+
def raw_response=(str_); end
|
|
17
|
+
end
|
|
@@ -13,13 +13,13 @@ module Moov
|
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
field :
|
|
16
|
+
field :authorized_user_account_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('authorizedUserAccountID') } }
|
|
17
17
|
|
|
18
|
-
field :
|
|
18
|
+
field :nickname, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('nickname') } }
|
|
19
19
|
|
|
20
|
-
field :
|
|
20
|
+
field :metadata, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('metadata') } }
|
|
21
21
|
|
|
22
|
-
field :
|
|
22
|
+
field :billing_address, Crystalline::Nilable.new(Models::Components::AddressError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('billingAddress') } }
|
|
23
23
|
|
|
24
24
|
field :expiration, Crystalline::Nilable.new(Models::Components::CardExpirationError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('expiration') } }
|
|
25
25
|
|
|
@@ -27,12 +27,12 @@ module Moov
|
|
|
27
27
|
# Raw HTTP response; suitable for custom response parsing
|
|
28
28
|
field :raw_response, Crystalline::Nilable.new(::Faraday::Response), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('-') } }
|
|
29
29
|
|
|
30
|
-
sig { params(
|
|
31
|
-
def initialize(
|
|
32
|
-
@
|
|
33
|
-
@
|
|
34
|
-
@
|
|
35
|
-
@
|
|
30
|
+
sig { params(authorized_user_account_id: T.nilable(::String), nickname: T.nilable(::String), metadata: T.nilable(::String), billing_address: T.nilable(Models::Components::AddressError), expiration: T.nilable(Models::Components::CardExpirationError), controls: T.nilable(Models::Components::IssuingControlsError), raw_response: T.nilable(::Faraday::Response)).void }
|
|
31
|
+
def initialize(authorized_user_account_id: nil, nickname: nil, metadata: nil, billing_address: nil, expiration: nil, controls: nil, raw_response: nil)
|
|
32
|
+
@authorized_user_account_id = authorized_user_account_id
|
|
33
|
+
@nickname = nickname
|
|
34
|
+
@metadata = metadata
|
|
35
|
+
@billing_address = billing_address
|
|
36
36
|
@expiration = expiration
|
|
37
37
|
@controls = controls
|
|
38
38
|
@raw_response = raw_response
|
|
@@ -41,10 +41,10 @@ module Moov
|
|
|
41
41
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
42
42
|
def ==(other)
|
|
43
43
|
return false unless other.is_a? self.class
|
|
44
|
-
return false unless @
|
|
45
|
-
return false unless @
|
|
46
|
-
return false unless @
|
|
47
|
-
return false unless @
|
|
44
|
+
return false unless @authorized_user_account_id == other.authorized_user_account_id
|
|
45
|
+
return false unless @nickname == other.nickname
|
|
46
|
+
return false unless @metadata == other.metadata
|
|
47
|
+
return false unless @billing_address == other.billing_address
|
|
48
48
|
return false unless @expiration == other.expiration
|
|
49
49
|
return false unless @controls == other.controls
|
|
50
50
|
return false unless @raw_response == other.raw_response
|
|
@@ -8,14 +8,14 @@ end
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class Moov::Models::Errors::RequestCardError
|
|
11
|
-
def
|
|
12
|
-
def
|
|
13
|
-
def
|
|
14
|
-
def
|
|
15
|
-
def
|
|
16
|
-
def
|
|
17
|
-
def
|
|
18
|
-
def
|
|
11
|
+
def authorized_user_account_id(); end
|
|
12
|
+
def authorized_user_account_id=(str_); end
|
|
13
|
+
def nickname(); end
|
|
14
|
+
def nickname=(str_); end
|
|
15
|
+
def metadata(); end
|
|
16
|
+
def metadata=(str_); end
|
|
17
|
+
def billing_address(); end
|
|
18
|
+
def billing_address=(str_); end
|
|
19
19
|
def expiration(); end
|
|
20
20
|
def expiration=(str_); end
|
|
21
21
|
def controls(); end
|
|
@@ -15,17 +15,20 @@ module Moov
|
|
|
15
15
|
|
|
16
16
|
field :state, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('state') } }
|
|
17
17
|
|
|
18
|
-
field :
|
|
18
|
+
field :nickname, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('nickname') } }
|
|
19
19
|
|
|
20
|
-
field :
|
|
20
|
+
field :metadata, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('metadata') } }
|
|
21
|
+
|
|
22
|
+
field :billing_address, Crystalline::Nilable.new(Models::Components::AddressError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('billingAddress') } }
|
|
21
23
|
# Raw HTTP response; suitable for custom response parsing
|
|
22
24
|
field :raw_response, Crystalline::Nilable.new(::Faraday::Response), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('-') } }
|
|
23
25
|
|
|
24
|
-
sig { params(state: T.nilable(::String),
|
|
25
|
-
def initialize(state: nil,
|
|
26
|
+
sig { params(state: T.nilable(::String), nickname: T.nilable(::String), metadata: T.nilable(::String), billing_address: T.nilable(Models::Components::AddressError), raw_response: T.nilable(::Faraday::Response)).void }
|
|
27
|
+
def initialize(state: nil, nickname: nil, metadata: nil, billing_address: nil, raw_response: nil)
|
|
26
28
|
@state = state
|
|
27
|
-
@
|
|
28
|
-
@
|
|
29
|
+
@nickname = nickname
|
|
30
|
+
@metadata = metadata
|
|
31
|
+
@billing_address = billing_address
|
|
29
32
|
@raw_response = raw_response
|
|
30
33
|
end
|
|
31
34
|
|
|
@@ -33,8 +36,9 @@ module Moov
|
|
|
33
36
|
def ==(other)
|
|
34
37
|
return false unless other.is_a? self.class
|
|
35
38
|
return false unless @state == other.state
|
|
36
|
-
return false unless @
|
|
37
|
-
return false unless @
|
|
39
|
+
return false unless @nickname == other.nickname
|
|
40
|
+
return false unless @metadata == other.metadata
|
|
41
|
+
return false unless @billing_address == other.billing_address
|
|
38
42
|
return false unless @raw_response == other.raw_response
|
|
39
43
|
true
|
|
40
44
|
end
|
|
@@ -10,10 +10,12 @@ end
|
|
|
10
10
|
class Moov::Models::Errors::UpdateIssuedCardError
|
|
11
11
|
def state(); end
|
|
12
12
|
def state=(str_); end
|
|
13
|
-
def
|
|
14
|
-
def
|
|
15
|
-
def
|
|
16
|
-
def
|
|
13
|
+
def nickname(); end
|
|
14
|
+
def nickname=(str_); end
|
|
15
|
+
def metadata(); end
|
|
16
|
+
def metadata=(str_); end
|
|
17
|
+
def billing_address(); end
|
|
18
|
+
def billing_address=(str_); end
|
|
17
19
|
def raw_response(); end
|
|
18
20
|
def raw_response=(str_); end
|
|
19
21
|
end
|
|
@@ -23,19 +23,22 @@ module Moov
|
|
|
23
23
|
|
|
24
24
|
field :payout, Crystalline::Nilable.new(Models::Components::PayoutDetailsError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('payout') } }
|
|
25
25
|
|
|
26
|
+
field :custom_amount_payment, Crystalline::Nilable.new(Models::Components::CustomAmountPaymentDetailsError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('customAmountPayment') } }
|
|
27
|
+
|
|
26
28
|
field :line_items, Crystalline::Nilable.new(Models::Components::CreatePaymentLinkLineItemsValidationError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('lineItems') } }
|
|
27
29
|
|
|
28
30
|
field :amount_details, Crystalline::Nilable.new(Models::Components::UpdatePaymentLinkAmountDetailsValidationError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('amountDetails') } }
|
|
29
31
|
# Raw HTTP response; suitable for custom response parsing
|
|
30
32
|
field :raw_response, Crystalline::Nilable.new(::Faraday::Response), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('-') } }
|
|
31
33
|
|
|
32
|
-
sig { params(amount: T.nilable(Models::Components::AmountValidationError), expires_on: T.nilable(::String), display: T.nilable(Models::Components::DisplayOptionsError), payment: T.nilable(Models::Components::PaymentDetailsError), payout: T.nilable(Models::Components::PayoutDetailsError), line_items: T.nilable(Models::Components::CreatePaymentLinkLineItemsValidationError), amount_details: T.nilable(Models::Components::UpdatePaymentLinkAmountDetailsValidationError), raw_response: T.nilable(::Faraday::Response)).void }
|
|
33
|
-
def initialize(amount: nil, expires_on: nil, display: nil, payment: nil, payout: nil, line_items: nil, amount_details: nil, raw_response: nil)
|
|
34
|
+
sig { params(amount: T.nilable(Models::Components::AmountValidationError), expires_on: T.nilable(::String), display: T.nilable(Models::Components::DisplayOptionsError), payment: T.nilable(Models::Components::PaymentDetailsError), payout: T.nilable(Models::Components::PayoutDetailsError), custom_amount_payment: T.nilable(Models::Components::CustomAmountPaymentDetailsError), line_items: T.nilable(Models::Components::CreatePaymentLinkLineItemsValidationError), amount_details: T.nilable(Models::Components::UpdatePaymentLinkAmountDetailsValidationError), raw_response: T.nilable(::Faraday::Response)).void }
|
|
35
|
+
def initialize(amount: nil, expires_on: nil, display: nil, payment: nil, payout: nil, custom_amount_payment: nil, line_items: nil, amount_details: nil, raw_response: nil)
|
|
34
36
|
@amount = amount
|
|
35
37
|
@expires_on = expires_on
|
|
36
38
|
@display = display
|
|
37
39
|
@payment = payment
|
|
38
40
|
@payout = payout
|
|
41
|
+
@custom_amount_payment = custom_amount_payment
|
|
39
42
|
@line_items = line_items
|
|
40
43
|
@amount_details = amount_details
|
|
41
44
|
@raw_response = raw_response
|
|
@@ -49,6 +52,7 @@ module Moov
|
|
|
49
52
|
return false unless @display == other.display
|
|
50
53
|
return false unless @payment == other.payment
|
|
51
54
|
return false unless @payout == other.payout
|
|
55
|
+
return false unless @custom_amount_payment == other.custom_amount_payment
|
|
52
56
|
return false unless @line_items == other.line_items
|
|
53
57
|
return false unless @amount_details == other.amount_details
|
|
54
58
|
return false unless @raw_response == other.raw_response
|
|
@@ -18,6 +18,8 @@ class Moov::Models::Errors::UpdatePaymentLinkError
|
|
|
18
18
|
def payment=(str_); end
|
|
19
19
|
def payout(); end
|
|
20
20
|
def payout=(str_); end
|
|
21
|
+
def custom_amount_payment(); end
|
|
22
|
+
def custom_amount_payment=(str_); end
|
|
21
23
|
def line_items(); end
|
|
22
24
|
def line_items=(str_); end
|
|
23
25
|
def amount_details(); end
|
data/lib/moov/models/errors.rb
CHANGED
|
@@ -25,6 +25,7 @@ module Moov
|
|
|
25
25
|
autoload :CreateTicketError, 'moov/models/errors/createticketerror.rb'
|
|
26
26
|
autoload :CreateWalletValidationError, 'moov/models/errors/createwalletvalidationerror.rb'
|
|
27
27
|
autoload :CreateWebhookValidationError, 'moov/models/errors/createwebhookvalidationerror.rb'
|
|
28
|
+
autoload :DepositAccountValidationError, 'moov/models/errors/depositaccountvalidationerror.rb'
|
|
28
29
|
autoload :DuplicateCardError, 'moov/models/errors/duplicatecarderror.rb'
|
|
29
30
|
autoload :FeePlanAgreementError, 'moov/models/errors/feeplanagreementerror.rb'
|
|
30
31
|
autoload :FileUploadValidationError, 'moov/models/errors/fileuploadvalidationerror.rb'
|
|
@@ -0,0 +1,40 @@
|
|
|
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 Operations
|
|
10
|
+
|
|
11
|
+
class CreateDepositAccountRequest
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
|
+
# Identifies the core banking source system that produced the request body.
|
|
18
|
+
field :x_source_system, Models::Components::SourceSystem, { 'header': { 'field_name': 'X-Source-System', 'style': 'simple', 'explode': false } }
|
|
19
|
+
|
|
20
|
+
field :request_body, ::String, { 'request': { 'media_type': 'application/octet-stream' } }
|
|
21
|
+
|
|
22
|
+
sig { params(account_id: ::String, x_source_system: Models::Components::SourceSystem, request_body: ::String).void }
|
|
23
|
+
def initialize(account_id:, x_source_system:, request_body:)
|
|
24
|
+
@account_id = account_id
|
|
25
|
+
@x_source_system = x_source_system
|
|
26
|
+
@request_body = request_body
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @account_id == other.account_id
|
|
33
|
+
return false unless @x_source_system == other.x_source_system
|
|
34
|
+
return false unless @request_body == other.request_body
|
|
35
|
+
true
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Moov::Models::Operations::CreateDepositAccountRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::CreateDepositAccountRequest
|
|
11
|
+
def account_id(); end
|
|
12
|
+
def account_id=(str_); end
|
|
13
|
+
def x_source_system(); end
|
|
14
|
+
def x_source_system=(str_); end
|
|
15
|
+
def request_body(); end
|
|
16
|
+
def request_body=(str_); end
|
|
17
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
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 Operations
|
|
10
|
+
|
|
11
|
+
class CreateDepositAccountResponse
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# HTTP response content type for this operation
|
|
16
|
+
field :content_type, ::String
|
|
17
|
+
# HTTP response status code for this operation
|
|
18
|
+
field :status_code, ::Integer
|
|
19
|
+
# Raw HTTP response; suitable for custom response parsing
|
|
20
|
+
field :raw_response, ::Faraday::Response
|
|
21
|
+
|
|
22
|
+
field :headers, Crystalline::Hash.new(Symbol, Crystalline::Array.new(::String))
|
|
23
|
+
# The request completed successfully.
|
|
24
|
+
field :deposit_account_ingested_response, Crystalline::Nilable.new(Models::Components::DepositAccountIngestedResponse)
|
|
25
|
+
|
|
26
|
+
sig { params(content_type: ::String, status_code: ::Integer, raw_response: ::Faraday::Response, headers: T::Hash[Symbol, T::Array[::String]], deposit_account_ingested_response: T.nilable(Models::Components::DepositAccountIngestedResponse)).void }
|
|
27
|
+
def initialize(content_type:, status_code:, raw_response:, headers:, deposit_account_ingested_response: nil)
|
|
28
|
+
@content_type = content_type
|
|
29
|
+
@status_code = status_code
|
|
30
|
+
@raw_response = raw_response
|
|
31
|
+
@headers = headers
|
|
32
|
+
@deposit_account_ingested_response = deposit_account_ingested_response
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
36
|
+
def ==(other)
|
|
37
|
+
return false unless other.is_a? self.class
|
|
38
|
+
return false unless @content_type == other.content_type
|
|
39
|
+
return false unless @status_code == other.status_code
|
|
40
|
+
return false unless @raw_response == other.raw_response
|
|
41
|
+
return false unless @headers == other.headers
|
|
42
|
+
return false unless @deposit_account_ingested_response == other.deposit_account_ingested_response
|
|
43
|
+
true
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Moov::Models::Operations::CreateDepositAccountResponse
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::CreateDepositAccountResponse
|
|
11
|
+
def content_type(); end
|
|
12
|
+
def content_type=(str_); end
|
|
13
|
+
def status_code(); end
|
|
14
|
+
def status_code=(str_); end
|
|
15
|
+
def raw_response(); end
|
|
16
|
+
def raw_response=(str_); end
|
|
17
|
+
def headers(); end
|
|
18
|
+
def headers=(str_); end
|
|
19
|
+
def deposit_account_ingested_response(); end
|
|
20
|
+
def deposit_account_ingested_response=(str_); end
|
|
21
|
+
end
|
|
@@ -16,7 +16,13 @@ module Moov
|
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Moov account capabilities.
|
|
18
18
|
#
|
|
19
|
-
#
|
|
19
|
+
# **Deprecated capabilities**
|
|
20
|
+
#
|
|
21
|
+
# The `send-funds`, `collect-funds`, and `wallet` capability IDs are deprecated. Request granular capabilities instead (for example, `send-funds.ach`, `collect-funds.card-payments`, or `wallet.balance`). Deprecated values will be removed in a future API version.
|
|
22
|
+
#
|
|
23
|
+
# Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to choose the right capabilities for your integration.
|
|
24
|
+
#
|
|
25
|
+
# The `production-app`, `platform.production-app`, and / or `platform.wallet-transfers` capabilities might appear in the list for your Partner account. These are read-only capabilities that Moov requests. These capabilities remain active with your account and require no additional action.
|
|
20
26
|
field :capability_id, Models::Components::CapabilityID, { 'path_param': { 'field_name': 'capabilityID', 'style': 'simple', 'explode': false } }
|
|
21
27
|
|
|
22
28
|
sig { params(account_id: ::String, capability_id: Models::Components::CapabilityID).void }
|
|
@@ -16,7 +16,13 @@ module Moov
|
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Moov account capabilities.
|
|
18
18
|
#
|
|
19
|
-
#
|
|
19
|
+
# **Deprecated capabilities**
|
|
20
|
+
#
|
|
21
|
+
# The `send-funds`, `collect-funds`, and `wallet` capability IDs are deprecated. Request granular capabilities instead (for example, `send-funds.ach`, `collect-funds.card-payments`, or `wallet.balance`). Deprecated values will be removed in a future API version.
|
|
22
|
+
#
|
|
23
|
+
# Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to choose the right capabilities for your integration.
|
|
24
|
+
#
|
|
25
|
+
# The `production-app`, `platform.production-app`, and / or `platform.wallet-transfers` capabilities might appear in the list for your Partner account. These are read-only capabilities that Moov requests. These capabilities remain active with your account and require no additional action.
|
|
20
26
|
field :capability_id, Models::Components::CapabilityID, { 'path_param': { 'field_name': 'capabilityID', 'style': 'simple', 'explode': false } }
|
|
21
27
|
|
|
22
28
|
sig { params(account_id: ::String, capability_id: Models::Components::CapabilityID).void }
|
|
@@ -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
|
|
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 }
|
|
@@ -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 Operations
|
|
10
|
+
|
|
11
|
+
class ListCancellationsRequest
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Moov account ID of the partner or transfer's source or destination.
|
|
16
|
+
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
|
+
# Identifier for the transfer.
|
|
18
|
+
field :transfer_id, ::String, { 'path_param': { 'field_name': 'transferID', 'style': 'simple', 'explode': false } }
|
|
19
|
+
|
|
20
|
+
sig { params(account_id: ::String, transfer_id: ::String).void }
|
|
21
|
+
def initialize(account_id:, transfer_id:)
|
|
22
|
+
@account_id = account_id
|
|
23
|
+
@transfer_id = transfer_id
|
|
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 @account_id == other.account_id
|
|
30
|
+
return false unless @transfer_id == other.transfer_id
|
|
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::Operations::ListCancellationsRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::ListCancellationsRequest
|
|
11
|
+
def account_id(); end
|
|
12
|
+
def account_id=(str_); end
|
|
13
|
+
def transfer_id(); end
|
|
14
|
+
def transfer_id=(str_); end
|
|
15
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
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 Operations
|
|
10
|
+
|
|
11
|
+
class ListCancellationsResponse
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# HTTP response content type for this operation
|
|
16
|
+
field :content_type, ::String
|
|
17
|
+
# HTTP response status code for this operation
|
|
18
|
+
field :status_code, ::Integer
|
|
19
|
+
# Raw HTTP response; suitable for custom response parsing
|
|
20
|
+
field :raw_response, ::Faraday::Response
|
|
21
|
+
|
|
22
|
+
field :headers, Crystalline::Hash.new(Symbol, Crystalline::Array.new(::String))
|
|
23
|
+
# The request completed successfully.
|
|
24
|
+
field :cancellations, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::Cancellation))
|
|
25
|
+
|
|
26
|
+
sig { params(content_type: ::String, status_code: ::Integer, raw_response: ::Faraday::Response, headers: T::Hash[Symbol, T::Array[::String]], cancellations: T.nilable(T::Array[Models::Components::Cancellation])).void }
|
|
27
|
+
def initialize(content_type:, status_code:, raw_response:, headers:, cancellations: nil)
|
|
28
|
+
@content_type = content_type
|
|
29
|
+
@status_code = status_code
|
|
30
|
+
@raw_response = raw_response
|
|
31
|
+
@headers = headers
|
|
32
|
+
@cancellations = cancellations
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
36
|
+
def ==(other)
|
|
37
|
+
return false unless other.is_a? self.class
|
|
38
|
+
return false unless @content_type == other.content_type
|
|
39
|
+
return false unless @status_code == other.status_code
|
|
40
|
+
return false unless @raw_response == other.raw_response
|
|
41
|
+
return false unless @headers == other.headers
|
|
42
|
+
return false unless @cancellations == other.cancellations
|
|
43
|
+
true
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Moov::Models::Operations::ListCancellationsResponse
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::ListCancellationsResponse
|
|
11
|
+
def content_type(); end
|
|
12
|
+
def content_type=(str_); end
|
|
13
|
+
def status_code(); end
|
|
14
|
+
def status_code=(str_); end
|
|
15
|
+
def raw_response(); end
|
|
16
|
+
def raw_response=(str_); end
|
|
17
|
+
def headers(); end
|
|
18
|
+
def headers=(str_); end
|
|
19
|
+
def cancellations(); end
|
|
20
|
+
def cancellations=(str_); end
|
|
21
|
+
end
|
|
@@ -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,
|
|
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 }
|
|
@@ -28,6 +28,8 @@ module Moov
|
|
|
28
28
|
autoload :CreateBrandResponse, 'moov/models/operations/createbrand_response.rb'
|
|
29
29
|
autoload :CreateCancellationRequest, 'moov/models/operations/createcancellation_request.rb'
|
|
30
30
|
autoload :CreateCancellationResponse, 'moov/models/operations/createcancellation_response.rb'
|
|
31
|
+
autoload :CreateDepositAccountRequest, 'moov/models/operations/createdepositaccount_request.rb'
|
|
32
|
+
autoload :CreateDepositAccountResponse, 'moov/models/operations/createdepositaccount_response.rb'
|
|
31
33
|
autoload :CreateFeePlanAgreementsRequest, 'moov/models/operations/createfeeplanagreements_request.rb'
|
|
32
34
|
autoload :CreateFeePlanAgreementsResponse, 'moov/models/operations/createfeeplanagreements_response.rb'
|
|
33
35
|
autoload :CreateInvoicePaymentRequest, 'moov/models/operations/createinvoicepayment_request.rb'
|
|
@@ -219,6 +221,8 @@ module Moov
|
|
|
219
221
|
autoload :ListAdjustmentsResponse, 'moov/models/operations/listadjustments_response.rb'
|
|
220
222
|
autoload :ListBankAccountsRequest, 'moov/models/operations/listbankaccounts_request.rb'
|
|
221
223
|
autoload :ListBankAccountsResponse, 'moov/models/operations/listbankaccounts_response.rb'
|
|
224
|
+
autoload :ListCancellationsRequest, 'moov/models/operations/listcancellations_request.rb'
|
|
225
|
+
autoload :ListCancellationsResponse, 'moov/models/operations/listcancellations_response.rb'
|
|
222
226
|
autoload :ListCapabilitiesRequest, 'moov/models/operations/listcapabilities_request.rb'
|
|
223
227
|
autoload :ListCapabilitiesResponse, 'moov/models/operations/listcapabilities_response.rb'
|
|
224
228
|
autoload :ListCardsRequest, 'moov/models/operations/listcards_request.rb'
|