gr4vy 1.10.9__tar.gz → 1.10.11__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.10.9 → gr4vy-1.10.11}/PKG-INFO +1 -1
- {gr4vy-1.10.9 → gr4vy-1.10.11}/pyproject.toml +1 -1
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/__init__.py +5 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentlink.py +7 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentlinkcreate.py +7 -0
- gr4vy-1.10.11/src/gr4vy/models/threedsecure.py +46 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactioncreate.py +8 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionthreedsecuresummary.py +21 -2
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_links_sdk.py +6 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/transactions.py +14 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/requestbodies.py +3 -3
- {gr4vy-1.10.9 → gr4vy-1.10.11}/README-PYPI.md +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/py.typed +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/actions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/all.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/buyers_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/checkout_sessions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/events.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/executions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/merchant_accounts_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/auditlogentries.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/auditlogentry.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/billingdetails.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/capture_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cartitem.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/chaseoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutsession.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutsessioncreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutsessionpaymentmethod.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_methodop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/flow.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/flowaction.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/guestbuyer.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/instrumenttype.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/integrationclient.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_transaction_actionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/mockcardoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/monatospeioptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/nuveiidealoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethodsummaries.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentmethodsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentoption.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicedefinition.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/payoutsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paypaloptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paypalshippingoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paypalshippingoptionsitem.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/paypalshippingoptionsitemamount.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/plaidpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transaction.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionaction.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionactions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionbuyer.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactioncancel.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactioncapture.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionconnectionoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionevent.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionevents.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionpaymentmethod.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionsummaries.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionsummary.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/transactionvoid.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/void_transactionop.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/payouts.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.10.9 → gr4vy-1.10.11}/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.10.
|
|
6
|
+
__version__: str = "1.10.11"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.10.
|
|
8
|
+
__gen_version__: str = "2.794.1"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.10.11 2.794.1 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -1013,6 +1013,7 @@ if TYPE_CHECKING:
|
|
|
1013
1013
|
)
|
|
1014
1014
|
from .taxid import TaxID, TaxIDTypedDict
|
|
1015
1015
|
from .taxidkind import TaxIDKind
|
|
1016
|
+
from .threedsecure import ThreeDSecure, ThreeDSecureTypedDict
|
|
1016
1017
|
from .threedsecuredatav1 import ThreeDSecureDataV1, ThreeDSecureDataV1TypedDict
|
|
1017
1018
|
from .threedsecuredatav2 import ThreeDSecureDataV2, ThreeDSecureDataV2TypedDict
|
|
1018
1019
|
from .threedsecureerror import ThreeDSecureError, ThreeDSecureErrorTypedDict
|
|
@@ -1974,6 +1975,7 @@ __all__ = [
|
|
|
1974
1975
|
"TaxID",
|
|
1975
1976
|
"TaxIDKind",
|
|
1976
1977
|
"TaxIDTypedDict",
|
|
1978
|
+
"ThreeDSecure",
|
|
1977
1979
|
"ThreeDSecureData",
|
|
1978
1980
|
"ThreeDSecureDataTypedDict",
|
|
1979
1981
|
"ThreeDSecureDataV1",
|
|
@@ -1984,6 +1986,7 @@ __all__ = [
|
|
|
1984
1986
|
"ThreeDSecureErrorTypedDict",
|
|
1985
1987
|
"ThreeDSecureMethod",
|
|
1986
1988
|
"ThreeDSecureStatus",
|
|
1989
|
+
"ThreeDSecureTypedDict",
|
|
1987
1990
|
"ThreeDSecureV2",
|
|
1988
1991
|
"ThreeDSecureV2TypedDict",
|
|
1989
1992
|
"TicketDeliveryMethod",
|
|
@@ -2895,6 +2898,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2895
2898
|
"TaxID": ".taxid",
|
|
2896
2899
|
"TaxIDTypedDict": ".taxid",
|
|
2897
2900
|
"TaxIDKind": ".taxidkind",
|
|
2901
|
+
"ThreeDSecure": ".threedsecure",
|
|
2902
|
+
"ThreeDSecureTypedDict": ".threedsecure",
|
|
2898
2903
|
"ThreeDSecureDataV1": ".threedsecuredatav1",
|
|
2899
2904
|
"ThreeDSecureDataV1TypedDict": ".threedsecuredatav1",
|
|
2900
2905
|
"ThreeDSecureDataV2": ".threedsecuredatav2",
|
|
@@ -77,6 +77,8 @@ class PaymentLinkTypedDict(TypedDict):
|
|
|
77
77
|
r"""Whether the payment method was stored."""
|
|
78
78
|
buyer_id: NotRequired[Nullable[str]]
|
|
79
79
|
r"""The ID of the buyer to associate with the stored payment method."""
|
|
80
|
+
installment_count: NotRequired[Nullable[int]]
|
|
81
|
+
r"""The number of installments a buyer is required to make."""
|
|
80
82
|
|
|
81
83
|
|
|
82
84
|
class PaymentLink(BaseModel):
|
|
@@ -174,6 +176,9 @@ class PaymentLink(BaseModel):
|
|
|
174
176
|
buyer_id: OptionalNullable[str] = UNSET
|
|
175
177
|
r"""The ID of the buyer to associate with the stored payment method."""
|
|
176
178
|
|
|
179
|
+
installment_count: OptionalNullable[int] = UNSET
|
|
180
|
+
r"""The number of installments a buyer is required to make."""
|
|
181
|
+
|
|
177
182
|
@model_serializer(mode="wrap")
|
|
178
183
|
def serialize_model(self, handler):
|
|
179
184
|
optional_fields = [
|
|
@@ -196,6 +201,7 @@ class PaymentLink(BaseModel):
|
|
|
196
201
|
"connection_options",
|
|
197
202
|
"store",
|
|
198
203
|
"buyer_id",
|
|
204
|
+
"installment_count",
|
|
199
205
|
]
|
|
200
206
|
nullable_fields = [
|
|
201
207
|
"expires_at",
|
|
@@ -216,6 +222,7 @@ class PaymentLink(BaseModel):
|
|
|
216
222
|
"shipping_details",
|
|
217
223
|
"connection_options",
|
|
218
224
|
"buyer_id",
|
|
225
|
+
"installment_count",
|
|
219
226
|
]
|
|
220
227
|
null_default_fields = []
|
|
221
228
|
|
|
@@ -63,6 +63,8 @@ class PaymentLinkCreateTypedDict(TypedDict):
|
|
|
63
63
|
r"""Whether to store the payment method for future use."""
|
|
64
64
|
buyer_id: NotRequired[Nullable[str]]
|
|
65
65
|
r"""The ID of the buyer to associate the payment method with. Note: When `buyer_id` is provided, the payment link should be treated as a secret as it will allow the user to manage payment methods for the associated buyer."""
|
|
66
|
+
installment_count: NotRequired[Nullable[int]]
|
|
67
|
+
r"""The number of installments a buyer is required to make."""
|
|
66
68
|
|
|
67
69
|
|
|
68
70
|
class PaymentLinkCreate(BaseModel):
|
|
@@ -134,6 +136,9 @@ class PaymentLinkCreate(BaseModel):
|
|
|
134
136
|
buyer_id: OptionalNullable[str] = UNSET
|
|
135
137
|
r"""The ID of the buyer to associate the payment method with. Note: When `buyer_id` is provided, the payment link should be treated as a secret as it will allow the user to manage payment methods for the associated buyer."""
|
|
136
138
|
|
|
139
|
+
installment_count: OptionalNullable[int] = UNSET
|
|
140
|
+
r"""The number of installments a buyer is required to make."""
|
|
141
|
+
|
|
137
142
|
@model_serializer(mode="wrap")
|
|
138
143
|
def serialize_model(self, handler):
|
|
139
144
|
optional_fields = [
|
|
@@ -157,6 +162,7 @@ class PaymentLinkCreate(BaseModel):
|
|
|
157
162
|
"payment_source",
|
|
158
163
|
"store",
|
|
159
164
|
"buyer_id",
|
|
165
|
+
"installment_count",
|
|
160
166
|
]
|
|
161
167
|
nullable_fields = [
|
|
162
168
|
"buyer",
|
|
@@ -176,6 +182,7 @@ class PaymentLinkCreate(BaseModel):
|
|
|
176
182
|
"cart_items",
|
|
177
183
|
"metadata",
|
|
178
184
|
"buyer_id",
|
|
185
|
+
"installment_count",
|
|
179
186
|
]
|
|
180
187
|
null_default_fields = []
|
|
181
188
|
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
5
|
+
from pydantic import model_serializer
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class ThreeDSecureTypedDict(TypedDict):
|
|
10
|
+
amount: NotRequired[Nullable[int]]
|
|
11
|
+
r"""The amount to be used for 3DS authentication. Optionally set this value to authenticate a greater amount than the transaction amount."""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class ThreeDSecure(BaseModel):
|
|
15
|
+
amount: OptionalNullable[int] = UNSET
|
|
16
|
+
r"""The amount to be used for 3DS authentication. Optionally set this value to authenticate a greater amount than the transaction amount."""
|
|
17
|
+
|
|
18
|
+
@model_serializer(mode="wrap")
|
|
19
|
+
def serialize_model(self, handler):
|
|
20
|
+
optional_fields = ["amount"]
|
|
21
|
+
nullable_fields = ["amount"]
|
|
22
|
+
null_default_fields = []
|
|
23
|
+
|
|
24
|
+
serialized = handler(self)
|
|
25
|
+
|
|
26
|
+
m = {}
|
|
27
|
+
|
|
28
|
+
for n, f in type(self).model_fields.items():
|
|
29
|
+
k = f.alias or n
|
|
30
|
+
val = serialized.get(k)
|
|
31
|
+
serialized.pop(k, None)
|
|
32
|
+
|
|
33
|
+
optional_nullable = k in optional_fields and k in nullable_fields
|
|
34
|
+
is_set = (
|
|
35
|
+
self.__pydantic_fields_set__.intersection({n})
|
|
36
|
+
or k in null_default_fields
|
|
37
|
+
) # pylint: disable=no-member
|
|
38
|
+
|
|
39
|
+
if val is not None and val != UNSET_SENTINEL:
|
|
40
|
+
m[k] = val
|
|
41
|
+
elif val != UNSET_SENTINEL and (
|
|
42
|
+
not k in optional_fields or (optional_nullable and is_set)
|
|
43
|
+
):
|
|
44
|
+
m[k] = val
|
|
45
|
+
|
|
46
|
+
return m
|
|
@@ -56,6 +56,7 @@ from .redirectpaymentmethodcreate import (
|
|
|
56
56
|
RedirectPaymentMethodCreateTypedDict,
|
|
57
57
|
)
|
|
58
58
|
from .statementdescriptor import StatementDescriptor, StatementDescriptorTypedDict
|
|
59
|
+
from .threedsecure import ThreeDSecure, ThreeDSecureTypedDict
|
|
59
60
|
from .threedsecuredatav1 import ThreeDSecureDataV1, ThreeDSecureDataV1TypedDict
|
|
60
61
|
from .threedsecuredatav2 import ThreeDSecureDataV2, ThreeDSecureDataV2TypedDict
|
|
61
62
|
from .tokenpaymentmethodcreate import (
|
|
@@ -164,6 +165,8 @@ class TransactionCreateTypedDict(TypedDict):
|
|
|
164
165
|
"""
|
|
165
166
|
three_d_secure_data: NotRequired[Nullable[ThreeDSecureDataTypedDict]]
|
|
166
167
|
r"""Pass through 3-D Secure data to support external 3-D Secure authorisation. If using an external 3-D Secure provider, you should not pass a `redirect_url` in the `payment_method` object for a transaction."""
|
|
168
|
+
three_d_secure: NotRequired[Nullable[ThreeDSecureTypedDict]]
|
|
169
|
+
r"""Optional 3-D Secure values to use during the authentication flow."""
|
|
167
170
|
metadata: NotRequired[Nullable[Dict[str, str]]]
|
|
168
171
|
r"""Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it."""
|
|
169
172
|
is_subsequent_payment: NotRequired[bool]
|
|
@@ -277,6 +280,9 @@ class TransactionCreate(BaseModel):
|
|
|
277
280
|
three_d_secure_data: OptionalNullable[ThreeDSecureData] = UNSET
|
|
278
281
|
r"""Pass through 3-D Secure data to support external 3-D Secure authorisation. If using an external 3-D Secure provider, you should not pass a `redirect_url` in the `payment_method` object for a transaction."""
|
|
279
282
|
|
|
283
|
+
three_d_secure: OptionalNullable[ThreeDSecure] = UNSET
|
|
284
|
+
r"""Optional 3-D Secure values to use during the authentication flow."""
|
|
285
|
+
|
|
280
286
|
metadata: OptionalNullable[Dict[str, str]] = UNSET
|
|
281
287
|
r"""Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it."""
|
|
282
288
|
|
|
@@ -388,6 +394,7 @@ class TransactionCreate(BaseModel):
|
|
|
388
394
|
"intent",
|
|
389
395
|
"store",
|
|
390
396
|
"three_d_secure_data",
|
|
397
|
+
"three_d_secure",
|
|
391
398
|
"metadata",
|
|
392
399
|
"is_subsequent_payment",
|
|
393
400
|
"merchant_initiated",
|
|
@@ -425,6 +432,7 @@ class TransactionCreate(BaseModel):
|
|
|
425
432
|
"gift_cards",
|
|
426
433
|
"external_identifier",
|
|
427
434
|
"three_d_secure_data",
|
|
435
|
+
"three_d_secure",
|
|
428
436
|
"metadata",
|
|
429
437
|
"airline",
|
|
430
438
|
"cart_items",
|
|
@@ -33,6 +33,8 @@ class TransactionThreeDSecureSummaryTypedDict(TypedDict):
|
|
|
33
33
|
r"""The 3DS data sent to the payment service for this transaction. This will only be populated if external 3DS data was passed in directly as part of the transaction API call, or if our 3DS server returned a status code of `Y` or `A`. In case of a failure to authenticate (status `N`, `R`, or `U`) this field will not be populated. To see full details about the 3DS calls please use our transaction events API."""
|
|
34
34
|
error_data: NotRequired[Nullable[ThreeDSecureErrorTypedDict]]
|
|
35
35
|
r"""The error data received from our 3DS server. This will not be populated if the customer failed the authentication with a status code of `N`, `R`, or `U`. To see full details about the 3DS calls in those situations please use our transaction events API."""
|
|
36
|
+
amount: NotRequired[Nullable[int]]
|
|
37
|
+
r"""The amount used for 3DS authentication."""
|
|
36
38
|
|
|
37
39
|
|
|
38
40
|
class TransactionThreeDSecureSummary(BaseModel):
|
|
@@ -51,10 +53,27 @@ class TransactionThreeDSecureSummary(BaseModel):
|
|
|
51
53
|
error_data: OptionalNullable[ThreeDSecureError] = UNSET
|
|
52
54
|
r"""The error data received from our 3DS server. This will not be populated if the customer failed the authentication with a status code of `N`, `R`, or `U`. To see full details about the 3DS calls in those situations please use our transaction events API."""
|
|
53
55
|
|
|
56
|
+
amount: OptionalNullable[int] = UNSET
|
|
57
|
+
r"""The amount used for 3DS authentication."""
|
|
58
|
+
|
|
54
59
|
@model_serializer(mode="wrap")
|
|
55
60
|
def serialize_model(self, handler):
|
|
56
|
-
optional_fields = [
|
|
57
|
-
|
|
61
|
+
optional_fields = [
|
|
62
|
+
"version",
|
|
63
|
+
"status",
|
|
64
|
+
"method",
|
|
65
|
+
"response_data",
|
|
66
|
+
"error_data",
|
|
67
|
+
"amount",
|
|
68
|
+
]
|
|
69
|
+
nullable_fields = [
|
|
70
|
+
"version",
|
|
71
|
+
"status",
|
|
72
|
+
"method",
|
|
73
|
+
"response_data",
|
|
74
|
+
"error_data",
|
|
75
|
+
"amount",
|
|
76
|
+
]
|
|
58
77
|
null_default_fields = []
|
|
59
78
|
|
|
60
79
|
serialized = handler(self)
|
|
@@ -50,6 +50,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
50
50
|
payment_source: Optional[models.TransactionPaymentSource] = None,
|
|
51
51
|
store: Optional[bool] = False,
|
|
52
52
|
buyer_id: OptionalNullable[str] = UNSET,
|
|
53
|
+
installment_count: OptionalNullable[int] = UNSET,
|
|
53
54
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
54
55
|
server_url: Optional[str] = None,
|
|
55
56
|
timeout_ms: Optional[int] = None,
|
|
@@ -83,6 +84,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
83
84
|
:param payment_source: The way payment method information made it to this transaction.
|
|
84
85
|
:param store: Whether to store the payment method for future use.
|
|
85
86
|
:param buyer_id: The ID of the buyer to associate the payment method with. Note: When `buyer_id` is provided, the payment link should be treated as a secret as it will allow the user to manage payment methods for the associated buyer.
|
|
87
|
+
:param installment_count: The number of installments a buyer is required to make.
|
|
86
88
|
:param retries: Override the default retry configuration for this method
|
|
87
89
|
:param server_url: Override the default server URL for this method
|
|
88
90
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -133,6 +135,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
133
135
|
payment_source=payment_source,
|
|
134
136
|
store=store,
|
|
135
137
|
buyer_id=buyer_id,
|
|
138
|
+
installment_count=installment_count,
|
|
136
139
|
),
|
|
137
140
|
)
|
|
138
141
|
|
|
@@ -289,6 +292,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
289
292
|
payment_source: Optional[models.TransactionPaymentSource] = None,
|
|
290
293
|
store: Optional[bool] = False,
|
|
291
294
|
buyer_id: OptionalNullable[str] = UNSET,
|
|
295
|
+
installment_count: OptionalNullable[int] = UNSET,
|
|
292
296
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
293
297
|
server_url: Optional[str] = None,
|
|
294
298
|
timeout_ms: Optional[int] = None,
|
|
@@ -322,6 +326,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
322
326
|
:param payment_source: The way payment method information made it to this transaction.
|
|
323
327
|
:param store: Whether to store the payment method for future use.
|
|
324
328
|
:param buyer_id: The ID of the buyer to associate the payment method with. Note: When `buyer_id` is provided, the payment link should be treated as a secret as it will allow the user to manage payment methods for the associated buyer.
|
|
329
|
+
:param installment_count: The number of installments a buyer is required to make.
|
|
325
330
|
:param retries: Override the default retry configuration for this method
|
|
326
331
|
:param server_url: Override the default server URL for this method
|
|
327
332
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -372,6 +377,7 @@ class PaymentLinksSDK(BaseSDK):
|
|
|
372
377
|
payment_source=payment_source,
|
|
373
378
|
store=store,
|
|
374
379
|
buyer_id=buyer_id,
|
|
380
|
+
installment_count=installment_count,
|
|
375
381
|
),
|
|
376
382
|
)
|
|
377
383
|
|
|
@@ -748,6 +748,9 @@ class Transactions(BaseSDK):
|
|
|
748
748
|
three_d_secure_data: OptionalNullable[
|
|
749
749
|
Union[models.ThreeDSecureData, models.ThreeDSecureDataTypedDict]
|
|
750
750
|
] = UNSET,
|
|
751
|
+
three_d_secure: OptionalNullable[
|
|
752
|
+
Union[models.ThreeDSecure, models.ThreeDSecureTypedDict]
|
|
753
|
+
] = UNSET,
|
|
751
754
|
metadata: OptionalNullable[Dict[str, str]] = UNSET,
|
|
752
755
|
is_subsequent_payment: Optional[bool] = False,
|
|
753
756
|
merchant_initiated: Optional[bool] = False,
|
|
@@ -819,6 +822,7 @@ class Transactions(BaseSDK):
|
|
|
819
822
|
* The flag has to be set to `true` when the `payment_source` is set to `recurring` or `installment`, and `merchant_initiated` is set to `false`.
|
|
820
823
|
* The flag has to be set to `false` (or not set) when using a previously vaulted payment method.
|
|
821
824
|
:param three_d_secure_data: Pass through 3-D Secure data to support external 3-D Secure authorisation. If using an external 3-D Secure provider, you should not pass a `redirect_url` in the `payment_method` object for a transaction.
|
|
825
|
+
:param three_d_secure: Optional 3-D Secure values to use during the authentication flow.
|
|
822
826
|
:param metadata: Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
|
|
823
827
|
:param is_subsequent_payment: Indicates whether the transaction represents a subsequent payment coming from a setup recurring payment. Please note there are some restrictions on how this flag may be used.
|
|
824
828
|
|
|
@@ -902,6 +906,9 @@ class Transactions(BaseSDK):
|
|
|
902
906
|
three_d_secure_data=utils.get_pydantic_model(
|
|
903
907
|
three_d_secure_data, OptionalNullable[models.ThreeDSecureData]
|
|
904
908
|
),
|
|
909
|
+
three_d_secure=utils.get_pydantic_model(
|
|
910
|
+
three_d_secure, OptionalNullable[models.ThreeDSecure]
|
|
911
|
+
),
|
|
905
912
|
metadata=metadata,
|
|
906
913
|
is_subsequent_payment=is_subsequent_payment,
|
|
907
914
|
merchant_initiated=merchant_initiated,
|
|
@@ -1089,6 +1096,9 @@ class Transactions(BaseSDK):
|
|
|
1089
1096
|
three_d_secure_data: OptionalNullable[
|
|
1090
1097
|
Union[models.ThreeDSecureData, models.ThreeDSecureDataTypedDict]
|
|
1091
1098
|
] = UNSET,
|
|
1099
|
+
three_d_secure: OptionalNullable[
|
|
1100
|
+
Union[models.ThreeDSecure, models.ThreeDSecureTypedDict]
|
|
1101
|
+
] = UNSET,
|
|
1092
1102
|
metadata: OptionalNullable[Dict[str, str]] = UNSET,
|
|
1093
1103
|
is_subsequent_payment: Optional[bool] = False,
|
|
1094
1104
|
merchant_initiated: Optional[bool] = False,
|
|
@@ -1160,6 +1170,7 @@ class Transactions(BaseSDK):
|
|
|
1160
1170
|
* The flag has to be set to `true` when the `payment_source` is set to `recurring` or `installment`, and `merchant_initiated` is set to `false`.
|
|
1161
1171
|
* The flag has to be set to `false` (or not set) when using a previously vaulted payment method.
|
|
1162
1172
|
:param three_d_secure_data: Pass through 3-D Secure data to support external 3-D Secure authorisation. If using an external 3-D Secure provider, you should not pass a `redirect_url` in the `payment_method` object for a transaction.
|
|
1173
|
+
:param three_d_secure: Optional 3-D Secure values to use during the authentication flow.
|
|
1163
1174
|
:param metadata: Any additional information about the transaction that you would like to store as key-value pairs. This data is passed to payment service providers that support it.
|
|
1164
1175
|
:param is_subsequent_payment: Indicates whether the transaction represents a subsequent payment coming from a setup recurring payment. Please note there are some restrictions on how this flag may be used.
|
|
1165
1176
|
|
|
@@ -1243,6 +1254,9 @@ class Transactions(BaseSDK):
|
|
|
1243
1254
|
three_d_secure_data=utils.get_pydantic_model(
|
|
1244
1255
|
three_d_secure_data, OptionalNullable[models.ThreeDSecureData]
|
|
1245
1256
|
),
|
|
1257
|
+
three_d_secure=utils.get_pydantic_model(
|
|
1258
|
+
three_d_secure, OptionalNullable[models.ThreeDSecure]
|
|
1259
|
+
),
|
|
1246
1260
|
metadata=metadata,
|
|
1247
1261
|
is_subsequent_payment=is_subsequent_payment,
|
|
1248
1262
|
merchant_initiated=merchant_initiated,
|
|
@@ -44,15 +44,15 @@ def serialize_request_body(
|
|
|
44
44
|
|
|
45
45
|
serialized_request_body = SerializedRequestBody(media_type)
|
|
46
46
|
|
|
47
|
-
if re.match(r"(application|text)\/([^+]+\+)*json.*", media_type) is not None:
|
|
47
|
+
if re.match(r"^(application|text)\/([^+]+\+)*json.*", media_type) is not None:
|
|
48
48
|
serialized_request_body.content = marshal_json(request_body, request_body_type)
|
|
49
|
-
elif re.match(r"multipart\/.*", media_type) is not None:
|
|
49
|
+
elif re.match(r"^multipart\/.*", media_type) is not None:
|
|
50
50
|
(
|
|
51
51
|
serialized_request_body.media_type,
|
|
52
52
|
serialized_request_body.data,
|
|
53
53
|
serialized_request_body.files,
|
|
54
54
|
) = serialize_multipart_form(media_type, request_body)
|
|
55
|
-
elif re.match(r"application\/x-www-form-urlencoded.*", media_type) is not None:
|
|
55
|
+
elif re.match(r"^application\/x-www-form-urlencoded.*", media_type) is not None:
|
|
56
56
|
serialized_request_body.data = serialize_form_data(request_body)
|
|
57
57
|
elif isinstance(request_body, (bytes, bytearray, io.BytesIO, io.BufferedReader)):
|
|
58
58
|
serialized_request_body.content = request_body
|
|
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
|
|
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
|