gr4vy 2.2.3__tar.gz → 2.2.4__tar.gz
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.
- {gr4vy-2.2.3 → gr4vy-2.2.4}/PKG-INFO +1 -1
- {gr4vy-2.2.3 → gr4vy-2.2.4}/pyproject.toml +1 -1
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/_version.py +2 -2
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/merchant_accounts_sdk.py +12 -24
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/__init__.py +13 -16
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/apikeypair.py +6 -6
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardserviceprovider.py +1 -0
- gr4vy-2.2.3/src/gr4vy/models/api_routers_merchant_accounts_schemas_merchantaccount.py → gr4vy-2.2.4/src/gr4vy/models/merchantaccount.py +3 -3
- gr4vy-2.2.4/src/gr4vy/models/merchantaccounts.py +58 -0
- gr4vy-2.2.3/src/gr4vy/models/api_common_schemas_merchantaccount.py → gr4vy-2.2.4/src/gr4vy/models/merchantaccountsummary.py +3 -3
- gr4vy-2.2.3/src/gr4vy/models/merchantaccounts.py +0 -61
- {gr4vy-2.2.3 → gr4vy-2.2.4}/README-PYPI.md +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/py.typed +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/__init__.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/actions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/all.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/api_key_pairs.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/auth.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/balances.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/buyers_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/captures.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/checkout_sessions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/domains.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/events.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/executions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/jobs.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/achbankpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/address.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyenpixoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyenpixrecurringamount.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyenpixrecurringoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/aiinsightsreportspec.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/api_common_schemas_creator.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/api_routers_api_key_pairs_schemas_creator.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/api_types_digitalwalletaddress.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/apikeypaircreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/apikeypairupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/auditlogentries.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/auditlogentry.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/bacsbankpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/bankaccountholder.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/basebankpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/billingdetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/capture.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/capture_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/capturecollection.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cartitem.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/certificatealgorithm.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/chaseoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutsession.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutsessioncreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutsessionpaymentmethod.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/collection_apikeypair_.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/complete_paze_mobile_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_methodop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_paze_digital_wallet_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_paze_mobile_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_three_ds_configurationop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_three_ds_scenarioop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_api_key_pairop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_three_ds_configurationop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/delete_three_ds_scenarioop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwalletaddress.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalpixoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalpixsubscriptionamountoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalpixsubscriptionoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/ecommpayoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/edit_three_ds_configurationop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/field.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/flow.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/flowaction.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_api_key_pairop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_three_ds_scenarioop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_transaction_captureop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/gocardlessoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/guestbuyer.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/instrumenttype.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/integrationclient.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_api_key_pairsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_three_ds_configurationsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_transaction_actionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_transaction_capturesop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantaccountthreedsconfiguration.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantaccountthreedsconfigurationcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantaccountthreedsconfigurations.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantaccountthreedsconfigurationupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/method.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/mockcardoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/monatospeioptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/nuveiidealoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/nuveiklarnaoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentlink.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentlinkcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethodsummaries.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethodsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentmethodupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentoption.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicedefinition.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/payoutsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paypaloptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paypalorderupdatecallbackconfig.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paypalshippingoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paypalshippingoptionsitem.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/paypalshippingoptionsitemamount.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazebillingaddress.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazeclient.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazecobranditem.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazeconsumer.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazedeliverycontactdetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazedigitalcarddata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazeecomdata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazeenhancedtransactiondata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazelocationaddress.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazemaskedcard.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazemobilenumber.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazemobilesession.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazemobilesessioncreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazemobilesessioncreaterequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazepaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazesessioncomplete.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazesessioncompleterequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazesessionrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazesessionreview.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazesessionreviewlinks.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazesessionreviewrequest.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazeshippingaddress.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazetransactionoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazetransactionvalue.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazetraveldata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/pazewebsession.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/permissionset.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/plaidpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/report.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/review_paze_mobile_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/riskifiedantifraudoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/riskifiedantifraudoptionslineitem.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/role.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/security.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/sepabankpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/stripecardoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecure.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenario.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenarioconditions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenariocreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenariooutcome.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenariooutcomeauthentication.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenariooutcomeresult.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenarios.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurescenarioupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transaction.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionaction.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionactions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionbuyer.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactioncancel.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactioncapture.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionconnectionoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactioncreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionevent.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionevents.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionpaymentmethod.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionsummaries.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionsummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionthreedsecuresummary.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/transactionvoid.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_api_key_pairop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_payment_methodop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_three_ds_scenarioop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/void_transactionop.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_links_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/payouts.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/py.typed +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/sdk.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/sessions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/three_ds_configuration.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/three_ds_scenarios.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/transactions.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/types/base64fileinput.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/dynamic_imports.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-2.2.3 → gr4vy-2.2.4}/src/gr4vy/webhooks.py +0 -0
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "gr4vy"
|
|
6
|
-
__version__: str = "2.2.
|
|
6
|
+
__version__: str = "2.2.4"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
8
|
__gen_version__: str = "2.915.1"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 2.2.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 2.2.4 2.915.1 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -373,7 +373,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
373
373
|
server_url: Optional[str] = None,
|
|
374
374
|
timeout_ms: Optional[int] = None,
|
|
375
375
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
376
|
-
) -> models.
|
|
376
|
+
) -> models.MerchantAccount:
|
|
377
377
|
r"""Create a merchant account
|
|
378
378
|
|
|
379
379
|
Create a new merchant account in an instance.
|
|
@@ -487,9 +487,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
487
487
|
|
|
488
488
|
response_data: Any = None
|
|
489
489
|
if utils.match_response(http_res, "201", "application/json"):
|
|
490
|
-
return unmarshal_json_response(
|
|
491
|
-
models.APIRoutersMerchantAccountsSchemasMerchantAccount, http_res
|
|
492
|
-
)
|
|
490
|
+
return unmarshal_json_response(models.MerchantAccount, http_res)
|
|
493
491
|
if utils.match_response(http_res, "400", "application/json"):
|
|
494
492
|
response_data = unmarshal_json_response(errors.Error400Data, http_res)
|
|
495
493
|
raise errors.Error400(response_data, http_res)
|
|
@@ -565,7 +563,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
565
563
|
server_url: Optional[str] = None,
|
|
566
564
|
timeout_ms: Optional[int] = None,
|
|
567
565
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
568
|
-
) -> models.
|
|
566
|
+
) -> models.MerchantAccount:
|
|
569
567
|
r"""Create a merchant account
|
|
570
568
|
|
|
571
569
|
Create a new merchant account in an instance.
|
|
@@ -679,9 +677,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
679
677
|
|
|
680
678
|
response_data: Any = None
|
|
681
679
|
if utils.match_response(http_res, "201", "application/json"):
|
|
682
|
-
return unmarshal_json_response(
|
|
683
|
-
models.APIRoutersMerchantAccountsSchemasMerchantAccount, http_res
|
|
684
|
-
)
|
|
680
|
+
return unmarshal_json_response(models.MerchantAccount, http_res)
|
|
685
681
|
if utils.match_response(http_res, "400", "application/json"):
|
|
686
682
|
response_data = unmarshal_json_response(errors.Error400Data, http_res)
|
|
687
683
|
raise errors.Error400(response_data, http_res)
|
|
@@ -737,7 +733,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
737
733
|
server_url: Optional[str] = None,
|
|
738
734
|
timeout_ms: Optional[int] = None,
|
|
739
735
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
740
|
-
) -> models.
|
|
736
|
+
) -> models.MerchantAccount:
|
|
741
737
|
r"""Get a merchant account
|
|
742
738
|
|
|
743
739
|
Get info about a merchant account in an instance.
|
|
@@ -810,9 +806,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
810
806
|
|
|
811
807
|
response_data: Any = None
|
|
812
808
|
if utils.match_response(http_res, "200", "application/json"):
|
|
813
|
-
return unmarshal_json_response(
|
|
814
|
-
models.APIRoutersMerchantAccountsSchemasMerchantAccount, http_res
|
|
815
|
-
)
|
|
809
|
+
return unmarshal_json_response(models.MerchantAccount, http_res)
|
|
816
810
|
if utils.match_response(http_res, "400", "application/json"):
|
|
817
811
|
response_data = unmarshal_json_response(errors.Error400Data, http_res)
|
|
818
812
|
raise errors.Error400(response_data, http_res)
|
|
@@ -868,7 +862,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
868
862
|
server_url: Optional[str] = None,
|
|
869
863
|
timeout_ms: Optional[int] = None,
|
|
870
864
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
871
|
-
) -> models.
|
|
865
|
+
) -> models.MerchantAccount:
|
|
872
866
|
r"""Get a merchant account
|
|
873
867
|
|
|
874
868
|
Get info about a merchant account in an instance.
|
|
@@ -941,9 +935,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
941
935
|
|
|
942
936
|
response_data: Any = None
|
|
943
937
|
if utils.match_response(http_res, "200", "application/json"):
|
|
944
|
-
return unmarshal_json_response(
|
|
945
|
-
models.APIRoutersMerchantAccountsSchemasMerchantAccount, http_res
|
|
946
|
-
)
|
|
938
|
+
return unmarshal_json_response(models.MerchantAccount, http_res)
|
|
947
939
|
if utils.match_response(http_res, "400", "application/json"):
|
|
948
940
|
response_data = unmarshal_json_response(errors.Error400Data, http_res)
|
|
949
941
|
raise errors.Error400(response_data, http_res)
|
|
@@ -1019,7 +1011,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1019
1011
|
server_url: Optional[str] = None,
|
|
1020
1012
|
timeout_ms: Optional[int] = None,
|
|
1021
1013
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1022
|
-
) -> models.
|
|
1014
|
+
) -> models.MerchantAccount:
|
|
1023
1015
|
r"""Update a merchant account
|
|
1024
1016
|
|
|
1025
1017
|
Update info for a merchant account in an instance.
|
|
@@ -1139,9 +1131,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1139
1131
|
|
|
1140
1132
|
response_data: Any = None
|
|
1141
1133
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1142
|
-
return unmarshal_json_response(
|
|
1143
|
-
models.APIRoutersMerchantAccountsSchemasMerchantAccount, http_res
|
|
1144
|
-
)
|
|
1134
|
+
return unmarshal_json_response(models.MerchantAccount, http_res)
|
|
1145
1135
|
if utils.match_response(http_res, "400", "application/json"):
|
|
1146
1136
|
response_data = unmarshal_json_response(errors.Error400Data, http_res)
|
|
1147
1137
|
raise errors.Error400(response_data, http_res)
|
|
@@ -1217,7 +1207,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1217
1207
|
server_url: Optional[str] = None,
|
|
1218
1208
|
timeout_ms: Optional[int] = None,
|
|
1219
1209
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1220
|
-
) -> models.
|
|
1210
|
+
) -> models.MerchantAccount:
|
|
1221
1211
|
r"""Update a merchant account
|
|
1222
1212
|
|
|
1223
1213
|
Update info for a merchant account in an instance.
|
|
@@ -1337,9 +1327,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
1337
1327
|
|
|
1338
1328
|
response_data: Any = None
|
|
1339
1329
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1340
|
-
return unmarshal_json_response(
|
|
1341
|
-
models.APIRoutersMerchantAccountsSchemasMerchantAccount, http_res
|
|
1342
|
-
)
|
|
1330
|
+
return unmarshal_json_response(models.MerchantAccount, http_res)
|
|
1343
1331
|
if utils.match_response(http_res, "400", "application/json"):
|
|
1344
1332
|
response_data = unmarshal_json_response(errors.Error400Data, http_res)
|
|
1345
1333
|
raise errors.Error400(response_data, http_res)
|
|
@@ -84,18 +84,10 @@ if TYPE_CHECKING:
|
|
|
84
84
|
APICommonSchemasCreator,
|
|
85
85
|
APICommonSchemasCreatorTypedDict,
|
|
86
86
|
)
|
|
87
|
-
from .api_common_schemas_merchantaccount import (
|
|
88
|
-
APICommonSchemasMerchantAccount,
|
|
89
|
-
APICommonSchemasMerchantAccountTypedDict,
|
|
90
|
-
)
|
|
91
87
|
from .api_routers_api_key_pairs_schemas_creator import (
|
|
92
88
|
APIRoutersAPIKeyPairsSchemasCreator,
|
|
93
89
|
APIRoutersAPIKeyPairsSchemasCreatorTypedDict,
|
|
94
90
|
)
|
|
95
|
-
from .api_routers_merchant_accounts_schemas_merchantaccount import (
|
|
96
|
-
APIRoutersMerchantAccountsSchemasMerchantAccount,
|
|
97
|
-
APIRoutersMerchantAccountsSchemasMerchantAccountTypedDict,
|
|
98
|
-
)
|
|
99
91
|
from .api_types_digitalwalletaddress import (
|
|
100
92
|
APITypesDigitalWalletAddress,
|
|
101
93
|
APITypesDigitalWalletAddressTypedDict,
|
|
@@ -922,11 +914,16 @@ if TYPE_CHECKING:
|
|
|
922
914
|
ListTransactionsResponseTypedDict,
|
|
923
915
|
)
|
|
924
916
|
from .mattildatapioptions import MattildaTapiOptions, MattildaTapiOptionsTypedDict
|
|
917
|
+
from .merchantaccount import MerchantAccount, MerchantAccountTypedDict
|
|
925
918
|
from .merchantaccountcreate import (
|
|
926
919
|
MerchantAccountCreate,
|
|
927
920
|
MerchantAccountCreateTypedDict,
|
|
928
921
|
)
|
|
929
922
|
from .merchantaccounts import MerchantAccounts, MerchantAccountsTypedDict
|
|
923
|
+
from .merchantaccountsummary import (
|
|
924
|
+
MerchantAccountSummary,
|
|
925
|
+
MerchantAccountSummaryTypedDict,
|
|
926
|
+
)
|
|
930
927
|
from .merchantaccountthreedsconfiguration import (
|
|
931
928
|
MerchantAccountThreeDSConfiguration,
|
|
932
929
|
MerchantAccountThreeDSConfigurationTypedDict,
|
|
@@ -1524,8 +1521,6 @@ __all__ = [
|
|
|
1524
1521
|
"AIInsightsReportSpecTypedDict",
|
|
1525
1522
|
"APICommonSchemasCreator",
|
|
1526
1523
|
"APICommonSchemasCreatorTypedDict",
|
|
1527
|
-
"APICommonSchemasMerchantAccount",
|
|
1528
|
-
"APICommonSchemasMerchantAccountTypedDict",
|
|
1529
1524
|
"APIKeyPair",
|
|
1530
1525
|
"APIKeyPairCreate",
|
|
1531
1526
|
"APIKeyPairCreateTypedDict",
|
|
@@ -1534,8 +1529,6 @@ __all__ = [
|
|
|
1534
1529
|
"APIKeyPairUpdateTypedDict",
|
|
1535
1530
|
"APIRoutersAPIKeyPairsSchemasCreator",
|
|
1536
1531
|
"APIRoutersAPIKeyPairsSchemasCreatorTypedDict",
|
|
1537
|
-
"APIRoutersMerchantAccountsSchemasMerchantAccount",
|
|
1538
|
-
"APIRoutersMerchantAccountsSchemasMerchantAccountTypedDict",
|
|
1539
1532
|
"APITypesDigitalWalletAddress",
|
|
1540
1533
|
"APITypesDigitalWalletAddressTypedDict",
|
|
1541
1534
|
"AVSResponseCode",
|
|
@@ -2193,8 +2186,11 @@ __all__ = [
|
|
|
2193
2186
|
"LocTypedDict",
|
|
2194
2187
|
"MattildaTapiOptions",
|
|
2195
2188
|
"MattildaTapiOptionsTypedDict",
|
|
2189
|
+
"MerchantAccount",
|
|
2196
2190
|
"MerchantAccountCreate",
|
|
2197
2191
|
"MerchantAccountCreateTypedDict",
|
|
2192
|
+
"MerchantAccountSummary",
|
|
2193
|
+
"MerchantAccountSummaryTypedDict",
|
|
2198
2194
|
"MerchantAccountThreeDSConfiguration",
|
|
2199
2195
|
"MerchantAccountThreeDSConfigurationCreate",
|
|
2200
2196
|
"MerchantAccountThreeDSConfigurationCreateTypedDict",
|
|
@@ -2203,6 +2199,7 @@ __all__ = [
|
|
|
2203
2199
|
"MerchantAccountThreeDSConfigurationUpdateTypedDict",
|
|
2204
2200
|
"MerchantAccountThreeDSConfigurations",
|
|
2205
2201
|
"MerchantAccountThreeDSConfigurationsTypedDict",
|
|
2202
|
+
"MerchantAccountTypedDict",
|
|
2206
2203
|
"MerchantAccountUpdate",
|
|
2207
2204
|
"MerchantAccountUpdateTypedDict",
|
|
2208
2205
|
"MerchantAccounts",
|
|
@@ -2741,12 +2738,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2741
2738
|
"AntiFraudDecision": ".antifrauddecision",
|
|
2742
2739
|
"APICommonSchemasCreator": ".api_common_schemas_creator",
|
|
2743
2740
|
"APICommonSchemasCreatorTypedDict": ".api_common_schemas_creator",
|
|
2744
|
-
"APICommonSchemasMerchantAccount": ".api_common_schemas_merchantaccount",
|
|
2745
|
-
"APICommonSchemasMerchantAccountTypedDict": ".api_common_schemas_merchantaccount",
|
|
2746
2741
|
"APIRoutersAPIKeyPairsSchemasCreator": ".api_routers_api_key_pairs_schemas_creator",
|
|
2747
2742
|
"APIRoutersAPIKeyPairsSchemasCreatorTypedDict": ".api_routers_api_key_pairs_schemas_creator",
|
|
2748
|
-
"APIRoutersMerchantAccountsSchemasMerchantAccount": ".api_routers_merchant_accounts_schemas_merchantaccount",
|
|
2749
|
-
"APIRoutersMerchantAccountsSchemasMerchantAccountTypedDict": ".api_routers_merchant_accounts_schemas_merchantaccount",
|
|
2750
2743
|
"APITypesDigitalWalletAddress": ".api_types_digitalwalletaddress",
|
|
2751
2744
|
"APITypesDigitalWalletAddressTypedDict": ".api_types_digitalwalletaddress",
|
|
2752
2745
|
"APIKeyPair": ".apikeypair",
|
|
@@ -3352,10 +3345,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
3352
3345
|
"ListTransactionsResponseTypedDict": ".list_transactionsop",
|
|
3353
3346
|
"MattildaTapiOptions": ".mattildatapioptions",
|
|
3354
3347
|
"MattildaTapiOptionsTypedDict": ".mattildatapioptions",
|
|
3348
|
+
"MerchantAccount": ".merchantaccount",
|
|
3349
|
+
"MerchantAccountTypedDict": ".merchantaccount",
|
|
3355
3350
|
"MerchantAccountCreate": ".merchantaccountcreate",
|
|
3356
3351
|
"MerchantAccountCreateTypedDict": ".merchantaccountcreate",
|
|
3357
3352
|
"MerchantAccounts": ".merchantaccounts",
|
|
3358
3353
|
"MerchantAccountsTypedDict": ".merchantaccounts",
|
|
3354
|
+
"MerchantAccountSummary": ".merchantaccountsummary",
|
|
3355
|
+
"MerchantAccountSummaryTypedDict": ".merchantaccountsummary",
|
|
3359
3356
|
"MerchantAccountThreeDSConfiguration": ".merchantaccountthreedsconfiguration",
|
|
3360
3357
|
"MerchantAccountThreeDSConfigurationTypedDict": ".merchantaccountthreedsconfiguration",
|
|
3361
3358
|
"MerchantAccountThreeDSConfigurationCreate": ".merchantaccountthreedsconfigurationcreate",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .api_common_schemas_merchantaccount import (
|
|
5
|
-
APICommonSchemasMerchantAccount,
|
|
6
|
-
APICommonSchemasMerchantAccountTypedDict,
|
|
7
|
-
)
|
|
8
4
|
from .api_routers_api_key_pairs_schemas_creator import (
|
|
9
5
|
APIRoutersAPIKeyPairsSchemasCreator,
|
|
10
6
|
APIRoutersAPIKeyPairsSchemasCreatorTypedDict,
|
|
11
7
|
)
|
|
12
8
|
from .certificatealgorithm import CertificateAlgorithm
|
|
9
|
+
from .merchantaccountsummary import (
|
|
10
|
+
MerchantAccountSummary,
|
|
11
|
+
MerchantAccountSummaryTypedDict,
|
|
12
|
+
)
|
|
13
13
|
from .role import Role, RoleTypedDict
|
|
14
14
|
from datetime import datetime
|
|
15
15
|
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
@@ -41,7 +41,7 @@ class APIKeyPairTypedDict(TypedDict):
|
|
|
41
41
|
r"""The PEM-encoded private key. Only returned once, in the response to creating the API key pair, and only when Gr4vy generated the key pair. Store it securely, as it cannot be retrieved later."""
|
|
42
42
|
creator: NotRequired[Nullable[APIRoutersAPIKeyPairsSchemasCreatorTypedDict]]
|
|
43
43
|
r"""The user or API key pair that created this API key pair."""
|
|
44
|
-
merchant_accounts: NotRequired[List[
|
|
44
|
+
merchant_accounts: NotRequired[List[MerchantAccountSummaryTypedDict]]
|
|
45
45
|
r"""The merchant accounts this API key pair has access to. An empty list means it has access to all merchant accounts."""
|
|
46
46
|
roles: NotRequired[List[RoleTypedDict]]
|
|
47
47
|
r"""The roles assigned to this API key pair."""
|
|
@@ -83,7 +83,7 @@ class APIKeyPair(BaseModel):
|
|
|
83
83
|
creator: OptionalNullable[APIRoutersAPIKeyPairsSchemasCreator] = UNSET
|
|
84
84
|
r"""The user or API key pair that created this API key pair."""
|
|
85
85
|
|
|
86
|
-
merchant_accounts: Optional[List[
|
|
86
|
+
merchant_accounts: Optional[List[MerchantAccountSummary]] = None
|
|
87
87
|
r"""The merchant accounts this API key pair has access to. An empty list means it has access to all merchant accounts."""
|
|
88
88
|
|
|
89
89
|
roles: Optional[List[Role]] = None
|
|
@@ -12,7 +12,7 @@ from typing import List, Literal, Optional
|
|
|
12
12
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class
|
|
15
|
+
class MerchantAccountTypedDict(TypedDict):
|
|
16
16
|
id: str
|
|
17
17
|
r"""The ID for the merchant account."""
|
|
18
18
|
display_name: str
|
|
@@ -63,7 +63,7 @@ class APIRoutersMerchantAccountsSchemasMerchantAccountTypedDict(TypedDict):
|
|
|
63
63
|
r"""When enabled network tokens will be generated asynchronously and only used on subsequent transactions to speed up transaction processing."""
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
class
|
|
66
|
+
class MerchantAccount(BaseModel):
|
|
67
67
|
id: str
|
|
68
68
|
r"""The ID for the merchant account."""
|
|
69
69
|
|
|
@@ -211,6 +211,6 @@ class APIRoutersMerchantAccountsSchemasMerchantAccount(BaseModel):
|
|
|
211
211
|
|
|
212
212
|
|
|
213
213
|
try:
|
|
214
|
-
|
|
214
|
+
MerchantAccount.model_rebuild()
|
|
215
215
|
except NameError:
|
|
216
216
|
pass
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .merchantaccount import MerchantAccount, MerchantAccountTypedDict
|
|
5
|
+
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
6
|
+
from pydantic import model_serializer
|
|
7
|
+
from typing import List, Optional
|
|
8
|
+
from typing_extensions import NotRequired, TypedDict
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class MerchantAccountsTypedDict(TypedDict):
|
|
12
|
+
items: List[MerchantAccountTypedDict]
|
|
13
|
+
r"""A list of items returned for this request."""
|
|
14
|
+
limit: NotRequired[int]
|
|
15
|
+
r"""The number of items for this page."""
|
|
16
|
+
next_cursor: NotRequired[Nullable[str]]
|
|
17
|
+
r"""The cursor pointing at the next page of items."""
|
|
18
|
+
previous_cursor: NotRequired[Nullable[str]]
|
|
19
|
+
r"""The cursor pointing at the previous page of items."""
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class MerchantAccounts(BaseModel):
|
|
23
|
+
items: List[MerchantAccount]
|
|
24
|
+
r"""A list of items returned for this request."""
|
|
25
|
+
|
|
26
|
+
limit: Optional[int] = 20
|
|
27
|
+
r"""The number of items for this page."""
|
|
28
|
+
|
|
29
|
+
next_cursor: OptionalNullable[str] = UNSET
|
|
30
|
+
r"""The cursor pointing at the next page of items."""
|
|
31
|
+
|
|
32
|
+
previous_cursor: OptionalNullable[str] = UNSET
|
|
33
|
+
r"""The cursor pointing at the previous page of items."""
|
|
34
|
+
|
|
35
|
+
@model_serializer(mode="wrap")
|
|
36
|
+
def serialize_model(self, handler):
|
|
37
|
+
optional_fields = set(["limit", "next_cursor", "previous_cursor"])
|
|
38
|
+
nullable_fields = set(["next_cursor", "previous_cursor"])
|
|
39
|
+
serialized = handler(self)
|
|
40
|
+
m = {}
|
|
41
|
+
|
|
42
|
+
for n, f in type(self).model_fields.items():
|
|
43
|
+
k = f.alias or n
|
|
44
|
+
val = serialized.get(k, serialized.get(n))
|
|
45
|
+
is_nullable_and_explicitly_set = (
|
|
46
|
+
k in nullable_fields
|
|
47
|
+
and (self.__pydantic_fields_set__.intersection({n})) # pylint: disable=no-member
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
if val != UNSET_SENTINEL:
|
|
51
|
+
if (
|
|
52
|
+
val is not None
|
|
53
|
+
or k not in optional_fields
|
|
54
|
+
or is_nullable_and_explicitly_set
|
|
55
|
+
):
|
|
56
|
+
m[k] = val
|
|
57
|
+
|
|
58
|
+
return m
|
|
@@ -11,7 +11,7 @@ from typing import Literal, Optional
|
|
|
11
11
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
class
|
|
14
|
+
class MerchantAccountSummaryTypedDict(TypedDict):
|
|
15
15
|
id: str
|
|
16
16
|
display_name: str
|
|
17
17
|
created_at: datetime
|
|
@@ -21,7 +21,7 @@ class APICommonSchemasMerchantAccountTypedDict(TypedDict):
|
|
|
21
21
|
over_capture_percentage: NotRequired[Nullable[int]]
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
class
|
|
24
|
+
class MerchantAccountSummary(BaseModel):
|
|
25
25
|
id: str
|
|
26
26
|
|
|
27
27
|
display_name: str
|
|
@@ -71,6 +71,6 @@ class APICommonSchemasMerchantAccount(BaseModel):
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
try:
|
|
74
|
-
|
|
74
|
+
MerchantAccountSummary.model_rebuild()
|
|
75
75
|
except NameError:
|
|
76
76
|
pass
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
from .api_routers_merchant_accounts_schemas_merchantaccount import (
|
|
5
|
-
APIRoutersMerchantAccountsSchemasMerchantAccount,
|
|
6
|
-
APIRoutersMerchantAccountsSchemasMerchantAccountTypedDict,
|
|
7
|
-
)
|
|
8
|
-
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
9
|
-
from pydantic import model_serializer
|
|
10
|
-
from typing import List, Optional
|
|
11
|
-
from typing_extensions import NotRequired, TypedDict
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class MerchantAccountsTypedDict(TypedDict):
|
|
15
|
-
items: List[APIRoutersMerchantAccountsSchemasMerchantAccountTypedDict]
|
|
16
|
-
r"""A list of items returned for this request."""
|
|
17
|
-
limit: NotRequired[int]
|
|
18
|
-
r"""The number of items for this page."""
|
|
19
|
-
next_cursor: NotRequired[Nullable[str]]
|
|
20
|
-
r"""The cursor pointing at the next page of items."""
|
|
21
|
-
previous_cursor: NotRequired[Nullable[str]]
|
|
22
|
-
r"""The cursor pointing at the previous page of items."""
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
class MerchantAccounts(BaseModel):
|
|
26
|
-
items: List[APIRoutersMerchantAccountsSchemasMerchantAccount]
|
|
27
|
-
r"""A list of items returned for this request."""
|
|
28
|
-
|
|
29
|
-
limit: Optional[int] = 20
|
|
30
|
-
r"""The number of items for this page."""
|
|
31
|
-
|
|
32
|
-
next_cursor: OptionalNullable[str] = UNSET
|
|
33
|
-
r"""The cursor pointing at the next page of items."""
|
|
34
|
-
|
|
35
|
-
previous_cursor: OptionalNullable[str] = UNSET
|
|
36
|
-
r"""The cursor pointing at the previous page of items."""
|
|
37
|
-
|
|
38
|
-
@model_serializer(mode="wrap")
|
|
39
|
-
def serialize_model(self, handler):
|
|
40
|
-
optional_fields = set(["limit", "next_cursor", "previous_cursor"])
|
|
41
|
-
nullable_fields = set(["next_cursor", "previous_cursor"])
|
|
42
|
-
serialized = handler(self)
|
|
43
|
-
m = {}
|
|
44
|
-
|
|
45
|
-
for n, f in type(self).model_fields.items():
|
|
46
|
-
k = f.alias or n
|
|
47
|
-
val = serialized.get(k, serialized.get(n))
|
|
48
|
-
is_nullable_and_explicitly_set = (
|
|
49
|
-
k in nullable_fields
|
|
50
|
-
and (self.__pydantic_fields_set__.intersection({n})) # pylint: disable=no-member
|
|
51
|
-
)
|
|
52
|
-
|
|
53
|
-
if val != UNSET_SENTINEL:
|
|
54
|
-
if (
|
|
55
|
-
val is not None
|
|
56
|
-
or k not in optional_fields
|
|
57
|
-
or is_nullable_and_explicitly_set
|
|
58
|
-
):
|
|
59
|
-
m[k] = val
|
|
60
|
-
|
|
61
|
-
return m
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|