gr4vy 1.5.6__tar.gz → 1.7.16__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.5.6 → gr4vy-1.7.16}/PKG-INFO +3 -3
- {gr4vy-1.5.6 → gr4vy-1.7.16}/README-PYPI.md +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/pyproject.toml +2 -1
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/checkout_sessions.py +20 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/__init__.py +142 -78
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/auditlogentries.py +3 -3
- gr4vy-1.5.6/src/gr4vy/models/auditlogentry.py → gr4vy-1.7.16/src/gr4vy/models/auditlogentry_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/capture_transactionop.py +7 -4
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cartitem.py +7 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/checkoutsession.py +26 -5
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/checkoutsessioncreate.py +36 -2
- gr4vy-1.5.6/src/gr4vy/models/checkoutsessionpaymentmethod.py → gr4vy-1.7.16/src/gr4vy/models/checkoutsessionpaymentmethod_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_methodop.py +6 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +4 -3
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/instrumenttype.py +1 -0
- gr4vy-1.7.16/src/gr4vy/models/integrationclient.py +16 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/mockcardoptions.py +7 -2
- gr4vy-1.7.16/src/gr4vy/models/monatospeioptions.py +15 -0
- gr4vy-1.7.16/src/gr4vy/models/nuveiidealoptions.py +49 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentlink.py +6 -3
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethodsummaries.py +6 -3
- gr4vy-1.5.6/src/gr4vy/models/paymentmethodsummary.py → gr4vy-1.7.16/src/gr4vy/models/paymentmethodsummary_output.py +2 -2
- gr4vy-1.5.6/src/gr4vy/models/paymentoption.py → gr4vy-1.7.16/src/gr4vy/models/paymentoption_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentoptions.py +3 -3
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicedefinition.py +9 -1
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutsummary.py +11 -8
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paypaloptions.py +8 -2
- gr4vy-1.7.16/src/gr4vy/models/paypalshippingoptions.py +51 -0
- gr4vy-1.7.16/src/gr4vy/models/paypalshippingoptionsitem.py +94 -0
- gr4vy-1.7.16/src/gr4vy/models/paypalshippingoptionsitemamount.py +20 -0
- gr4vy-1.7.16/src/gr4vy/models/plaidpaymentmethodcreate.py +106 -0
- gr4vy-1.5.6/src/gr4vy/models/transaction.py → gr4vy-1.7.16/src/gr4vy/models/transaction_output.py +32 -15
- gr4vy-1.5.6/src/gr4vy/models/transactionbuyer.py → gr4vy-1.7.16/src/gr4vy/models/transactionbuyer_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactioncancel.py +3 -3
- gr4vy-1.5.6/src/gr4vy/models/transactioncapture.py → gr4vy-1.7.16/src/gr4vy/models/transactioncapture_output.py +5 -5
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionconnectionoptions.py +20 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactioncreate.py +23 -0
- gr4vy-1.5.6/src/gr4vy/models/transactionevent.py → gr4vy-1.7.16/src/gr4vy/models/transactionevent_output.py +3 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionevents.py +6 -3
- gr4vy-1.5.6/src/gr4vy/models/transactionpaymentmethod.py → gr4vy-1.7.16/src/gr4vy/models/transactionpaymentmethod_output.py +2 -2
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionsummaries.py +6 -3
- gr4vy-1.5.6/src/gr4vy/models/transactionsummary.py → gr4vy-1.7.16/src/gr4vy/models/transactionsummary_output.py +13 -10
- gr4vy-1.5.6/src/gr4vy/models/transactionthreedsecuresummary.py → gr4vy-1.7.16/src/gr4vy/models/transactionthreedsecuresummary_output.py +2 -2
- gr4vy-1.5.6/src/gr4vy/models/transactionvoid.py → gr4vy-1.7.16/src/gr4vy/models/transactionvoid_output.py +5 -5
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/void_transactionop.py +7 -4
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/transactions.py +76 -24
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/unmarshal_json_response.py +15 -1
- {gr4vy-1.5.6 → gr4vy-1.7.16}/py.typed +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/all.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/buyers_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/events.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/executions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/merchant_accounts_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/billingdetails_input.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/billingdetails_output.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/guestbuyer_input.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/guestbuyer_output.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentlinkcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_links_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/payouts.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.5.6 → gr4vy-1.7.16}/src/gr4vy/webhooks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gr4vy
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.16
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Gr4vy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -749,8 +749,8 @@ import os
|
|
|
749
749
|
|
|
750
750
|
|
|
751
751
|
with Gr4vy(
|
|
752
|
-
server="
|
|
753
|
-
id="
|
|
752
|
+
server="sandbox",
|
|
753
|
+
id="example",
|
|
754
754
|
merchant_account_id="default",
|
|
755
755
|
bearer_auth=os.getenv("GR4VY_BEARER_AUTH", ""),
|
|
756
756
|
) as g_client:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
[project]
|
|
3
3
|
name = "gr4vy"
|
|
4
|
-
version = "1.
|
|
4
|
+
version = "1.7.16"
|
|
5
5
|
description = "Python Client SDK Generated by Speakeasy."
|
|
6
6
|
authors = [{ name = "Gr4vy" },]
|
|
7
7
|
readme = "README-PYPI.md"
|
|
@@ -33,6 +33,7 @@ in-project = true
|
|
|
33
33
|
freezegun = "^1.5.1"
|
|
34
34
|
mypy = "==1.15.0"
|
|
35
35
|
pylint = "==3.2.3"
|
|
36
|
+
pyright = "==1.1.398"
|
|
36
37
|
pytest = "^8.3.5"
|
|
37
38
|
requests = "^2.23.2"
|
|
38
39
|
types-Pygments = "^2.19.0.20250305"
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "gr4vy"
|
|
6
|
-
__version__: str = "1.
|
|
6
|
+
__version__: str = "1.7.16"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.
|
|
8
|
+
__gen_version__: str = "2.760.2"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.7.16 2.760.2 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -333,6 +333,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
333
333
|
airline: OptionalNullable[
|
|
334
334
|
Union[models.Airline, models.AirlineTypedDict]
|
|
335
335
|
] = UNSET,
|
|
336
|
+
amount: OptionalNullable[int] = UNSET,
|
|
337
|
+
currency: OptionalNullable[str] = UNSET,
|
|
338
|
+
payment_service_id: OptionalNullable[str] = UNSET,
|
|
336
339
|
expires_in: Optional[float] = 3600,
|
|
337
340
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
338
341
|
server_url: Optional[str] = None,
|
|
@@ -349,7 +352,10 @@ class CheckoutSessions(BaseSDK):
|
|
|
349
352
|
: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.
|
|
350
353
|
:param buyer: Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used.
|
|
351
354
|
:param airline: The airline addendum data which describes the airline booking associated with this transaction.
|
|
352
|
-
:param
|
|
355
|
+
:param amount: The total amount for this transaction.
|
|
356
|
+
:param currency: The currency code for this transaction.
|
|
357
|
+
:param payment_service_id: The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped.
|
|
358
|
+
:param expires_in: The time in seconds when this checkout session expires.
|
|
353
359
|
:param retries: Override the default retry configuration for this method
|
|
354
360
|
:param server_url: Override the default server URL for this method
|
|
355
361
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -379,6 +385,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
379
385
|
airline=utils.get_pydantic_model(
|
|
380
386
|
airline, OptionalNullable[models.Airline]
|
|
381
387
|
),
|
|
388
|
+
amount=amount,
|
|
389
|
+
currency=currency,
|
|
390
|
+
payment_service_id=payment_service_id,
|
|
382
391
|
expires_in=expires_in,
|
|
383
392
|
),
|
|
384
393
|
)
|
|
@@ -512,6 +521,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
512
521
|
airline: OptionalNullable[
|
|
513
522
|
Union[models.Airline, models.AirlineTypedDict]
|
|
514
523
|
] = UNSET,
|
|
524
|
+
amount: OptionalNullable[int] = UNSET,
|
|
525
|
+
currency: OptionalNullable[str] = UNSET,
|
|
526
|
+
payment_service_id: OptionalNullable[str] = UNSET,
|
|
515
527
|
expires_in: Optional[float] = 3600,
|
|
516
528
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
517
529
|
server_url: Optional[str] = None,
|
|
@@ -528,7 +540,10 @@ class CheckoutSessions(BaseSDK):
|
|
|
528
540
|
: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.
|
|
529
541
|
:param buyer: Provide buyer details for the transaction. No buyer resource will be created on Gr4vy when used.
|
|
530
542
|
:param airline: The airline addendum data which describes the airline booking associated with this transaction.
|
|
531
|
-
:param
|
|
543
|
+
:param amount: The total amount for this transaction.
|
|
544
|
+
:param currency: The currency code for this transaction.
|
|
545
|
+
:param payment_service_id: The unique identifier of an existing payment service. When provided, the created transaction will be processed by the given payment service and any routing rules will be skipped.
|
|
546
|
+
:param expires_in: The time in seconds when this checkout session expires.
|
|
532
547
|
:param retries: Override the default retry configuration for this method
|
|
533
548
|
:param server_url: Override the default server URL for this method
|
|
534
549
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -558,6 +573,9 @@ class CheckoutSessions(BaseSDK):
|
|
|
558
573
|
airline=utils.get_pydantic_model(
|
|
559
574
|
airline, OptionalNullable[models.Airline]
|
|
560
575
|
),
|
|
576
|
+
amount=amount,
|
|
577
|
+
currency=currency,
|
|
578
|
+
payment_service_id=payment_service_id,
|
|
561
579
|
expires_in=expires_in,
|
|
562
580
|
),
|
|
563
581
|
)
|
|
@@ -74,7 +74,7 @@ if TYPE_CHECKING:
|
|
|
74
74
|
from .approvaltarget import ApprovalTarget
|
|
75
75
|
from .auditlogaction import AuditLogAction
|
|
76
76
|
from .auditlogentries import AuditLogEntries, AuditLogEntriesTypedDict
|
|
77
|
-
from .
|
|
77
|
+
from .auditlogentry_output import AuditLogEntryOutput, AuditLogEntryOutputTypedDict
|
|
78
78
|
from .auditlogentryresource import (
|
|
79
79
|
AuditLogEntryResource,
|
|
80
80
|
AuditLogEntryResourceTypedDict,
|
|
@@ -141,9 +141,9 @@ if TYPE_CHECKING:
|
|
|
141
141
|
CheckoutSessionCreate,
|
|
142
142
|
CheckoutSessionCreateTypedDict,
|
|
143
143
|
)
|
|
144
|
-
from .
|
|
145
|
-
|
|
146
|
-
|
|
144
|
+
from .checkoutsessionpaymentmethod_output import (
|
|
145
|
+
CheckoutSessionPaymentMethodOutput,
|
|
146
|
+
CheckoutSessionPaymentMethodOutputTypedDict,
|
|
147
147
|
)
|
|
148
148
|
from .checkoutsessionpaymentmethodcreate import (
|
|
149
149
|
CheckoutSessionPaymentMethodCreate,
|
|
@@ -392,8 +392,8 @@ if TYPE_CHECKING:
|
|
|
392
392
|
)
|
|
393
393
|
from .forterantifraudoptionscartitembasicitemdata import (
|
|
394
394
|
ForterAntiFraudOptionsCartItemBasicItemData,
|
|
395
|
+
ForterAntiFraudOptionsCartItemBasicItemDataType,
|
|
395
396
|
ForterAntiFraudOptionsCartItemBasicItemDataTypedDict,
|
|
396
|
-
Type,
|
|
397
397
|
)
|
|
398
398
|
from .forterantifraudoptionscartitembeneficiary import (
|
|
399
399
|
ForterAntiFraudOptionsCartItemBeneficiary,
|
|
@@ -582,6 +582,7 @@ if TYPE_CHECKING:
|
|
|
582
582
|
from .guestbuyer_input import GuestBuyerInput, GuestBuyerInputTypedDict
|
|
583
583
|
from .guestbuyer_output import GuestBuyerOutput, GuestBuyerOutputTypedDict
|
|
584
584
|
from .instrumenttype import InstrumentType
|
|
585
|
+
from .integrationclient import IntegrationClient
|
|
585
586
|
from .latitudeoptions import LatitudeOptions, LatitudeOptionsTypedDict
|
|
586
587
|
from .list_all_report_executionsop import (
|
|
587
588
|
ListAllReportExecutionsGlobals,
|
|
@@ -782,6 +783,7 @@ if TYPE_CHECKING:
|
|
|
782
783
|
)
|
|
783
784
|
from .mockcardoptions import MockCardOptions, MockCardOptionsTypedDict
|
|
784
785
|
from .mode import Mode
|
|
786
|
+
from .monatospeioptions import MonatoSpeiOptions, MonatoSpeiOptionsTypedDict
|
|
785
787
|
from .networktoken import NetworkToken, NetworkTokenTypedDict
|
|
786
788
|
from .networktokencreate import NetworkTokenCreate, NetworkTokenCreateTypedDict
|
|
787
789
|
from .networktokenpaymentmethodcreate import (
|
|
@@ -795,6 +797,7 @@ if TYPE_CHECKING:
|
|
|
795
797
|
NuveiAirlineDataOptions,
|
|
796
798
|
NuveiAirlineDataOptionsTypedDict,
|
|
797
799
|
)
|
|
800
|
+
from .nuveiidealoptions import NuveiIDealOptions, NuveiIDealOptionsTypedDict
|
|
798
801
|
from .nuveioptions import NuveiOptions, NuveiOptionsTypedDict
|
|
799
802
|
from .nuveipseoptions import NuveiPSEOptions, NuveiPSEOptionsTypedDict
|
|
800
803
|
from .oxxooptions import OxxoOptions, OxxoOptionsTypedDict
|
|
@@ -818,15 +821,15 @@ if TYPE_CHECKING:
|
|
|
818
821
|
PaymentMethodSummaries,
|
|
819
822
|
PaymentMethodSummariesTypedDict,
|
|
820
823
|
)
|
|
821
|
-
from .
|
|
822
|
-
|
|
823
|
-
|
|
824
|
+
from .paymentmethodsummary_output import (
|
|
825
|
+
PaymentMethodSummaryOutput,
|
|
826
|
+
PaymentMethodSummaryOutputTypedDict,
|
|
824
827
|
)
|
|
825
|
-
from .
|
|
828
|
+
from .paymentoption_output import (
|
|
826
829
|
Context,
|
|
827
830
|
ContextTypedDict,
|
|
828
|
-
|
|
829
|
-
|
|
831
|
+
PaymentOptionOutput,
|
|
832
|
+
PaymentOptionOutputTypedDict,
|
|
830
833
|
)
|
|
831
834
|
from .paymentoptioncontext import (
|
|
832
835
|
PaymentOptionContext,
|
|
@@ -901,6 +904,23 @@ if TYPE_CHECKING:
|
|
|
901
904
|
from .payoutsummaries import PayoutSummaries, PayoutSummariesTypedDict
|
|
902
905
|
from .payoutsummary import PayoutSummary, PayoutSummaryTypedDict
|
|
903
906
|
from .paypaloptions import PaypalOptions, PaypalOptionsTypedDict
|
|
907
|
+
from .paypalshippingoptions import (
|
|
908
|
+
PaypalShippingOptions,
|
|
909
|
+
PaypalShippingOptionsTypedDict,
|
|
910
|
+
)
|
|
911
|
+
from .paypalshippingoptionsitem import (
|
|
912
|
+
PaypalShippingOptionsItem,
|
|
913
|
+
PaypalShippingOptionsItemType,
|
|
914
|
+
PaypalShippingOptionsItemTypedDict,
|
|
915
|
+
)
|
|
916
|
+
from .paypalshippingoptionsitemamount import (
|
|
917
|
+
PaypalShippingOptionsItemAmount,
|
|
918
|
+
PaypalShippingOptionsItemAmountTypedDict,
|
|
919
|
+
)
|
|
920
|
+
from .plaidpaymentmethodcreate import (
|
|
921
|
+
PlaidPaymentMethodCreate,
|
|
922
|
+
PlaidPaymentMethodCreateTypedDict,
|
|
923
|
+
)
|
|
904
924
|
from .powertranzoptions import PowertranzOptions, PowertranzOptionsTypedDict
|
|
905
925
|
from .producttype import ProductType
|
|
906
926
|
from .recipient import Recipient, RecipientTypedDict
|
|
@@ -997,10 +1017,16 @@ if TYPE_CHECKING:
|
|
|
997
1017
|
TokenPaymentMethodCreate,
|
|
998
1018
|
TokenPaymentMethodCreateTypedDict,
|
|
999
1019
|
)
|
|
1000
|
-
from .
|
|
1001
|
-
from .
|
|
1020
|
+
from .transaction_output import TransactionOutput, TransactionOutputTypedDict
|
|
1021
|
+
from .transactionbuyer_output import (
|
|
1022
|
+
TransactionBuyerOutput,
|
|
1023
|
+
TransactionBuyerOutputTypedDict,
|
|
1024
|
+
)
|
|
1002
1025
|
from .transactioncancel import TransactionCancel, TransactionCancelTypedDict
|
|
1003
|
-
from .
|
|
1026
|
+
from .transactioncapture_output import (
|
|
1027
|
+
TransactionCaptureOutput,
|
|
1028
|
+
TransactionCaptureOutputTypedDict,
|
|
1029
|
+
)
|
|
1004
1030
|
from .transactioncapturecreate import (
|
|
1005
1031
|
TransactionCaptureCreate,
|
|
1006
1032
|
TransactionCaptureCreateTypedDict,
|
|
@@ -1019,14 +1045,18 @@ if TYPE_CHECKING:
|
|
|
1019
1045
|
TransactionCreatePaymentMethodTypedDict,
|
|
1020
1046
|
TransactionCreateTypedDict,
|
|
1021
1047
|
)
|
|
1022
|
-
from .
|
|
1048
|
+
from .transactionevent_output import (
|
|
1049
|
+
Name,
|
|
1050
|
+
TransactionEventOutput,
|
|
1051
|
+
TransactionEventOutputTypedDict,
|
|
1052
|
+
)
|
|
1023
1053
|
from .transactionevents import TransactionEvents, TransactionEventsTypedDict
|
|
1024
1054
|
from .transactiongiftcard import TransactionGiftCard, TransactionGiftCardTypedDict
|
|
1025
1055
|
from .transactionintent import TransactionIntent
|
|
1026
1056
|
from .transactionintentoutcome import TransactionIntentOutcome
|
|
1027
|
-
from .
|
|
1028
|
-
|
|
1029
|
-
|
|
1057
|
+
from .transactionpaymentmethod_output import (
|
|
1058
|
+
TransactionPaymentMethodOutput,
|
|
1059
|
+
TransactionPaymentMethodOutputTypedDict,
|
|
1030
1060
|
)
|
|
1031
1061
|
from .transactionpaymentservice import (
|
|
1032
1062
|
TransactionPaymentService,
|
|
@@ -1054,15 +1084,21 @@ if TYPE_CHECKING:
|
|
|
1054
1084
|
TransactionSummaries,
|
|
1055
1085
|
TransactionSummariesTypedDict,
|
|
1056
1086
|
)
|
|
1057
|
-
from .
|
|
1058
|
-
|
|
1087
|
+
from .transactionsummary_output import (
|
|
1088
|
+
TransactionSummaryOutput,
|
|
1089
|
+
TransactionSummaryOutputTypedDict,
|
|
1090
|
+
)
|
|
1091
|
+
from .transactionthreedsecuresummary_output import (
|
|
1059
1092
|
ResponseData,
|
|
1060
1093
|
ResponseDataTypedDict,
|
|
1061
|
-
|
|
1062
|
-
|
|
1094
|
+
TransactionThreeDSecureSummaryOutput,
|
|
1095
|
+
TransactionThreeDSecureSummaryOutputTypedDict,
|
|
1063
1096
|
)
|
|
1064
1097
|
from .transactionupdate import TransactionUpdate, TransactionUpdateTypedDict
|
|
1065
|
-
from .
|
|
1098
|
+
from .transactionvoid_output import (
|
|
1099
|
+
TransactionVoidOutput,
|
|
1100
|
+
TransactionVoidOutputTypedDict,
|
|
1101
|
+
)
|
|
1066
1102
|
from .travelhubcustomdata import TravelHubCustomData, TravelHubCustomDataTypedDict
|
|
1067
1103
|
from .travelhuboptions import TravelhubOptions, TravelhubOptionsTypedDict
|
|
1068
1104
|
from .trustlyoptions import TrustlyOptions, TrustlyOptionsTypedDict
|
|
@@ -1220,10 +1256,10 @@ __all__ = [
|
|
|
1220
1256
|
"AuditLogAction",
|
|
1221
1257
|
"AuditLogEntries",
|
|
1222
1258
|
"AuditLogEntriesTypedDict",
|
|
1223
|
-
"
|
|
1259
|
+
"AuditLogEntryOutput",
|
|
1260
|
+
"AuditLogEntryOutputTypedDict",
|
|
1224
1261
|
"AuditLogEntryResource",
|
|
1225
1262
|
"AuditLogEntryResourceTypedDict",
|
|
1226
|
-
"AuditLogEntryTypedDict",
|
|
1227
1263
|
"AuditLogEntryUser",
|
|
1228
1264
|
"AuditLogEntryUserTypedDict",
|
|
1229
1265
|
"BillingDetailsInput",
|
|
@@ -1275,12 +1311,12 @@ __all__ = [
|
|
|
1275
1311
|
"CheckoutSession",
|
|
1276
1312
|
"CheckoutSessionCreate",
|
|
1277
1313
|
"CheckoutSessionCreateTypedDict",
|
|
1278
|
-
"CheckoutSessionPaymentMethod",
|
|
1279
1314
|
"CheckoutSessionPaymentMethodCreate",
|
|
1280
1315
|
"CheckoutSessionPaymentMethodCreateTypedDict",
|
|
1281
1316
|
"CheckoutSessionPaymentMethodDetails",
|
|
1282
1317
|
"CheckoutSessionPaymentMethodDetailsTypedDict",
|
|
1283
|
-
"
|
|
1318
|
+
"CheckoutSessionPaymentMethodOutput",
|
|
1319
|
+
"CheckoutSessionPaymentMethodOutputTypedDict",
|
|
1284
1320
|
"CheckoutSessionTypedDict",
|
|
1285
1321
|
"CheckoutSessionWithURLPaymentMethodCreate",
|
|
1286
1322
|
"CheckoutSessionWithURLPaymentMethodCreateTypedDict",
|
|
@@ -1455,6 +1491,7 @@ __all__ = [
|
|
|
1455
1491
|
"ForterAntiFraudOptions",
|
|
1456
1492
|
"ForterAntiFraudOptionsCartItem",
|
|
1457
1493
|
"ForterAntiFraudOptionsCartItemBasicItemData",
|
|
1494
|
+
"ForterAntiFraudOptionsCartItemBasicItemDataType",
|
|
1458
1495
|
"ForterAntiFraudOptionsCartItemBasicItemDataTypedDict",
|
|
1459
1496
|
"ForterAntiFraudOptionsCartItemBeneficiary",
|
|
1460
1497
|
"ForterAntiFraudOptionsCartItemBeneficiaryAddress",
|
|
@@ -1588,6 +1625,7 @@ __all__ = [
|
|
|
1588
1625
|
"GuestBuyerOutput",
|
|
1589
1626
|
"GuestBuyerOutputTypedDict",
|
|
1590
1627
|
"InstrumentType",
|
|
1628
|
+
"IntegrationClient",
|
|
1591
1629
|
"Item",
|
|
1592
1630
|
"ItemTypedDict",
|
|
1593
1631
|
"LatitudeOptions",
|
|
@@ -1736,6 +1774,8 @@ __all__ = [
|
|
|
1736
1774
|
"MockCardOptions",
|
|
1737
1775
|
"MockCardOptionsTypedDict",
|
|
1738
1776
|
"Mode",
|
|
1777
|
+
"MonatoSpeiOptions",
|
|
1778
|
+
"MonatoSpeiOptionsTypedDict",
|
|
1739
1779
|
"Name",
|
|
1740
1780
|
"NetworkToken",
|
|
1741
1781
|
"NetworkTokenCreate",
|
|
@@ -1748,6 +1788,8 @@ __all__ = [
|
|
|
1748
1788
|
"NetworkTokensTypedDict",
|
|
1749
1789
|
"NuveiAirlineDataOptions",
|
|
1750
1790
|
"NuveiAirlineDataOptionsTypedDict",
|
|
1791
|
+
"NuveiIDealOptions",
|
|
1792
|
+
"NuveiIDealOptionsTypedDict",
|
|
1751
1793
|
"NuveiOptions",
|
|
1752
1794
|
"NuveiOptionsTypedDict",
|
|
1753
1795
|
"NuveiPSEOptions",
|
|
@@ -1772,19 +1814,19 @@ __all__ = [
|
|
|
1772
1814
|
"PaymentMethodStoredCardTypedDict",
|
|
1773
1815
|
"PaymentMethodSummaries",
|
|
1774
1816
|
"PaymentMethodSummariesTypedDict",
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1817
|
+
"PaymentMethodSummaryOutput",
|
|
1818
|
+
"PaymentMethodSummaryOutputTypedDict",
|
|
1777
1819
|
"PaymentMethodTypedDict",
|
|
1778
1820
|
"PaymentMethods",
|
|
1779
1821
|
"PaymentMethodsTypedDict",
|
|
1780
|
-
"PaymentOption",
|
|
1781
1822
|
"PaymentOptionContext",
|
|
1782
1823
|
"PaymentOptionContextApprovalUI",
|
|
1783
1824
|
"PaymentOptionContextApprovalUITypedDict",
|
|
1784
1825
|
"PaymentOptionContextTypedDict",
|
|
1826
|
+
"PaymentOptionOutput",
|
|
1827
|
+
"PaymentOptionOutputTypedDict",
|
|
1785
1828
|
"PaymentOptionRequest",
|
|
1786
1829
|
"PaymentOptionRequestTypedDict",
|
|
1787
|
-
"PaymentOptionTypedDict",
|
|
1788
1830
|
"PaymentOptions",
|
|
1789
1831
|
"PaymentOptionsTypedDict",
|
|
1790
1832
|
"PaymentService",
|
|
@@ -1828,6 +1870,15 @@ __all__ = [
|
|
|
1828
1870
|
"PayoutSummaryTypedDict",
|
|
1829
1871
|
"PaypalOptions",
|
|
1830
1872
|
"PaypalOptionsTypedDict",
|
|
1873
|
+
"PaypalShippingOptions",
|
|
1874
|
+
"PaypalShippingOptionsItem",
|
|
1875
|
+
"PaypalShippingOptionsItemAmount",
|
|
1876
|
+
"PaypalShippingOptionsItemAmountTypedDict",
|
|
1877
|
+
"PaypalShippingOptionsItemType",
|
|
1878
|
+
"PaypalShippingOptionsItemTypedDict",
|
|
1879
|
+
"PaypalShippingOptionsTypedDict",
|
|
1880
|
+
"PlaidPaymentMethodCreate",
|
|
1881
|
+
"PlaidPaymentMethodCreateTypedDict",
|
|
1831
1882
|
"PowertranzOptions",
|
|
1832
1883
|
"PowertranzOptionsTypedDict",
|
|
1833
1884
|
"ProductType",
|
|
@@ -1942,31 +1993,32 @@ __all__ = [
|
|
|
1942
1993
|
"TokenPaymentMethodCreate",
|
|
1943
1994
|
"TokenPaymentMethodCreateTypedDict",
|
|
1944
1995
|
"TokenTypedDict",
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1947
|
-
"TransactionBuyerTypedDict",
|
|
1996
|
+
"TransactionBuyerOutput",
|
|
1997
|
+
"TransactionBuyerOutputTypedDict",
|
|
1948
1998
|
"TransactionCancel",
|
|
1949
1999
|
"TransactionCancelTypedDict",
|
|
1950
|
-
"TransactionCapture",
|
|
1951
2000
|
"TransactionCaptureCreate",
|
|
1952
2001
|
"TransactionCaptureCreateTypedDict",
|
|
1953
|
-
"
|
|
2002
|
+
"TransactionCaptureOutput",
|
|
2003
|
+
"TransactionCaptureOutputTypedDict",
|
|
1954
2004
|
"TransactionConnectionOptions",
|
|
1955
2005
|
"TransactionConnectionOptionsTypedDict",
|
|
1956
2006
|
"TransactionCreate",
|
|
1957
2007
|
"TransactionCreatePaymentMethod",
|
|
1958
2008
|
"TransactionCreatePaymentMethodTypedDict",
|
|
1959
2009
|
"TransactionCreateTypedDict",
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
2010
|
+
"TransactionEventOutput",
|
|
2011
|
+
"TransactionEventOutputTypedDict",
|
|
1962
2012
|
"TransactionEvents",
|
|
1963
2013
|
"TransactionEventsTypedDict",
|
|
1964
2014
|
"TransactionGiftCard",
|
|
1965
2015
|
"TransactionGiftCardTypedDict",
|
|
1966
2016
|
"TransactionIntent",
|
|
1967
2017
|
"TransactionIntentOutcome",
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
2018
|
+
"TransactionOutput",
|
|
2019
|
+
"TransactionOutputTypedDict",
|
|
2020
|
+
"TransactionPaymentMethodOutput",
|
|
2021
|
+
"TransactionPaymentMethodOutputTypedDict",
|
|
1970
2022
|
"TransactionPaymentService",
|
|
1971
2023
|
"TransactionPaymentServiceTypedDict",
|
|
1972
2024
|
"TransactionPaymentSource",
|
|
@@ -1979,15 +2031,14 @@ __all__ = [
|
|
|
1979
2031
|
"TransactionStatus",
|
|
1980
2032
|
"TransactionSummaries",
|
|
1981
2033
|
"TransactionSummariesTypedDict",
|
|
1982
|
-
"
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1985
|
-
"
|
|
1986
|
-
"TransactionTypedDict",
|
|
2034
|
+
"TransactionSummaryOutput",
|
|
2035
|
+
"TransactionSummaryOutputTypedDict",
|
|
2036
|
+
"TransactionThreeDSecureSummaryOutput",
|
|
2037
|
+
"TransactionThreeDSecureSummaryOutputTypedDict",
|
|
1987
2038
|
"TransactionUpdate",
|
|
1988
2039
|
"TransactionUpdateTypedDict",
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
2040
|
+
"TransactionVoidOutput",
|
|
2041
|
+
"TransactionVoidOutputTypedDict",
|
|
1991
2042
|
"TransactionsReportSpec",
|
|
1992
2043
|
"TransactionsReportSpecTypedDict",
|
|
1993
2044
|
"TravelHubCustomData",
|
|
@@ -1996,7 +2047,6 @@ __all__ = [
|
|
|
1996
2047
|
"TravelhubOptionsTypedDict",
|
|
1997
2048
|
"TrustlyOptions",
|
|
1998
2049
|
"TrustlyOptionsTypedDict",
|
|
1999
|
-
"Type",
|
|
2000
2050
|
"UnregisterDigitalWalletDomainGlobals",
|
|
2001
2051
|
"UnregisterDigitalWalletDomainGlobalsTypedDict",
|
|
2002
2052
|
"UnregisterDigitalWalletDomainRequest",
|
|
@@ -2122,8 +2172,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2122
2172
|
"AuditLogAction": ".auditlogaction",
|
|
2123
2173
|
"AuditLogEntries": ".auditlogentries",
|
|
2124
2174
|
"AuditLogEntriesTypedDict": ".auditlogentries",
|
|
2125
|
-
"
|
|
2126
|
-
"
|
|
2175
|
+
"AuditLogEntryOutput": ".auditlogentry_output",
|
|
2176
|
+
"AuditLogEntryOutputTypedDict": ".auditlogentry_output",
|
|
2127
2177
|
"AuditLogEntryResource": ".auditlogentryresource",
|
|
2128
2178
|
"AuditLogEntryResourceTypedDict": ".auditlogentryresource",
|
|
2129
2179
|
"AuditLogEntryUser": ".auditlogentryuser",
|
|
@@ -2179,8 +2229,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2179
2229
|
"CheckoutSessionTypedDict": ".checkoutsession",
|
|
2180
2230
|
"CheckoutSessionCreate": ".checkoutsessioncreate",
|
|
2181
2231
|
"CheckoutSessionCreateTypedDict": ".checkoutsessioncreate",
|
|
2182
|
-
"
|
|
2183
|
-
"
|
|
2232
|
+
"CheckoutSessionPaymentMethodOutput": ".checkoutsessionpaymentmethod_output",
|
|
2233
|
+
"CheckoutSessionPaymentMethodOutputTypedDict": ".checkoutsessionpaymentmethod_output",
|
|
2184
2234
|
"CheckoutSessionPaymentMethodCreate": ".checkoutsessionpaymentmethodcreate",
|
|
2185
2235
|
"CheckoutSessionPaymentMethodCreateTypedDict": ".checkoutsessionpaymentmethodcreate",
|
|
2186
2236
|
"CheckoutSessionPaymentMethodDetails": ".checkoutsessionpaymentmethoddetails",
|
|
@@ -2363,8 +2413,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2363
2413
|
"ForterAntiFraudOptionsCartItem": ".forterantifraudoptionscartitem",
|
|
2364
2414
|
"ForterAntiFraudOptionsCartItemTypedDict": ".forterantifraudoptionscartitem",
|
|
2365
2415
|
"ForterAntiFraudOptionsCartItemBasicItemData": ".forterantifraudoptionscartitembasicitemdata",
|
|
2416
|
+
"ForterAntiFraudOptionsCartItemBasicItemDataType": ".forterantifraudoptionscartitembasicitemdata",
|
|
2366
2417
|
"ForterAntiFraudOptionsCartItemBasicItemDataTypedDict": ".forterantifraudoptionscartitembasicitemdata",
|
|
2367
|
-
"Type": ".forterantifraudoptionscartitembasicitemdata",
|
|
2368
2418
|
"ForterAntiFraudOptionsCartItemBeneficiary": ".forterantifraudoptionscartitembeneficiary",
|
|
2369
2419
|
"ForterAntiFraudOptionsCartItemBeneficiaryTypedDict": ".forterantifraudoptionscartitembeneficiary",
|
|
2370
2420
|
"ForterAntiFraudOptionsCartItemBeneficiaryAddress": ".forterantifraudoptionscartitembeneficiaryaddress",
|
|
@@ -2496,6 +2546,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2496
2546
|
"GuestBuyerOutput": ".guestbuyer_output",
|
|
2497
2547
|
"GuestBuyerOutputTypedDict": ".guestbuyer_output",
|
|
2498
2548
|
"InstrumentType": ".instrumenttype",
|
|
2549
|
+
"IntegrationClient": ".integrationclient",
|
|
2499
2550
|
"LatitudeOptions": ".latitudeoptions",
|
|
2500
2551
|
"LatitudeOptionsTypedDict": ".latitudeoptions",
|
|
2501
2552
|
"ListAllReportExecutionsGlobals": ".list_all_report_executionsop",
|
|
@@ -2641,6 +2692,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2641
2692
|
"MockCardOptions": ".mockcardoptions",
|
|
2642
2693
|
"MockCardOptionsTypedDict": ".mockcardoptions",
|
|
2643
2694
|
"Mode": ".mode",
|
|
2695
|
+
"MonatoSpeiOptions": ".monatospeioptions",
|
|
2696
|
+
"MonatoSpeiOptionsTypedDict": ".monatospeioptions",
|
|
2644
2697
|
"NetworkToken": ".networktoken",
|
|
2645
2698
|
"NetworkTokenTypedDict": ".networktoken",
|
|
2646
2699
|
"NetworkTokenCreate": ".networktokencreate",
|
|
@@ -2653,6 +2706,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2653
2706
|
"NetworkTokenStatus": ".networktokenstatus",
|
|
2654
2707
|
"NuveiAirlineDataOptions": ".nuveiairlinedataoptions",
|
|
2655
2708
|
"NuveiAirlineDataOptionsTypedDict": ".nuveiairlinedataoptions",
|
|
2709
|
+
"NuveiIDealOptions": ".nuveiidealoptions",
|
|
2710
|
+
"NuveiIDealOptionsTypedDict": ".nuveiidealoptions",
|
|
2656
2711
|
"NuveiOptions": ".nuveioptions",
|
|
2657
2712
|
"NuveiOptionsTypedDict": ".nuveioptions",
|
|
2658
2713
|
"NuveiPSEOptions": ".nuveipseoptions",
|
|
@@ -2679,12 +2734,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2679
2734
|
"PaymentMethodStoredCardTypedDict": ".paymentmethodstoredcard",
|
|
2680
2735
|
"PaymentMethodSummaries": ".paymentmethodsummaries",
|
|
2681
2736
|
"PaymentMethodSummariesTypedDict": ".paymentmethodsummaries",
|
|
2682
|
-
"
|
|
2683
|
-
"
|
|
2684
|
-
"Context": ".
|
|
2685
|
-
"ContextTypedDict": ".
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2737
|
+
"PaymentMethodSummaryOutput": ".paymentmethodsummary_output",
|
|
2738
|
+
"PaymentMethodSummaryOutputTypedDict": ".paymentmethodsummary_output",
|
|
2739
|
+
"Context": ".paymentoption_output",
|
|
2740
|
+
"ContextTypedDict": ".paymentoption_output",
|
|
2741
|
+
"PaymentOptionOutput": ".paymentoption_output",
|
|
2742
|
+
"PaymentOptionOutputTypedDict": ".paymentoption_output",
|
|
2688
2743
|
"PaymentOptionContext": ".paymentoptioncontext",
|
|
2689
2744
|
"PaymentOptionContextTypedDict": ".paymentoptioncontext",
|
|
2690
2745
|
"RequiredFields1": ".paymentoptioncontext",
|
|
@@ -2738,6 +2793,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2738
2793
|
"PayoutSummaryTypedDict": ".payoutsummary",
|
|
2739
2794
|
"PaypalOptions": ".paypaloptions",
|
|
2740
2795
|
"PaypalOptionsTypedDict": ".paypaloptions",
|
|
2796
|
+
"PaypalShippingOptions": ".paypalshippingoptions",
|
|
2797
|
+
"PaypalShippingOptionsTypedDict": ".paypalshippingoptions",
|
|
2798
|
+
"PaypalShippingOptionsItem": ".paypalshippingoptionsitem",
|
|
2799
|
+
"PaypalShippingOptionsItemType": ".paypalshippingoptionsitem",
|
|
2800
|
+
"PaypalShippingOptionsItemTypedDict": ".paypalshippingoptionsitem",
|
|
2801
|
+
"PaypalShippingOptionsItemAmount": ".paypalshippingoptionsitemamount",
|
|
2802
|
+
"PaypalShippingOptionsItemAmountTypedDict": ".paypalshippingoptionsitemamount",
|
|
2803
|
+
"PlaidPaymentMethodCreate": ".plaidpaymentmethodcreate",
|
|
2804
|
+
"PlaidPaymentMethodCreateTypedDict": ".plaidpaymentmethodcreate",
|
|
2741
2805
|
"PowertranzOptions": ".powertranzoptions",
|
|
2742
2806
|
"PowertranzOptionsTypedDict": ".powertranzoptions",
|
|
2743
2807
|
"ProductType": ".producttype",
|
|
@@ -2835,14 +2899,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2835
2899
|
"ThreeDSecureV2TypedDict": ".threedsecurev2",
|
|
2836
2900
|
"TokenPaymentMethodCreate": ".tokenpaymentmethodcreate",
|
|
2837
2901
|
"TokenPaymentMethodCreateTypedDict": ".tokenpaymentmethodcreate",
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2841
|
-
"
|
|
2902
|
+
"TransactionOutput": ".transaction_output",
|
|
2903
|
+
"TransactionOutputTypedDict": ".transaction_output",
|
|
2904
|
+
"TransactionBuyerOutput": ".transactionbuyer_output",
|
|
2905
|
+
"TransactionBuyerOutputTypedDict": ".transactionbuyer_output",
|
|
2842
2906
|
"TransactionCancel": ".transactioncancel",
|
|
2843
2907
|
"TransactionCancelTypedDict": ".transactioncancel",
|
|
2844
|
-
"
|
|
2845
|
-
"
|
|
2908
|
+
"TransactionCaptureOutput": ".transactioncapture_output",
|
|
2909
|
+
"TransactionCaptureOutputTypedDict": ".transactioncapture_output",
|
|
2846
2910
|
"TransactionCaptureCreate": ".transactioncapturecreate",
|
|
2847
2911
|
"TransactionCaptureCreateTypedDict": ".transactioncapturecreate",
|
|
2848
2912
|
"TransactionConnectionOptions": ".transactionconnectionoptions",
|
|
@@ -2855,17 +2919,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2855
2919
|
"TransactionCreatePaymentMethod": ".transactioncreate",
|
|
2856
2920
|
"TransactionCreatePaymentMethodTypedDict": ".transactioncreate",
|
|
2857
2921
|
"TransactionCreateTypedDict": ".transactioncreate",
|
|
2858
|
-
"Name": ".
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2922
|
+
"Name": ".transactionevent_output",
|
|
2923
|
+
"TransactionEventOutput": ".transactionevent_output",
|
|
2924
|
+
"TransactionEventOutputTypedDict": ".transactionevent_output",
|
|
2861
2925
|
"TransactionEvents": ".transactionevents",
|
|
2862
2926
|
"TransactionEventsTypedDict": ".transactionevents",
|
|
2863
2927
|
"TransactionGiftCard": ".transactiongiftcard",
|
|
2864
2928
|
"TransactionGiftCardTypedDict": ".transactiongiftcard",
|
|
2865
2929
|
"TransactionIntent": ".transactionintent",
|
|
2866
2930
|
"TransactionIntentOutcome": ".transactionintentoutcome",
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2931
|
+
"TransactionPaymentMethodOutput": ".transactionpaymentmethod_output",
|
|
2932
|
+
"TransactionPaymentMethodOutputTypedDict": ".transactionpaymentmethod_output",
|
|
2869
2933
|
"TransactionPaymentService": ".transactionpaymentservice",
|
|
2870
2934
|
"TransactionPaymentServiceTypedDict": ".transactionpaymentservice",
|
|
2871
2935
|
"TransactionPaymentSource": ".transactionpaymentsource",
|
|
@@ -2880,16 +2944,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2880
2944
|
"TransactionStatus": ".transactionstatus",
|
|
2881
2945
|
"TransactionSummaries": ".transactionsummaries",
|
|
2882
2946
|
"TransactionSummariesTypedDict": ".transactionsummaries",
|
|
2883
|
-
"
|
|
2884
|
-
"
|
|
2885
|
-
"ResponseData": ".
|
|
2886
|
-
"ResponseDataTypedDict": ".
|
|
2887
|
-
"
|
|
2888
|
-
"
|
|
2947
|
+
"TransactionSummaryOutput": ".transactionsummary_output",
|
|
2948
|
+
"TransactionSummaryOutputTypedDict": ".transactionsummary_output",
|
|
2949
|
+
"ResponseData": ".transactionthreedsecuresummary_output",
|
|
2950
|
+
"ResponseDataTypedDict": ".transactionthreedsecuresummary_output",
|
|
2951
|
+
"TransactionThreeDSecureSummaryOutput": ".transactionthreedsecuresummary_output",
|
|
2952
|
+
"TransactionThreeDSecureSummaryOutputTypedDict": ".transactionthreedsecuresummary_output",
|
|
2889
2953
|
"TransactionUpdate": ".transactionupdate",
|
|
2890
2954
|
"TransactionUpdateTypedDict": ".transactionupdate",
|
|
2891
|
-
"
|
|
2892
|
-
"
|
|
2955
|
+
"TransactionVoidOutput": ".transactionvoid_output",
|
|
2956
|
+
"TransactionVoidOutputTypedDict": ".transactionvoid_output",
|
|
2893
2957
|
"TravelHubCustomData": ".travelhubcustomdata",
|
|
2894
2958
|
"TravelHubCustomDataTypedDict": ".travelhubcustomdata",
|
|
2895
2959
|
"TravelhubOptions": ".travelhuboptions",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .
|
|
4
|
+
from .auditlogentry_output import AuditLogEntryOutput, AuditLogEntryOutputTypedDict
|
|
5
5
|
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
6
6
|
from pydantic import model_serializer
|
|
7
7
|
from typing import List, Optional
|
|
@@ -9,7 +9,7 @@ from typing_extensions import NotRequired, TypedDict
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class AuditLogEntriesTypedDict(TypedDict):
|
|
12
|
-
items: List[
|
|
12
|
+
items: List[AuditLogEntryOutputTypedDict]
|
|
13
13
|
r"""A list of items returned for this request."""
|
|
14
14
|
limit: NotRequired[int]
|
|
15
15
|
r"""The number of items for this page."""
|
|
@@ -20,7 +20,7 @@ class AuditLogEntriesTypedDict(TypedDict):
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class AuditLogEntries(BaseModel):
|
|
23
|
-
items: List[
|
|
23
|
+
items: List[AuditLogEntryOutput]
|
|
24
24
|
r"""A list of items returned for this request."""
|
|
25
25
|
|
|
26
26
|
limit: Optional[int] = 20
|