gr4vy 1.2.2__tar.gz → 1.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-1.2.2 → gr4vy-1.2.4}/PKG-INFO +1 -1
- {gr4vy-1.2.2 → gr4vy-1.2.4}/pyproject.toml +1 -1
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/audit_logs.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/buyers_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/executions.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/gift_cards_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/merchant_accounts_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/auditlogaction.py +2 -1
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_transactionsop.py +10 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transaction.py +5 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionsummary.py +5 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_links_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_methods_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_service_definitions_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_services_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payouts.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/report_executions_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/reports_sdk.py +2 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/transactions.py +10 -2
- {gr4vy-1.2.2 → gr4vy-1.2.4}/README-PYPI.md +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/py.typed +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/all.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/checkout_sessions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/events.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/auditlogentries.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/auditlogentry.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/billingdetails_input.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/billingdetails_output.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/capture_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cartitem.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutsession.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutsessioncreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutsessionpaymentmethod.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_methodop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/guestbuyer_input.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/guestbuyer_output.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/instrumenttype.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/mockcardoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentlink.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentlinkcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethodsummaries.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentmethodsummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentoption.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicedefinition.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/payoutsummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/paypaloptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionbuyer.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactioncancel.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactioncapture.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionconnectionoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactioncreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionevent.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionevents.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionpaymentmethod.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionsummaries.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionthreedsecuresummary.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/transactionvoid.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/void_transactionop.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.2.4}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.2.2 → gr4vy-1.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 = "1.2.
|
|
6
|
+
__version__: str = "1.2.4"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.2.
|
|
8
|
+
__gen_version__: str = "2.696.0"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.2.4 2.696.0 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -128,7 +128,7 @@ class AuditLogs(BaseSDK):
|
|
|
128
128
|
return None
|
|
129
129
|
|
|
130
130
|
next_cursor = next_cursor[0]
|
|
131
|
-
if next_cursor is None:
|
|
131
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
132
132
|
return None
|
|
133
133
|
|
|
134
134
|
return self.list(
|
|
@@ -311,7 +311,7 @@ class AuditLogs(BaseSDK):
|
|
|
311
311
|
return None
|
|
312
312
|
|
|
313
313
|
next_cursor = next_cursor[0]
|
|
314
|
-
if next_cursor is None:
|
|
314
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
315
315
|
return None
|
|
316
316
|
|
|
317
317
|
return self.list(
|
|
@@ -151,7 +151,7 @@ class BuyersSDK(BaseSDK):
|
|
|
151
151
|
return None
|
|
152
152
|
|
|
153
153
|
next_cursor = next_cursor[0]
|
|
154
|
-
if next_cursor is None:
|
|
154
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
155
155
|
return None
|
|
156
156
|
|
|
157
157
|
return self.list(
|
|
@@ -329,7 +329,7 @@ class BuyersSDK(BaseSDK):
|
|
|
329
329
|
return None
|
|
330
330
|
|
|
331
331
|
next_cursor = next_cursor[0]
|
|
332
|
-
if next_cursor is None:
|
|
332
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
333
333
|
return None
|
|
334
334
|
|
|
335
335
|
return self.list(
|
|
@@ -122,7 +122,7 @@ class Executions(BaseSDK):
|
|
|
122
122
|
return None
|
|
123
123
|
|
|
124
124
|
next_cursor = next_cursor[0]
|
|
125
|
-
if next_cursor is None:
|
|
125
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
126
126
|
return None
|
|
127
127
|
|
|
128
128
|
return self.list(
|
|
@@ -297,7 +297,7 @@ class Executions(BaseSDK):
|
|
|
297
297
|
return None
|
|
298
298
|
|
|
299
299
|
next_cursor = next_cursor[0]
|
|
300
|
-
if next_cursor is None:
|
|
300
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
301
301
|
return None
|
|
302
302
|
|
|
303
303
|
return self.list(
|
|
@@ -1033,7 +1033,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
1033
1033
|
return None
|
|
1034
1034
|
|
|
1035
1035
|
next_cursor = next_cursor[0]
|
|
1036
|
-
if next_cursor is None:
|
|
1036
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
1037
1037
|
return None
|
|
1038
1038
|
|
|
1039
1039
|
return self.list(
|
|
@@ -1212,7 +1212,7 @@ class GiftCardsSDK(BaseSDK):
|
|
|
1212
1212
|
return None
|
|
1213
1213
|
|
|
1214
1214
|
next_cursor = next_cursor[0]
|
|
1215
|
-
if next_cursor is None:
|
|
1215
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
1216
1216
|
return None
|
|
1217
1217
|
|
|
1218
1218
|
return self.list(
|
|
@@ -116,7 +116,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
116
116
|
return None
|
|
117
117
|
|
|
118
118
|
next_cursor = next_cursor[0]
|
|
119
|
-
if next_cursor is None:
|
|
119
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
120
120
|
return None
|
|
121
121
|
|
|
122
122
|
return self.list(
|
|
@@ -284,7 +284,7 @@ class MerchantAccountsSDK(BaseSDK):
|
|
|
284
284
|
return None
|
|
285
285
|
|
|
286
286
|
next_cursor = next_cursor[0]
|
|
287
|
-
if next_cursor is None:
|
|
287
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
288
288
|
return None
|
|
289
289
|
|
|
290
290
|
return self.list(
|
|
@@ -108,6 +108,8 @@ class ListTransactionsRequestTypedDict(TypedDict):
|
|
|
108
108
|
r"""Filters for transactions where the `merchant_initiated` matches the provided value."""
|
|
109
109
|
used_3ds: NotRequired[Nullable[bool]]
|
|
110
110
|
r"""Filters for transactions that attempted 3DS authentication or not."""
|
|
111
|
+
disputed: NotRequired[Nullable[bool]]
|
|
112
|
+
r"""Filters for transactions that have been disputed."""
|
|
111
113
|
buyer_search: NotRequired[Nullable[List[str]]]
|
|
112
114
|
r"""Filters the results to only get the items for which some of the buyer data contains exactly the provided `buyer_search` values."""
|
|
113
115
|
merchant_account_id: NotRequired[str]
|
|
@@ -368,6 +370,12 @@ class ListTransactionsRequest(BaseModel):
|
|
|
368
370
|
] = UNSET
|
|
369
371
|
r"""Filters for transactions that attempted 3DS authentication or not."""
|
|
370
372
|
|
|
373
|
+
disputed: Annotated[
|
|
374
|
+
OptionalNullable[bool],
|
|
375
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
376
|
+
] = UNSET
|
|
377
|
+
r"""Filters for transactions that have been disputed."""
|
|
378
|
+
|
|
371
379
|
buyer_search: Annotated[
|
|
372
380
|
OptionalNullable[List[str]],
|
|
373
381
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
@@ -426,6 +434,7 @@ class ListTransactionsRequest(BaseModel):
|
|
|
426
434
|
"is_subsequent_payment",
|
|
427
435
|
"merchant_initiated",
|
|
428
436
|
"used_3ds",
|
|
437
|
+
"disputed",
|
|
429
438
|
"buyer_search",
|
|
430
439
|
"merchant_account_id",
|
|
431
440
|
]
|
|
@@ -471,6 +480,7 @@ class ListTransactionsRequest(BaseModel):
|
|
|
471
480
|
"is_subsequent_payment",
|
|
472
481
|
"merchant_initiated",
|
|
473
482
|
"used_3ds",
|
|
483
|
+
"disputed",
|
|
474
484
|
"buyer_search",
|
|
475
485
|
]
|
|
476
486
|
null_default_fields = []
|
|
@@ -71,6 +71,8 @@ class TransactionTypedDict(TypedDict):
|
|
|
71
71
|
r"""The date and time when the transaction was created, in ISO 8601 format."""
|
|
72
72
|
updated_at: datetime
|
|
73
73
|
r"""The date and time when the transaction was last updated, in ISO 8601 format."""
|
|
74
|
+
disputed: bool
|
|
75
|
+
r"""Indicates whether this transaction has been disputed."""
|
|
74
76
|
payment_source: TransactionPaymentSource
|
|
75
77
|
r"""The way payment method information made it to this transaction."""
|
|
76
78
|
merchant_initiated: bool
|
|
@@ -204,6 +206,9 @@ class Transaction(BaseModel):
|
|
|
204
206
|
updated_at: datetime
|
|
205
207
|
r"""The date and time when the transaction was last updated, in ISO 8601 format."""
|
|
206
208
|
|
|
209
|
+
disputed: bool
|
|
210
|
+
r"""Indicates whether this transaction has been disputed."""
|
|
211
|
+
|
|
207
212
|
payment_source: Annotated[
|
|
208
213
|
TransactionPaymentSource, PlainValidator(validate_open_enum(False))
|
|
209
214
|
]
|
|
@@ -58,6 +58,8 @@ class TransactionSummaryTypedDict(TypedDict):
|
|
|
58
58
|
r"""The date and time when the transaction was created, in ISO 8601 format."""
|
|
59
59
|
updated_at: datetime
|
|
60
60
|
r"""The date and time when the transaction was last updated, in ISO 8601 format."""
|
|
61
|
+
disputed: bool
|
|
62
|
+
r"""Indicates whether this transaction has been disputed."""
|
|
61
63
|
type: Literal["transaction"]
|
|
62
64
|
r"""Always `transaction`."""
|
|
63
65
|
settled_currency: NotRequired[Nullable[str]]
|
|
@@ -138,6 +140,9 @@ class TransactionSummary(BaseModel):
|
|
|
138
140
|
updated_at: datetime
|
|
139
141
|
r"""The date and time when the transaction was last updated, in ISO 8601 format."""
|
|
140
142
|
|
|
143
|
+
disputed: bool
|
|
144
|
+
r"""Indicates whether this transaction has been disputed."""
|
|
145
|
+
|
|
141
146
|
TYPE: Annotated[
|
|
142
147
|
Annotated[
|
|
143
148
|
Optional[Literal["transaction"]],
|
|
@@ -587,7 +587,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
587
587
|
return None
|
|
588
588
|
|
|
589
589
|
next_cursor = next_cursor[0]
|
|
590
|
-
if next_cursor is None:
|
|
590
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
591
591
|
return None
|
|
592
592
|
|
|
593
593
|
return self.list(
|
|
@@ -762,7 +762,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
762
762
|
return None
|
|
763
763
|
|
|
764
764
|
next_cursor = next_cursor[0]
|
|
765
|
-
if next_cursor is None:
|
|
765
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
766
766
|
return None
|
|
767
767
|
|
|
768
768
|
return self.list(
|
|
@@ -154,7 +154,7 @@ class PaymentMethodsSDK(BaseSDK):
|
|
|
154
154
|
return None
|
|
155
155
|
|
|
156
156
|
next_cursor = next_cursor[0]
|
|
157
|
-
if next_cursor is None:
|
|
157
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
158
158
|
return None
|
|
159
159
|
|
|
160
160
|
return self.list(
|
|
@@ -341,7 +341,7 @@ class PaymentMethodsSDK(BaseSDK):
|
|
|
341
341
|
return None
|
|
342
342
|
|
|
343
343
|
next_cursor = next_cursor[0]
|
|
344
|
-
if next_cursor is None:
|
|
344
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
345
345
|
return None
|
|
346
346
|
|
|
347
347
|
return self.list(
|
|
@@ -113,7 +113,7 @@ class PaymentServiceDefinitionsSDK(BaseSDK):
|
|
|
113
113
|
return None
|
|
114
114
|
|
|
115
115
|
next_cursor = next_cursor[0]
|
|
116
|
-
if next_cursor is None:
|
|
116
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
117
117
|
return None
|
|
118
118
|
|
|
119
119
|
return self.list(
|
|
@@ -279,7 +279,7 @@ class PaymentServiceDefinitionsSDK(BaseSDK):
|
|
|
279
279
|
return None
|
|
280
280
|
|
|
281
281
|
next_cursor = next_cursor[0]
|
|
282
|
-
if next_cursor is None:
|
|
282
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
283
283
|
return None
|
|
284
284
|
|
|
285
285
|
return self.list(
|
|
@@ -125,7 +125,7 @@ class PaymentServicesSDK(BaseSDK):
|
|
|
125
125
|
return None
|
|
126
126
|
|
|
127
127
|
next_cursor = next_cursor[0]
|
|
128
|
-
if next_cursor is None:
|
|
128
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
129
129
|
return None
|
|
130
130
|
|
|
131
131
|
return self.list(
|
|
@@ -304,7 +304,7 @@ class PaymentServicesSDK(BaseSDK):
|
|
|
304
304
|
return None
|
|
305
305
|
|
|
306
306
|
next_cursor = next_cursor[0]
|
|
307
|
-
if next_cursor is None:
|
|
307
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
308
308
|
return None
|
|
309
309
|
|
|
310
310
|
return self.list(
|
|
@@ -119,7 +119,7 @@ class Payouts(BaseSDK):
|
|
|
119
119
|
return None
|
|
120
120
|
|
|
121
121
|
next_cursor = next_cursor[0]
|
|
122
|
-
if next_cursor is None:
|
|
122
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
123
123
|
return None
|
|
124
124
|
|
|
125
125
|
return self.list(
|
|
@@ -290,7 +290,7 @@ class Payouts(BaseSDK):
|
|
|
290
290
|
return None
|
|
291
291
|
|
|
292
292
|
next_cursor = next_cursor[0]
|
|
293
|
-
if next_cursor is None:
|
|
293
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
294
294
|
return None
|
|
295
295
|
|
|
296
296
|
return self.list(
|
|
@@ -135,7 +135,7 @@ class ReportExecutionsSDK(BaseSDK):
|
|
|
135
135
|
return None
|
|
136
136
|
|
|
137
137
|
next_cursor = next_cursor[0]
|
|
138
|
-
if next_cursor is None:
|
|
138
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
139
139
|
return None
|
|
140
140
|
|
|
141
141
|
return self.list(
|
|
@@ -326,7 +326,7 @@ class ReportExecutionsSDK(BaseSDK):
|
|
|
326
326
|
return None
|
|
327
327
|
|
|
328
328
|
next_cursor = next_cursor[0]
|
|
329
|
-
if next_cursor is None:
|
|
329
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
330
330
|
return None
|
|
331
331
|
|
|
332
332
|
return self.list(
|
|
@@ -142,7 +142,7 @@ class ReportsSDK(BaseSDK):
|
|
|
142
142
|
return None
|
|
143
143
|
|
|
144
144
|
next_cursor = next_cursor[0]
|
|
145
|
-
if next_cursor is None:
|
|
145
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
146
146
|
return None
|
|
147
147
|
|
|
148
148
|
return self.list(
|
|
@@ -324,7 +324,7 @@ class ReportsSDK(BaseSDK):
|
|
|
324
324
|
return None
|
|
325
325
|
|
|
326
326
|
next_cursor = next_cursor[0]
|
|
327
|
-
if next_cursor is None:
|
|
327
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
328
328
|
return None
|
|
329
329
|
|
|
330
330
|
return self.list(
|
|
@@ -81,6 +81,7 @@ class Transactions(BaseSDK):
|
|
|
81
81
|
is_subsequent_payment: OptionalNullable[bool] = UNSET,
|
|
82
82
|
merchant_initiated: OptionalNullable[bool] = UNSET,
|
|
83
83
|
used_3ds: OptionalNullable[bool] = UNSET,
|
|
84
|
+
disputed: OptionalNullable[bool] = UNSET,
|
|
84
85
|
buyer_search: OptionalNullable[List[str]] = UNSET,
|
|
85
86
|
merchant_account_id: Optional[str] = None,
|
|
86
87
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -134,6 +135,7 @@ class Transactions(BaseSDK):
|
|
|
134
135
|
:param is_subsequent_payment: Filters for transactions where the `is_subsequent_payment` matches the provided value.
|
|
135
136
|
:param merchant_initiated: Filters for transactions where the `merchant_initiated` matches the provided value.
|
|
136
137
|
:param used_3ds: Filters for transactions that attempted 3DS authentication or not.
|
|
138
|
+
:param disputed: Filters for transactions that have been disputed.
|
|
137
139
|
:param buyer_search: Filters the results to only get the items for which some of the buyer data contains exactly the provided `buyer_search` values.
|
|
138
140
|
:param merchant_account_id: The ID of the merchant account to use for this request.
|
|
139
141
|
:param retries: Override the default retry configuration for this method
|
|
@@ -194,6 +196,7 @@ class Transactions(BaseSDK):
|
|
|
194
196
|
is_subsequent_payment=is_subsequent_payment,
|
|
195
197
|
merchant_initiated=merchant_initiated,
|
|
196
198
|
used_3ds=used_3ds,
|
|
199
|
+
disputed=disputed,
|
|
197
200
|
buyer_search=buyer_search,
|
|
198
201
|
merchant_account_id=merchant_account_id,
|
|
199
202
|
)
|
|
@@ -267,7 +270,7 @@ class Transactions(BaseSDK):
|
|
|
267
270
|
return None
|
|
268
271
|
|
|
269
272
|
next_cursor = next_cursor[0]
|
|
270
|
-
if next_cursor is None:
|
|
273
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
271
274
|
return None
|
|
272
275
|
|
|
273
276
|
return self.list(
|
|
@@ -313,6 +316,7 @@ class Transactions(BaseSDK):
|
|
|
313
316
|
is_subsequent_payment=is_subsequent_payment,
|
|
314
317
|
merchant_initiated=merchant_initiated,
|
|
315
318
|
used_3ds=used_3ds,
|
|
319
|
+
disputed=disputed,
|
|
316
320
|
buyer_search=buyer_search,
|
|
317
321
|
merchant_account_id=merchant_account_id,
|
|
318
322
|
retries=retries,
|
|
@@ -416,6 +420,7 @@ class Transactions(BaseSDK):
|
|
|
416
420
|
is_subsequent_payment: OptionalNullable[bool] = UNSET,
|
|
417
421
|
merchant_initiated: OptionalNullable[bool] = UNSET,
|
|
418
422
|
used_3ds: OptionalNullable[bool] = UNSET,
|
|
423
|
+
disputed: OptionalNullable[bool] = UNSET,
|
|
419
424
|
buyer_search: OptionalNullable[List[str]] = UNSET,
|
|
420
425
|
merchant_account_id: Optional[str] = None,
|
|
421
426
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -469,6 +474,7 @@ class Transactions(BaseSDK):
|
|
|
469
474
|
:param is_subsequent_payment: Filters for transactions where the `is_subsequent_payment` matches the provided value.
|
|
470
475
|
:param merchant_initiated: Filters for transactions where the `merchant_initiated` matches the provided value.
|
|
471
476
|
:param used_3ds: Filters for transactions that attempted 3DS authentication or not.
|
|
477
|
+
:param disputed: Filters for transactions that have been disputed.
|
|
472
478
|
:param buyer_search: Filters the results to only get the items for which some of the buyer data contains exactly the provided `buyer_search` values.
|
|
473
479
|
:param merchant_account_id: The ID of the merchant account to use for this request.
|
|
474
480
|
:param retries: Override the default retry configuration for this method
|
|
@@ -529,6 +535,7 @@ class Transactions(BaseSDK):
|
|
|
529
535
|
is_subsequent_payment=is_subsequent_payment,
|
|
530
536
|
merchant_initiated=merchant_initiated,
|
|
531
537
|
used_3ds=used_3ds,
|
|
538
|
+
disputed=disputed,
|
|
532
539
|
buyer_search=buyer_search,
|
|
533
540
|
merchant_account_id=merchant_account_id,
|
|
534
541
|
)
|
|
@@ -602,7 +609,7 @@ class Transactions(BaseSDK):
|
|
|
602
609
|
return None
|
|
603
610
|
|
|
604
611
|
next_cursor = next_cursor[0]
|
|
605
|
-
if next_cursor is None:
|
|
612
|
+
if next_cursor is None or str(next_cursor).strip() == "":
|
|
606
613
|
return None
|
|
607
614
|
|
|
608
615
|
return self.list(
|
|
@@ -648,6 +655,7 @@ class Transactions(BaseSDK):
|
|
|
648
655
|
is_subsequent_payment=is_subsequent_payment,
|
|
649
656
|
merchant_initiated=merchant_initiated,
|
|
650
657
|
used_3ds=used_3ds,
|
|
658
|
+
disputed=disputed,
|
|
651
659
|
buyer_search=buyer_search,
|
|
652
660
|
merchant_account_id=merchant_account_id,
|
|
653
661
|
retries=retries,
|
|
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
|
|
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
|