moov_ruby 26.4.0.pre.dev.6 → 26.4.0.pre.dev.7
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/crystalline/metadata_fields.rb +66 -9
- data/lib/crystalline/module.rb +3 -3
- data/lib/moov/account_terminal_applications.rb +5 -5
- data/lib/moov/accounts.rb +22 -22
- data/lib/moov/adjustments.rb +2 -2
- data/lib/moov/apple_pay.rb +14 -14
- data/lib/moov/authentication.rb +3 -3
- data/lib/moov/avatars.rb +2 -2
- data/lib/moov/bank_accounts.rb +26 -26
- data/lib/moov/branding.rb +5 -5
- data/lib/moov/capabilities.rb +6 -6
- data/lib/moov/card_issuing.rb +8 -8
- data/lib/moov/cards.rb +32 -17
- data/lib/moov/client.rb +2 -1
- data/lib/moov/disputes.rb +32 -32
- data/lib/moov/end_to_end_encryption.rb +2 -2
- data/lib/moov/enriched_profile.rb +1 -1
- data/lib/moov/fee_plans.rb +12 -12
- data/lib/moov/files.rb +5 -5
- data/lib/moov/images.rb +10 -10
- data/lib/moov/industries.rb +1 -1
- data/lib/moov/institutions.rb +7 -7
- data/lib/moov/invoices.rb +914 -0
- data/lib/moov/issuing_transactions.rb +5 -5
- data/lib/moov/models/components/account.rb +5 -5
- data/lib/moov/models/components/accountnameverification.rb +4 -4
- data/lib/moov/models/components/accountverificationstatus.rb +2 -2
- data/lib/moov/models/components/achcreditsamedaypaymentmethod.rb +1 -1
- data/lib/moov/models/components/achcreditsamedaytransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achcreditstandardpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achcreditstandardtransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achdebitcollectpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achdebitcollecttransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achdebitfundpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achdebitfundtransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achreturncode.rb +1 -1
- data/lib/moov/models/components/achtransactiondetails.rb +10 -10
- data/lib/moov/models/components/adjustment.rb +1 -1
- data/lib/moov/models/components/adjustmentfees.rb +3 -3
- data/lib/moov/models/components/amount.rb +1 -1
- data/lib/moov/models/components/amountdecimal.rb +1 -1
- data/lib/moov/models/components/amountdecimalupdate.rb +38 -0
- data/lib/moov/models/components/amountdecimalupdate.rbi +15 -0
- data/lib/moov/models/components/amountupdate.rb +1 -1
- data/lib/moov/models/components/applepayheader.rb +1 -1
- data/lib/moov/models/components/applepaymerchantdomains.rb +2 -2
- data/lib/moov/models/components/applepaypaymentmethod.rb +1 -1
- data/lib/moov/models/components/applepayresponse.rb +2 -2
- data/lib/moov/models/components/applepaytransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/asynccreatedrefund.rb +1 -1
- data/lib/moov/models/components/asynctransfer.rb +1 -1
- data/lib/moov/models/components/authtoken.rb +1 -1
- data/lib/moov/models/components/authtokenrequest.rb +2 -2
- data/lib/moov/models/components/bankaccount.rb +7 -7
- data/lib/moov/models/components/bankaccountexception.rb +5 -5
- data/lib/moov/models/components/bankaccountintegration.rb +2 -2
- data/lib/moov/models/components/bankaccountverification.rb +2 -2
- data/lib/moov/models/components/bankaccountverificationcreated.rb +2 -2
- data/lib/moov/models/components/basicpaymentmethod.rb +1 -1
- data/lib/moov/models/components/billablefee.rb +2 -2
- data/lib/moov/models/components/billingsummary.rb +6 -6
- data/lib/moov/models/components/billingsummary_platformfees.rb +3 -3
- data/lib/moov/models/components/billingsummary_volumeamount.rb +3 -3
- data/lib/moov/models/components/billingsummarydetails.rb +4 -4
- data/lib/moov/models/components/billingsummarydetails_volumeamount.rb +3 -3
- data/lib/moov/models/components/businessprofile.rb +2 -2
- data/lib/moov/models/components/calltoaction.rb +1 -1
- data/lib/moov/models/components/cancellation.rb +2 -2
- data/lib/moov/models/components/capability.rb +6 -6
- data/lib/moov/models/components/capabilityid.rb +1 -1
- data/lib/moov/models/components/card.rb +5 -5
- data/lib/moov/models/components/cardaccountupdater.rb +2 -2
- data/lib/moov/models/components/cardacquiring.rb +4 -4
- data/lib/moov/models/components/cardacquiringdispute.rb +1 -1
- data/lib/moov/models/components/cardacquiringrefund.rb +3 -3
- data/lib/moov/models/components/cardpaymentpaymentmethod.rb +1 -1
- data/lib/moov/models/components/cardpaymenttransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/cardpresentpaymentpaymentmethod.rb +1 -1
- data/lib/moov/models/components/cardpresentpaymenttransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/cardtransactiondetails.rb +12 -12
- data/lib/moov/models/components/cardverification.rb +3 -3
- data/lib/moov/models/components/collectfundscardpayments.rb +1 -1
- data/lib/moov/models/components/completedmicrodeposits.rb +1 -1
- data/lib/moov/models/components/createaccount.rb +2 -2
- data/lib/moov/models/components/createbusinessprofile.rb +2 -2
- data/lib/moov/models/components/createdtransfer.rb +4 -4
- data/lib/moov/models/components/createevidencefilemultipart.rb +1 -1
- data/lib/moov/models/components/createevidencetext.rb +1 -1
- data/lib/moov/models/components/createinvoice.rb +52 -0
- data/lib/moov/models/components/createinvoice.rbi +23 -0
- data/lib/moov/models/components/createinvoicelineitem.rb +49 -0
- data/lib/moov/models/components/createinvoicelineitem.rbi +21 -0
- data/lib/moov/models/components/createinvoicelineitemoption.rb +44 -0
- data/lib/moov/models/components/createinvoicelineitemoption.rbi +19 -0
- data/lib/moov/models/components/createinvoicelineitemoptionvalidationerror.rb +44 -0
- data/lib/moov/models/components/createinvoicelineitemoptionvalidationerror.rbi +19 -0
- data/lib/moov/models/components/createinvoicelineitems.rb +32 -0
- data/lib/moov/models/components/createinvoicelineitems.rbi +13 -0
- data/lib/moov/models/components/createinvoicelineitemsupdate.rb +32 -0
- data/lib/moov/models/components/createinvoicelineitemsupdate.rbi +13 -0
- data/lib/moov/models/components/createinvoicelineitemsvalidationerror.rb +32 -0
- data/lib/moov/models/components/createinvoicelineitemsvalidationerror.rbi +13 -0
- data/lib/moov/models/components/createinvoicelineitemvalidationerror.rb +48 -0
- data/lib/moov/models/components/createinvoicelineitemvalidationerror.rbi +21 -0
- data/lib/moov/models/components/createinvoicepayment.rb +44 -0
- data/lib/moov/models/components/createinvoicepayment.rbi +19 -0
- data/lib/moov/models/components/createpaymentlink.rb +4 -4
- data/lib/moov/models/components/createpaymentlinklineitem.rb +2 -2
- data/lib/moov/models/components/createpaymentlinklineitemoption.rb +2 -2
- data/lib/moov/models/components/createproductoption.rb +1 -1
- data/lib/moov/models/components/createproductoptiongroup.rb +2 -2
- data/lib/moov/models/components/createrefund.rb +1 -1
- data/lib/moov/models/components/createsweepconfig.rb +1 -1
- data/lib/moov/models/components/createterminalapplication.rb +1 -1
- data/lib/moov/models/components/createtransfersourceach.rb +2 -2
- data/lib/moov/models/components/createtransfersourcecard.rb +2 -2
- data/lib/moov/models/components/createwebhook.rb +1 -1
- data/lib/moov/models/components/dispute.rb +7 -7
- data/lib/moov/models/components/disputeevidenceresponse.rb +4 -4
- data/lib/moov/models/components/disputestatus.rb +1 -1
- data/lib/moov/models/components/document.rb +2 -2
- data/lib/moov/models/components/estimatedactivity.rb +1 -1
- data/lib/moov/models/components/evidencetextresponse.rb +2 -2
- data/lib/moov/models/components/evidenceuploadresponse.rb +2 -2
- data/lib/moov/models/components/facilitatorfee.rb +1 -1
- data/lib/moov/models/components/feeplan.rb +2 -2
- data/lib/moov/models/components/feeplanagreement.rb +3 -3
- data/lib/moov/models/components/feeproperties.rb +1 -1
- data/lib/moov/models/components/filedetails.rb +4 -4
- data/lib/moov/models/components/fileuploadrequestmultipart.rb +1 -1
- data/lib/moov/models/components/fulfillment.rb +2 -2
- data/lib/moov/models/components/fulfillmentdetails.rb +1 -1
- data/lib/moov/models/components/fullissuedcard.rb +5 -5
- data/lib/moov/models/components/granttype.rb +1 -1
- data/lib/moov/models/components/imagemetadata.rb +3 -3
- data/lib/moov/models/components/incurredfee.rb +1 -1
- data/lib/moov/models/components/instantbankcreditpaymentmethod.rb +1 -1
- data/lib/moov/models/components/instantbankcredittransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/invoice.rb +116 -0
- data/lib/moov/models/components/invoice.rbi +55 -0
- data/lib/moov/models/components/invoiceexternalpayment.rb +40 -0
- data/lib/moov/models/components/invoiceexternalpayment.rbi +17 -0
- data/lib/moov/models/components/invoicelineitem.rb +53 -0
- data/lib/moov/models/components/invoicelineitem.rbi +23 -0
- data/lib/moov/models/components/invoicelineitemimagemetadata.rb +44 -0
- data/lib/moov/models/components/invoicelineitemimagemetadata.rbi +19 -0
- data/lib/moov/models/components/invoicelineitemoption.rb +48 -0
- data/lib/moov/models/components/invoicelineitemoption.rbi +21 -0
- data/lib/moov/models/components/invoicelineitemoptionvalidationerror.rb +44 -0
- data/lib/moov/models/components/invoicelineitemoptionvalidationerror.rbi +19 -0
- data/lib/moov/models/components/invoicelineitems.rb +32 -0
- data/lib/moov/models/components/invoicelineitems.rbi +13 -0
- data/lib/moov/models/components/invoicelineitemsvalidationerror.rb +32 -0
- data/lib/moov/models/components/invoicelineitemsvalidationerror.rbi +13 -0
- data/lib/moov/models/components/invoicelineitemvalidationerror.rb +48 -0
- data/lib/moov/models/components/invoicelineitemvalidationerror.rbi +21 -0
- data/lib/moov/models/components/invoicepayment.rb +48 -0
- data/lib/moov/models/components/invoicepayment.rbi +21 -0
- data/lib/moov/models/components/invoicepaymenttype.rb +19 -0
- data/lib/moov/models/components/invoicepaymenttype.rbi +11 -0
- data/lib/moov/models/components/invoicetransferpayment.rb +32 -0
- data/lib/moov/models/components/invoicetransferpayment.rbi +13 -0
- data/lib/moov/models/components/issuedcard.rb +5 -5
- data/lib/moov/models/components/issuedcardauthorization.rb +3 -3
- data/lib/moov/models/components/issuedcardauthorizationevent.rb +3 -3
- data/lib/moov/models/components/issuedcardstate.rb +1 -1
- data/lib/moov/models/components/issuedcardtransaction.rb +2 -2
- data/lib/moov/models/components/issuingvelocitylimit.rb +1 -1
- data/lib/moov/models/components/jsonwebkey.rb +6 -6
- data/lib/moov/models/components/linkapplepay.rb +2 -2
- data/lib/moov/models/components/linkapplepaymentdata.rb +2 -2
- data/lib/moov/models/components/linkapplepaymentmethod.rb +1 -1
- data/lib/moov/models/components/linkapplepaytoken.rb +3 -3
- data/lib/moov/models/components/linkedapplepaypaymentmethod.rb +1 -1
- data/lib/moov/models/components/manualtermsofservice.rb +1 -1
- data/lib/moov/models/components/manualtermsofserviceupdate.rb +1 -1
- data/lib/moov/models/components/minimumcommitment.rb +1 -1
- data/lib/moov/models/components/monthlyplatformfee.rb +1 -1
- data/lib/moov/models/components/moovfee.rb +1 -1
- data/lib/moov/models/components/moovwalletpaymentmethod.rb +1 -1
- data/lib/moov/models/components/moovwallettransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/mxauthorizationcode.rb +1 -1
- data/lib/moov/models/components/mxpayload.rb +3 -3
- data/lib/moov/models/components/occurrence.rb +1 -1
- data/lib/moov/models/components/occurrencesresponse.rb +5 -5
- data/lib/moov/models/components/onboardinginvite.rb +3 -3
- data/lib/moov/models/components/onboardingpartneraccount.rb +1 -1
- data/lib/moov/models/components/otherfees.rb +3 -3
- data/lib/moov/models/components/partnerpricingagreement.rb +3 -3
- data/lib/moov/models/components/patchbusiness.rb +2 -2
- data/lib/moov/models/components/patchsweepconfig.rb +1 -1
- data/lib/moov/models/components/patchwallet.rb +1 -1
- data/lib/moov/models/components/paymentlink.rb +9 -9
- data/lib/moov/models/components/paymentlinkdisplayoptions.rb +2 -2
- data/lib/moov/models/components/paymentlinkdisplayoptionsupdate.rb +2 -2
- data/lib/moov/models/components/paymentlinkpayoutdetails.rb +1 -1
- data/lib/moov/models/components/paymentlinkpayoutdetailsupdate.rb +1 -1
- data/lib/moov/models/components/paymentlinktype.rb +1 -0
- data/lib/moov/models/components/paymentmethodsbankaccount.rb +5 -5
- data/lib/moov/models/components/paymentmethodscard.rb +4 -4
- data/lib/moov/models/components/paymentmethodswallet.rb +1 -1
- data/lib/moov/models/components/payoutrecipient.rb +1 -1
- data/lib/moov/models/components/plaidintegration.rb +2 -2
- data/lib/moov/models/components/plaidlinkintegration.rb +2 -2
- data/lib/moov/models/components/plaidlinkpayload.rb +3 -3
- data/lib/moov/models/components/plaidpayload.rb +2 -2
- data/lib/moov/models/components/platformfees.rb +2 -2
- data/lib/moov/models/components/product.rb +4 -4
- data/lib/moov/models/components/productoption.rb +1 -1
- data/lib/moov/models/components/productoptiongroup.rb +2 -2
- data/lib/moov/models/components/productrequest.rb +1 -1
- data/lib/moov/models/components/pullfromcardpaymentmethod.rb +1 -1
- data/lib/moov/models/components/pullfromcardtransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/pushtocardpaymentmethod.rb +1 -1
- data/lib/moov/models/components/pushtocardtransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/receiptrequest.rb +1 -1
- data/lib/moov/models/components/receiptresponse.rb +2 -2
- data/lib/moov/models/components/recur.rb +1 -1
- data/lib/moov/models/components/recurresponse.rb +1 -1
- data/lib/moov/models/components/refundcarddetails.rb +7 -7
- data/lib/moov/models/components/representative.rb +3 -3
- data/lib/moov/models/components/requestcard.rb +1 -1
- data/lib/moov/models/components/requirementerror.rb +2 -2
- data/lib/moov/models/components/residual.rb +4 -4
- data/lib/moov/models/components/revoketokenrequest.rb +1 -1
- data/lib/moov/models/components/rtpcreditpaymentmethod.rb +1 -1
- data/lib/moov/models/components/rtpcredittransferpaymentmethod.rb +1 -1
- data/lib/moov/models/components/rtprejectioncode.rb +1 -1
- data/lib/moov/models/components/rtptransactiondetails.rb +6 -6
- data/lib/moov/models/components/schedulelistresponse.rb +4 -4
- data/lib/moov/models/components/scheduleresponse.rb +4 -4
- data/lib/moov/models/components/sentreceipt.rb +1 -1
- data/lib/moov/models/components/statement.rb +6 -6
- data/lib/moov/models/components/sweep.rb +3 -3
- data/lib/moov/models/components/sweepconfig.rb +3 -3
- data/lib/moov/models/components/sweepconfigpaymentmethod.rb +1 -1
- data/lib/moov/models/components/sweepsubtotal.rb +1 -1
- data/lib/moov/models/components/terminalapplication.rb +2 -2
- data/lib/moov/models/components/terminalcard.rb +3 -3
- data/lib/moov/models/components/termsofservice.rb +1 -1
- data/lib/moov/models/components/ticket.rb +5 -5
- data/lib/moov/models/components/ticketmessage.rb +1 -1
- data/lib/moov/models/components/transactionsource.rb +1 -1
- data/lib/moov/models/components/transfer.rb +10 -6
- data/lib/moov/models/components/transfer.rbi +2 -0
- data/lib/moov/models/components/transferdestination.rb +1 -1
- data/lib/moov/models/components/transferpaymentmethodsbankaccount.rb +5 -5
- data/lib/moov/models/components/transferpaymentmethodscard.rb +4 -4
- data/lib/moov/models/components/transferpaymentmethodswallet.rb +1 -1
- data/lib/moov/models/components/transfersource.rb +1 -1
- data/lib/moov/models/components/transferterminalcard.rb +3 -3
- data/lib/moov/models/components/underwriting.rb +5 -5
- data/lib/moov/models/components/underwritingstatus.rb +2 -2
- data/lib/moov/models/components/updateevidence.rb +1 -1
- data/lib/moov/models/components/updateinvoice.rb +54 -0
- data/lib/moov/models/components/updateinvoice.rbi +23 -0
- data/lib/moov/models/components/updateissuedcard.rb +1 -1
- data/lib/moov/models/components/updatepaymentlink.rb +1 -1
- data/lib/moov/models/components/updateticket.rb +1 -1
- data/lib/moov/models/components/updatewebhook.rb +1 -1
- data/lib/moov/models/components/upsertunderwriting.rb +4 -4
- data/lib/moov/models/components/verification.rb +9 -9
- data/lib/moov/models/components/verificationstatus.rb +2 -2
- data/lib/moov/models/components/verificationstatusdetail.rb +2 -2
- data/lib/moov/models/components/wallet.rb +4 -4
- data/lib/moov/models/components/walletavailablebalance.rb +1 -1
- data/lib/moov/models/components/wallettransaction.rb +5 -5
- data/lib/moov/models/components/wallettransactiontype.rb +1 -0
- data/lib/moov/models/components/webhook.rb +4 -4
- data/lib/moov/models/components/webhookdatabankaccountupdated.rb +2 -2
- data/lib/moov/models/components/webhookdatacancellationcreated.rb +1 -1
- data/lib/moov/models/components/webhookdatacancellationupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatacapabilityrequested.rb +2 -2
- data/lib/moov/models/components/webhookdatacapabilityupdated.rb +3 -3
- data/lib/moov/models/components/webhookdatacardautoupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatadisputecreated.rb +3 -3
- data/lib/moov/models/components/webhookdatadisputeupdated.rb +3 -3
- data/lib/moov/models/components/webhookdatainvoiceupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatanetworkidupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatarefundupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatasweepupdated.rb +1 -1
- data/lib/moov/models/components/webhookdataterminalapplicationcreated.rb +1 -1
- data/lib/moov/models/components/webhookdataterminalapplicationupdated.rb +1 -1
- data/lib/moov/models/components/webhookdataticketupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatatransfercreated.rb +1 -1
- data/lib/moov/models/components/webhookdatatransferupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatawallettransactionupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatawalletupdated.rb +1 -1
- data/lib/moov/models/components/webhookevent.rb +2 -2
- data/lib/moov/models/components.rb +23 -0
- data/lib/moov/models/errors/cardacquiringrefund_error.rb +3 -3
- data/lib/moov/models/errors/createinvoiceerror.rb +56 -0
- data/lib/moov/models/errors/createinvoiceerror.rbi +25 -0
- data/lib/moov/models/errors/createinvoicepaymenterror.rb +48 -0
- data/lib/moov/models/errors/createinvoicepaymenterror.rbi +21 -0
- data/lib/moov/models/errors/duplicatecarderror.rb +41 -0
- data/lib/moov/models/errors/duplicatecarderror.rbi +17 -0
- data/lib/moov/models/errors/listinvoicesvalidationerror.rb +64 -0
- data/lib/moov/models/errors/listinvoicesvalidationerror.rbi +29 -0
- data/lib/moov/models/errors/transfer_error.rb +10 -6
- data/lib/moov/models/errors/transfer_error.rbi +2 -0
- data/lib/moov/models/errors/updateinvoiceerror.rb +56 -0
- data/lib/moov/models/errors/updateinvoiceerror.rbi +25 -0
- data/lib/moov/models/errors.rb +5 -0
- data/lib/moov/models/operations/acceptdispute_request.rb +3 -3
- data/lib/moov/models/operations/assignaccountcountries_request.rb +3 -3
- data/lib/moov/models/operations/cancelschedule_request.rb +3 -3
- data/lib/moov/models/operations/completebankaccountverification_request.rb +3 -3
- data/lib/moov/models/operations/completemicrodeposits_request.rb +3 -3
- data/lib/moov/models/operations/connectaccount_request.rb +3 -3
- data/lib/moov/models/operations/createaccesstoken_request.rb +3 -3
- data/lib/moov/models/operations/createaccount_request.rb +3 -3
- data/lib/moov/models/operations/createapplepaysession_request.rb +3 -3
- data/lib/moov/models/operations/createbrand_request.rb +3 -3
- data/lib/moov/models/operations/createcancellation_request.rb +3 -3
- data/lib/moov/models/operations/createfeeplanagreements_request.rb +3 -3
- data/lib/moov/models/operations/createinvoice_request.rb +49 -0
- data/lib/moov/models/operations/createinvoice_request.rbi +17 -0
- data/lib/moov/models/operations/createinvoice_response.rb +48 -0
- data/lib/moov/models/operations/createinvoice_response.rbi +21 -0
- data/lib/moov/models/operations/createinvoicepayment_request.rb +53 -0
- data/lib/moov/models/operations/createinvoicepayment_request.rbi +19 -0
- data/lib/moov/models/operations/createinvoicepayment_response.rb +48 -0
- data/lib/moov/models/operations/createinvoicepayment_response.rbi +21 -0
- data/lib/moov/models/operations/createonboardinginvite_request.rb +3 -3
- data/lib/moov/models/operations/createpaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/createproduct_request.rb +3 -3
- data/lib/moov/models/operations/createreceipts_request.rb +3 -3
- data/lib/moov/models/operations/createrepresentative_request.rb +3 -3
- data/lib/moov/models/operations/createreversal_request.rb +3 -3
- data/lib/moov/models/operations/createschedule_request.rb +3 -3
- data/lib/moov/models/operations/createsweepconfig_request.rb +3 -3
- data/lib/moov/models/operations/createterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/createterminalapplicationversion_request.rb +3 -3
- data/lib/moov/models/operations/createticket_request.rb +3 -3
- data/lib/moov/models/operations/createtransfer_request.rb +3 -3
- data/lib/moov/models/operations/createtransferoptions_request.rb +3 -3
- data/lib/moov/models/operations/createwallet_request.rb +3 -3
- data/lib/moov/models/operations/createwebhook_request.rb +3 -3
- data/lib/moov/models/operations/deletedisputeevidencefile_request.rb +3 -3
- data/lib/moov/models/operations/deleteimage_request.rb +3 -3
- data/lib/moov/models/operations/deleterepresentative_request.rb +3 -3
- data/lib/moov/models/operations/deleteterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/disablebankaccount_request.rb +3 -3
- data/lib/moov/models/operations/disablecapability_request.rb +4 -4
- data/lib/moov/models/operations/disablecard_request.rb +3 -3
- data/lib/moov/models/operations/disablepaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/disableproduct_request.rb +3 -3
- data/lib/moov/models/operations/disablewebhook_request.rb +3 -3
- data/lib/moov/models/operations/disconnectaccount_request.rb +3 -3
- data/lib/moov/models/operations/generateendtoendkey_request.rb +3 -3
- data/lib/moov/models/operations/getaccount_request.rb +3 -3
- data/lib/moov/models/operations/getaccountcountries_request.rb +3 -3
- data/lib/moov/models/operations/getaccountterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/getadjustment_request.rb +3 -3
- data/lib/moov/models/operations/getapplepaymerchantdomains_request.rb +3 -3
- data/lib/moov/models/operations/getavatar_request.rb +3 -3
- data/lib/moov/models/operations/getbankaccount_request.rb +3 -3
- data/lib/moov/models/operations/getbankaccountverification_request.rb +3 -3
- data/lib/moov/models/operations/getbrand_request.rb +3 -3
- data/lib/moov/models/operations/getcancellation_request.rb +3 -3
- data/lib/moov/models/operations/getcapability_request.rb +4 -4
- data/lib/moov/models/operations/getcard_request.rb +3 -3
- data/lib/moov/models/operations/getdispute_request.rb +3 -3
- data/lib/moov/models/operations/getdisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/getdisputeevidencedata_request.rb +3 -3
- data/lib/moov/models/operations/getenrichmentaddress_request.rb +3 -3
- data/lib/moov/models/operations/getenrichmentprofile_request.rb +3 -3
- data/lib/moov/models/operations/getfiledetails_request.rb +3 -3
- data/lib/moov/models/operations/getfullissuedcard_request.rb +3 -3
- data/lib/moov/models/operations/getimagemetadata_request.rb +3 -3
- data/lib/moov/models/operations/getinvoice_request.rb +49 -0
- data/lib/moov/models/operations/getinvoice_request.rbi +17 -0
- data/lib/moov/models/operations/getinvoice_response.rb +48 -0
- data/lib/moov/models/operations/getinvoice_response.rbi +21 -0
- data/lib/moov/models/operations/getissuedcard_request.rb +3 -3
- data/lib/moov/models/operations/getissuedcardauthorization_request.rb +3 -3
- data/lib/moov/models/operations/getissuedcardtransaction_request.rb +3 -3
- data/lib/moov/models/operations/getmerchantprocessingagreement_request.rb +3 -3
- data/lib/moov/models/operations/getonboardinginvite_request.rb +3 -3
- data/lib/moov/models/operations/getpaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/getpaymentlinkqrcode_request.rb +3 -3
- data/lib/moov/models/operations/getpaymentmethod_request.rb +3 -3
- data/lib/moov/models/operations/getproduct_request.rb +3 -3
- data/lib/moov/models/operations/getpublicimage_request.rb +1 -1
- data/lib/moov/models/operations/getrefund_request.rb +3 -3
- data/lib/moov/models/operations/getrepresentative_request.rb +3 -3
- data/lib/moov/models/operations/getresidual_request.rb +3 -3
- data/lib/moov/models/operations/getscheduledoccurrence_request.rb +4 -4
- data/lib/moov/models/operations/getschedules_request.rb +3 -3
- data/lib/moov/models/operations/getstatement_request.rb +3 -3
- data/lib/moov/models/operations/getsweep_request.rb +3 -3
- data/lib/moov/models/operations/getsweepconfig_request.rb +3 -3
- data/lib/moov/models/operations/getterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/getterminalconfiguration_request.rb +3 -3
- data/lib/moov/models/operations/gettermsofservicetoken_request.rb +3 -3
- data/lib/moov/models/operations/getticket_request.rb +3 -3
- data/lib/moov/models/operations/gettransfer_request.rb +3 -3
- data/lib/moov/models/operations/getunderwriting_request.rb +3 -3
- data/lib/moov/models/operations/getwallet_request.rb +3 -3
- data/lib/moov/models/operations/getwallettransaction_request.rb +3 -3
- data/lib/moov/models/operations/getwebhook_request.rb +3 -3
- data/lib/moov/models/operations/getwebhooksecret_request.rb +3 -3
- data/lib/moov/models/operations/initiatebankaccountverification_request.rb +4 -4
- data/lib/moov/models/operations/initiatemicrodeposits_request.rb +3 -3
- data/lib/moov/models/operations/initiaterefund_request.rb +3 -3
- data/lib/moov/models/operations/linkaccountterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/linkapplepaytoken_request.rb +3 -3
- data/lib/moov/models/operations/linkbankaccount_request.rb +4 -4
- data/lib/moov/models/operations/linkcard_request.rb +4 -4
- data/lib/moov/models/operations/listaccounts_request.rb +9 -9
- data/lib/moov/models/operations/listaccountterminalapplications_request.rb +3 -3
- data/lib/moov/models/operations/listadjustments_request.rb +3 -3
- data/lib/moov/models/operations/listbankaccounts_request.rb +3 -3
- data/lib/moov/models/operations/listcapabilities_request.rb +3 -3
- data/lib/moov/models/operations/listcards_request.rb +3 -3
- data/lib/moov/models/operations/listconnectedaccountsforaccount_request.rb +9 -9
- data/lib/moov/models/operations/listdisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/listdisputes_request.rb +3 -3
- data/lib/moov/models/operations/listeventtypes_request.rb +3 -3
- data/lib/moov/models/operations/listfeeplanagreements_request.rb +3 -3
- data/lib/moov/models/operations/listfeeplans_request.rb +3 -3
- data/lib/moov/models/operations/listfeerevenue_request.rb +3 -3
- data/lib/moov/models/operations/listfeesfetch_request.rb +3 -3
- data/lib/moov/models/operations/listfiles_request.rb +3 -3
- data/lib/moov/models/operations/listimagemetadata_request.rb +3 -3
- data/lib/moov/models/operations/listindustries_request.rb +3 -3
- data/lib/moov/models/operations/listinstitutions_request.rb +3 -3
- data/lib/moov/models/operations/listinvoicepayments_request.rb +49 -0
- data/lib/moov/models/operations/listinvoicepayments_request.rbi +17 -0
- data/lib/moov/models/operations/listinvoicepayments_response.rb +48 -0
- data/lib/moov/models/operations/listinvoicepayments_response.rbi +21 -0
- data/lib/moov/models/operations/listinvoices_request.rb +77 -0
- data/lib/moov/models/operations/listinvoices_request.rbi +31 -0
- data/lib/moov/models/operations/listinvoices_response.rb +48 -0
- data/lib/moov/models/operations/listinvoices_response.rbi +21 -0
- data/lib/moov/models/operations/listissuedcardauthorizationevents_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcardauthorizations_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcards_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcardtransactions_request.rb +3 -3
- data/lib/moov/models/operations/listonboardinginvites_request.rb +3 -3
- data/lib/moov/models/operations/listpartnerpricingagreements_request.rb +3 -3
- data/lib/moov/models/operations/listpaymentlinks_request.rb +9 -13
- data/lib/moov/models/operations/listpaymentlinks_request.rbi +2 -4
- data/lib/moov/models/operations/listpaymentmethods_request.rb +4 -4
- data/lib/moov/models/operations/listproducts_request.rb +3 -3
- data/lib/moov/models/operations/listreceipts_request.rb +3 -3
- data/lib/moov/models/operations/listrefunds_request.rb +3 -3
- data/lib/moov/models/operations/listrepresentatives_request.rb +3 -3
- data/lib/moov/models/operations/listresidualfees_request.rb +3 -3
- data/lib/moov/models/operations/listresiduals_request.rb +3 -3
- data/lib/moov/models/operations/listschedules_request.rb +3 -3
- data/lib/moov/models/operations/liststatements_request.rb +3 -3
- data/lib/moov/models/operations/listsweepconfigs_request.rb +3 -3
- data/lib/moov/models/operations/listsweeps_request.rb +3 -3
- data/lib/moov/models/operations/listterminalapplications_request.rb +3 -3
- data/lib/moov/models/operations/listticketmessages_request.rb +3 -3
- data/lib/moov/models/operations/listtickets_request.rb +3 -3
- data/lib/moov/models/operations/listtransfers_request.rb +3 -3
- data/lib/moov/models/operations/listwallets_request.rb +3 -3
- data/lib/moov/models/operations/listwallettransactions_request.rb +3 -3
- data/lib/moov/models/operations/listwebhooks_request.rb +3 -3
- data/lib/moov/models/operations/ping_request.rb +3 -3
- data/lib/moov/models/operations/pingwebhook_request.rb +3 -3
- data/lib/moov/models/operations/registerapplepaymerchantdomains_request.rb +3 -3
- data/lib/moov/models/operations/requestcapabilities_request.rb +3 -3
- data/lib/moov/models/operations/requestcard_request.rb +3 -3
- data/lib/moov/models/operations/retrievefees_request.rb +3 -3
- data/lib/moov/models/operations/revokeaccesstoken_request.rb +3 -3
- data/lib/moov/models/operations/revokeonboardinginvite_request.rb +3 -3
- data/lib/moov/models/operations/saveunderwriting_request.rb +3 -3
- data/lib/moov/models/operations/searchinstitutions_request.rb +3 -3
- data/lib/moov/models/operations/submitdisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/testendtoendtoken_request.rb +3 -3
- data/lib/moov/models/operations/updateaccount_request.rb +3 -3
- data/lib/moov/models/operations/updateapplepaymerchantdomains_request.rb +3 -3
- data/lib/moov/models/operations/updatecard_request.rb +3 -3
- data/lib/moov/models/operations/updatedisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/updateimage_request.rb +3 -3
- data/lib/moov/models/operations/updateimagemetadata_request.rb +3 -3
- data/lib/moov/models/operations/updateinvoice_request.rb +53 -0
- data/lib/moov/models/operations/updateinvoice_request.rbi +19 -0
- data/lib/moov/models/operations/updateinvoice_response.rb +48 -0
- data/lib/moov/models/operations/updateinvoice_response.rbi +21 -0
- data/lib/moov/models/operations/updateissuedcard_request.rb +3 -3
- data/lib/moov/models/operations/updatepaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/updateproduct_request.rb +3 -3
- data/lib/moov/models/operations/updaterepresentative_request.rb +3 -3
- data/lib/moov/models/operations/updateschedule_request.rb +3 -3
- data/lib/moov/models/operations/updatesweepconfig_request.rb +3 -3
- data/lib/moov/models/operations/updateticket_request.rb +3 -3
- data/lib/moov/models/operations/updatetransfer_request.rb +3 -3
- data/lib/moov/models/operations/updatewallet_request.rb +3 -3
- data/lib/moov/models/operations/updatewebhook_request.rb +3 -3
- data/lib/moov/models/operations/uploaddisputeevidencefile_request.rb +3 -3
- data/lib/moov/models/operations/uploaddisputeevidencetext_request.rb +3 -3
- data/lib/moov/models/operations/uploadfile_request.rb +3 -3
- data/lib/moov/models/operations/uploadimage_request.rb +3 -3
- data/lib/moov/models/operations/upsertbrand_request.rb +3 -3
- data/lib/moov/models/operations/upsertunderwriting_request.rb +3 -3
- data/lib/moov/models/operations.rb +12 -0
- data/lib/moov/onboarding.rb +5 -5
- data/lib/moov/payment_links.rb +13 -13
- data/lib/moov/payment_methods.rb +2 -2
- data/lib/moov/ping.rb +1 -1
- data/lib/moov/products.rb +3 -3
- data/lib/moov/receipts.rb +3 -3
- data/lib/moov/representatives.rb +12 -12
- data/lib/moov/scheduling.rb +8 -8
- data/lib/moov/sdkconfiguration.rb +3 -3
- data/lib/moov/statements.rb +7 -7
- data/lib/moov/support.rb +12 -12
- data/lib/moov/sweeps.rb +8 -8
- data/lib/moov/terminal_applications.rb +7 -7
- data/lib/moov/transfers.rb +22 -22
- data/lib/moov/underwriting.rb +8 -8
- data/lib/moov/utils/request_bodies.rb +8 -3
- data/lib/moov/utils/security.rb +10 -0
- data/lib/moov/utils/url.rb +11 -5
- data/lib/moov/utils/utils.rb +33 -3
- data/lib/moov/wallet_transactions.rb +4 -4
- data/lib/moov/wallets.rb +10 -10
- data/lib/moov/webhooks.rb +2 -2
- data/lib/moov_ruby.rb +1 -0
- metadata +83 -2
|
@@ -13,14 +13,14 @@ module Moov
|
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
15
|
# Specify an API version.
|
|
16
|
-
#
|
|
16
|
+
#
|
|
17
17
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
18
18
|
# - `YYYY` is the year
|
|
19
19
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
20
20
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
21
21
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
22
|
-
#
|
|
23
|
-
# The `
|
|
22
|
+
#
|
|
23
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
24
24
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
25
25
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
26
26
|
# Name of the financial institution. Either `name` or `routingNumber` is required.
|
|
@@ -0,0 +1,49 @@
|
|
|
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 ListInvoicePaymentsRequest
|
|
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
|
+
|
|
18
|
+
field :invoice_id, ::String, { 'path_param': { 'field_name': 'invoiceID', 'style': 'simple', 'explode': false } }
|
|
19
|
+
# Specify an API version.
|
|
20
|
+
#
|
|
21
|
+
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
|
+
# - `YYYY` is the year
|
|
23
|
+
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
|
+
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
|
+
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
+
#
|
|
27
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
|
+
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
|
+
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
|
+
|
|
31
|
+
sig { params(account_id: ::String, invoice_id: ::String, x_moov_version: T.nilable(::String)).void }
|
|
32
|
+
def initialize(account_id:, invoice_id:, x_moov_version: nil)
|
|
33
|
+
@account_id = account_id
|
|
34
|
+
@invoice_id = invoice_id
|
|
35
|
+
@x_moov_version = x_moov_version
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
39
|
+
def ==(other)
|
|
40
|
+
return false unless other.is_a? self.class
|
|
41
|
+
return false unless @account_id == other.account_id
|
|
42
|
+
return false unless @invoice_id == other.invoice_id
|
|
43
|
+
return false unless @x_moov_version == other.x_moov_version
|
|
44
|
+
true
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Moov::Models::Operations::ListInvoicePaymentsRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::ListInvoicePaymentsRequest
|
|
11
|
+
def account_id(); end
|
|
12
|
+
def account_id=(str_); end
|
|
13
|
+
def invoice_id(); end
|
|
14
|
+
def invoice_id=(str_); end
|
|
15
|
+
def x_moov_version(); end
|
|
16
|
+
def x_moov_version=(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 ListInvoicePaymentsResponse
|
|
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 :invoice_payments, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::InvoicePayment))
|
|
25
|
+
|
|
26
|
+
sig { params(content_type: ::String, status_code: ::Integer, raw_response: ::Faraday::Response, headers: T::Hash[Symbol, T::Array[::String]], invoice_payments: T.nilable(T::Array[Models::Components::InvoicePayment])).void }
|
|
27
|
+
def initialize(content_type:, status_code:, raw_response:, headers:, invoice_payments: nil)
|
|
28
|
+
@content_type = content_type
|
|
29
|
+
@status_code = status_code
|
|
30
|
+
@raw_response = raw_response
|
|
31
|
+
@headers = headers
|
|
32
|
+
@invoice_payments = invoice_payments
|
|
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 @invoice_payments == other.invoice_payments
|
|
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::ListInvoicePaymentsResponse
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::ListInvoicePaymentsResponse
|
|
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 invoice_payments(); end
|
|
20
|
+
def invoice_payments=(str_); end
|
|
21
|
+
end
|
|
@@ -0,0 +1,77 @@
|
|
|
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 ListInvoicesRequest
|
|
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
|
+
# Specify an API version.
|
|
18
|
+
#
|
|
19
|
+
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
|
+
# - `YYYY` is the year
|
|
21
|
+
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
|
+
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
|
+
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
|
+
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
|
+
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
|
+
|
|
29
|
+
field :skip, Crystalline::Nilable.new(::Integer), { 'query_param': { 'field_name': 'skip', 'style': 'form', 'explode': false } }
|
|
30
|
+
|
|
31
|
+
field :count, Crystalline::Nilable.new(::Integer), { 'query_param': { 'field_name': 'count', 'style': 'form', 'explode': false } }
|
|
32
|
+
|
|
33
|
+
field :status, Crystalline::Nilable.new(Models::Components::InvoiceStatus), { 'query_param': { 'field_name': 'status', 'style': 'form', 'explode': false } }
|
|
34
|
+
|
|
35
|
+
field :customer_account_id, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'customerAccountID', 'style': 'form', 'explode': false } }
|
|
36
|
+
|
|
37
|
+
field :created_start_date_time, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'createdStartDateTime', 'style': 'form', 'explode': false } }
|
|
38
|
+
|
|
39
|
+
field :created_end_date_time, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'createdEndDateTime', 'style': 'form', 'explode': false } }
|
|
40
|
+
|
|
41
|
+
field :due_start_date_time, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'dueStartDateTime', 'style': 'form', 'explode': false } }
|
|
42
|
+
|
|
43
|
+
field :due_end_date_time, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'dueEndDateTime', 'style': 'form', 'explode': false } }
|
|
44
|
+
|
|
45
|
+
sig { params(account_id: ::String, x_moov_version: T.nilable(::String), skip: T.nilable(::Integer), count: T.nilable(::Integer), status: T.nilable(Models::Components::InvoiceStatus), customer_account_id: T.nilable(::String), created_start_date_time: T.nilable(::DateTime), created_end_date_time: T.nilable(::DateTime), due_start_date_time: T.nilable(::DateTime), due_end_date_time: T.nilable(::DateTime)).void }
|
|
46
|
+
def initialize(account_id:, x_moov_version: nil, skip: nil, count: nil, status: nil, customer_account_id: nil, created_start_date_time: nil, created_end_date_time: nil, due_start_date_time: nil, due_end_date_time: nil)
|
|
47
|
+
@account_id = account_id
|
|
48
|
+
@x_moov_version = x_moov_version
|
|
49
|
+
@skip = skip
|
|
50
|
+
@count = count
|
|
51
|
+
@status = status
|
|
52
|
+
@customer_account_id = customer_account_id
|
|
53
|
+
@created_start_date_time = created_start_date_time
|
|
54
|
+
@created_end_date_time = created_end_date_time
|
|
55
|
+
@due_start_date_time = due_start_date_time
|
|
56
|
+
@due_end_date_time = due_end_date_time
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
60
|
+
def ==(other)
|
|
61
|
+
return false unless other.is_a? self.class
|
|
62
|
+
return false unless @account_id == other.account_id
|
|
63
|
+
return false unless @x_moov_version == other.x_moov_version
|
|
64
|
+
return false unless @skip == other.skip
|
|
65
|
+
return false unless @count == other.count
|
|
66
|
+
return false unless @status == other.status
|
|
67
|
+
return false unless @customer_account_id == other.customer_account_id
|
|
68
|
+
return false unless @created_start_date_time == other.created_start_date_time
|
|
69
|
+
return false unless @created_end_date_time == other.created_end_date_time
|
|
70
|
+
return false unless @due_start_date_time == other.due_start_date_time
|
|
71
|
+
return false unless @due_end_date_time == other.due_end_date_time
|
|
72
|
+
true
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class Moov::Models::Operations::ListInvoicesRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::ListInvoicesRequest
|
|
11
|
+
def account_id(); end
|
|
12
|
+
def account_id=(str_); end
|
|
13
|
+
def x_moov_version(); end
|
|
14
|
+
def x_moov_version=(str_); end
|
|
15
|
+
def skip(); end
|
|
16
|
+
def skip=(str_); end
|
|
17
|
+
def count(); end
|
|
18
|
+
def count=(str_); end
|
|
19
|
+
def status(); end
|
|
20
|
+
def status=(str_); end
|
|
21
|
+
def customer_account_id(); end
|
|
22
|
+
def customer_account_id=(str_); end
|
|
23
|
+
def created_start_date_time(); end
|
|
24
|
+
def created_start_date_time=(str_); end
|
|
25
|
+
def created_end_date_time(); end
|
|
26
|
+
def created_end_date_time=(str_); end
|
|
27
|
+
def due_start_date_time(); end
|
|
28
|
+
def due_start_date_time=(str_); end
|
|
29
|
+
def due_end_date_time(); end
|
|
30
|
+
def due_end_date_time=(str_); end
|
|
31
|
+
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 ListInvoicesResponse
|
|
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 :invoices, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::Invoice))
|
|
25
|
+
|
|
26
|
+
sig { params(content_type: ::String, status_code: ::Integer, raw_response: ::Faraday::Response, headers: T::Hash[Symbol, T::Array[::String]], invoices: T.nilable(T::Array[Models::Components::Invoice])).void }
|
|
27
|
+
def initialize(content_type:, status_code:, raw_response:, headers:, invoices: nil)
|
|
28
|
+
@content_type = content_type
|
|
29
|
+
@status_code = status_code
|
|
30
|
+
@raw_response = raw_response
|
|
31
|
+
@headers = headers
|
|
32
|
+
@invoices = invoices
|
|
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 @invoices == other.invoices
|
|
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::ListInvoicesResponse
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Moov::Models::Operations::ListInvoicesResponse
|
|
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 invoices(); end
|
|
20
|
+
def invoices=(str_); end
|
|
21
|
+
end
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :authorization_id, ::String, { 'path_param': { 'field_name': 'authorizationID', 'style': 'simple', 'explode': false } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
# The Moov business account for which cards have been issued.
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
# The Moov business account for which the cards have been issued.
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
# The Moov business account for which cards have been issued.
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
@@ -13,14 +13,14 @@ module Moov
|
|
|
13
13
|
include Crystalline::MetadataFields
|
|
14
14
|
|
|
15
15
|
# Specify an API version.
|
|
16
|
-
#
|
|
16
|
+
#
|
|
17
17
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
18
18
|
# - `YYYY` is the year
|
|
19
19
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
20
20
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
21
21
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
22
|
-
#
|
|
23
|
-
# The `
|
|
22
|
+
#
|
|
23
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
24
24
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
25
25
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
26
26
|
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
@@ -15,33 +15,30 @@ module Moov
|
|
|
15
15
|
# The merchant account ID.
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
29
29
|
field :skip, Crystalline::Nilable.new(::Integer), { 'query_param': { 'field_name': 'skip', 'style': 'form', 'explode': false } }
|
|
30
30
|
|
|
31
31
|
field :count, Crystalline::Nilable.new(::Integer), { 'query_param': { 'field_name': 'count', 'style': 'form', 'explode': false } }
|
|
32
|
+
# A comma-separated list of payment link types to filter results.
|
|
33
|
+
field :types, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::PaymentLinkType)), { 'query_param': { 'field_name': 'types', 'style': 'form', 'explode': false } }
|
|
32
34
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
field :status, Crystalline::Nilable.new(Models::Components::PaymentLinkStatus), { 'query_param': { 'field_name': 'status', 'style': 'form', 'explode': false } }
|
|
36
|
-
|
|
37
|
-
sig { params(account_id: ::String, x_moov_version: T.nilable(::String), skip: T.nilable(::Integer), count: T.nilable(::Integer), type: T.nilable(Models::Components::PaymentLinkType), status: T.nilable(Models::Components::PaymentLinkStatus)).void }
|
|
38
|
-
def initialize(account_id:, x_moov_version: nil, skip: nil, count: nil, type: nil, status: nil)
|
|
35
|
+
sig { params(account_id: ::String, x_moov_version: T.nilable(::String), skip: T.nilable(::Integer), count: T.nilable(::Integer), types: T.nilable(T::Array[Models::Components::PaymentLinkType])).void }
|
|
36
|
+
def initialize(account_id:, x_moov_version: nil, skip: nil, count: nil, types: nil)
|
|
39
37
|
@account_id = account_id
|
|
40
38
|
@x_moov_version = x_moov_version
|
|
41
39
|
@skip = skip
|
|
42
40
|
@count = count
|
|
43
|
-
@
|
|
44
|
-
@status = status
|
|
41
|
+
@types = types
|
|
45
42
|
end
|
|
46
43
|
|
|
47
44
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
@@ -51,8 +48,7 @@ module Moov
|
|
|
51
48
|
return false unless @x_moov_version == other.x_moov_version
|
|
52
49
|
return false unless @skip == other.skip
|
|
53
50
|
return false unless @count == other.count
|
|
54
|
-
return false unless @
|
|
55
|
-
return false unless @status == other.status
|
|
51
|
+
return false unless @types == other.types
|
|
56
52
|
true
|
|
57
53
|
end
|
|
58
54
|
end
|
|
@@ -16,8 +16,6 @@ class Moov::Models::Operations::ListPaymentLinksRequest
|
|
|
16
16
|
def skip=(str_); end
|
|
17
17
|
def count(); end
|
|
18
18
|
def count=(str_); end
|
|
19
|
-
def
|
|
20
|
-
def
|
|
21
|
-
def status(); end
|
|
22
|
-
def status=(str_); end
|
|
19
|
+
def types(); end
|
|
20
|
+
def types=(str_); end
|
|
23
21
|
end
|
|
@@ -15,18 +15,18 @@ module Moov
|
|
|
15
15
|
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
# Optional parameter to filter the account's payment methods by source ID.
|
|
29
|
-
#
|
|
29
|
+
#
|
|
30
30
|
# A source ID can be a [walletID](https://docs.moov.io/api/sources/wallets/list/), [cardID](https://docs.moov.io/api/sources/cards/list/),
|
|
31
31
|
# or [bankAccountID](https://docs.moov.io/api/sources/bank-accounts/list/).
|
|
32
32
|
field :source_id, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'sourceID', 'style': 'form', 'explode': false } }
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
# Allows filtering products by title. This supports partial matches and is case-insensitive
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
# The transfer, schedule, or transfer occurrence ID to filter receipts by.
|
|
16
16
|
field :id, ::String, { 'query_param': { 'field_name': 'id', 'style': 'form', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
# Identifier for the transfer.
|
|
18
18
|
field :transfer_id, ::String, { 'path_param': { 'field_name': 'transferID', 'style': 'simple', 'explode': false } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -15,14 +15,14 @@ module Moov
|
|
|
15
15
|
# ID of the account.
|
|
16
16
|
field :account_id, ::String, { 'path_param': { 'field_name': 'accountID', 'style': 'simple', 'explode': false } }
|
|
17
17
|
# Specify an API version.
|
|
18
|
-
#
|
|
18
|
+
#
|
|
19
19
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
20
20
|
# - `YYYY` is the year
|
|
21
21
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
22
22
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
23
23
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
24
|
-
#
|
|
25
|
-
# The `
|
|
24
|
+
#
|
|
25
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
26
26
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
27
27
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
28
28
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
# Unique identifier for this residual payment calculation.
|
|
18
18
|
field :residual_id, ::String, { 'path_param': { 'field_name': 'residualID', 'style': 'simple', 'explode': false } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|