gr4vy 1.7.16__tar.gz → 1.8.0__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.7.16 → gr4vy-1.8.0}/PKG-INFO +1 -1
- {gr4vy-1.7.16 → gr4vy-1.8.0}/pyproject.toml +1 -1
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/buyers_sdk.py +8 -8
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/checkout_sessions.py +4 -4
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/__init__.py +92 -113
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/auditlogentries.py +3 -3
- gr4vy-1.7.16/src/gr4vy/models/auditlogentry_output.py → gr4vy-1.8.0/src/gr4vy/models/auditlogentry.py +2 -2
- gr4vy-1.7.16/src/gr4vy/models/billingdetails_input.py → gr4vy-1.8.0/src/gr4vy/models/billingdetails.py +2 -2
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/buyer.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/buyercreate.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/buyerupdate.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/capture_transactionop.py +23 -10
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/checkoutsession.py +8 -8
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/checkoutsessioncreate.py +3 -3
- gr4vy-1.7.16/src/gr4vy/models/checkoutsessionpaymentmethod_output.py → gr4vy-1.8.0/src/gr4vy/models/checkoutsessionpaymentmethod.py +2 -2
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cybersourceoptions.py +7 -0
- gr4vy-1.7.16/src/gr4vy/models/guestbuyer_input.py → gr4vy-1.8.0/src/gr4vy/models/guestbuyer.py +5 -5
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentlink.py +3 -6
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentlinkcreate.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethodsummaries.py +3 -6
- gr4vy-1.7.16/src/gr4vy/models/paymentmethodsummary_output.py → gr4vy-1.8.0/src/gr4vy/models/paymentmethodsummary.py +2 -2
- gr4vy-1.7.16/src/gr4vy/models/paymentoption_output.py → gr4vy-1.8.0/src/gr4vy/models/paymentoption.py +2 -2
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentoptions.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutcreate.py +3 -3
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutsummary.py +8 -11
- gr4vy-1.7.16/src/gr4vy/models/transaction_output.py → gr4vy-1.8.0/src/gr4vy/models/transaction.py +15 -18
- gr4vy-1.7.16/src/gr4vy/models/transactionbuyer_output.py → gr4vy-1.8.0/src/gr4vy/models/transactionbuyer.py +5 -5
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactioncancel.py +3 -3
- gr4vy-1.7.16/src/gr4vy/models/transactioncapture_output.py → gr4vy-1.8.0/src/gr4vy/models/transactioncapture.py +5 -5
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactioncreate.py +3 -3
- gr4vy-1.7.16/src/gr4vy/models/transactionevent_output.py → gr4vy-1.8.0/src/gr4vy/models/transactionevent.py +9 -5
- gr4vy-1.8.0/src/gr4vy/models/transactioneventcontext.py +32 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionevents.py +3 -6
- gr4vy-1.7.16/src/gr4vy/models/transactionpaymentmethod_output.py → gr4vy-1.8.0/src/gr4vy/models/transactionpaymentmethod.py +2 -2
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionsummaries.py +3 -6
- gr4vy-1.7.16/src/gr4vy/models/transactionsummary_output.py → gr4vy-1.8.0/src/gr4vy/models/transactionsummary.py +10 -13
- gr4vy-1.7.16/src/gr4vy/models/transactionthreedsecuresummary_output.py → gr4vy-1.8.0/src/gr4vy/models/transactionthreedsecuresummary.py +2 -2
- gr4vy-1.7.16/src/gr4vy/models/transactionvoid_output.py → gr4vy-1.8.0/src/gr4vy/models/transactionvoid.py +5 -5
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/void_transactionop.py +28 -11
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_links_sdk.py +4 -4
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payouts.py +4 -4
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/transactions.py +20 -20
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/retries.py +69 -5
- gr4vy-1.7.16/src/gr4vy/models/billingdetails_output.py +0 -87
- gr4vy-1.7.16/src/gr4vy/models/guestbuyer_output.py +0 -80
- {gr4vy-1.7.16 → gr4vy-1.8.0}/README-PYPI.md +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/py.typed +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/all.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/events.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/executions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/merchant_accounts_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cartitem.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_methodop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/instrumenttype.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/integrationclient.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/mockcardoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/monatospeioptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/nuveiidealoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicedefinition.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paypaloptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paypalshippingoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paypalshippingoptionsitem.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/paypalshippingoptionsitemamount.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/plaidpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionconnectionoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.7.16 → gr4vy-1.8.0}/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.
|
|
6
|
+
__version__: str = "1.8.0"
|
|
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.763.3"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.8.0 2.763.3 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -400,7 +400,7 @@ class BuyersSDK(BaseSDK):
|
|
|
400
400
|
display_name: OptionalNullable[str] = UNSET,
|
|
401
401
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
402
402
|
billing_details: OptionalNullable[
|
|
403
|
-
Union[models.
|
|
403
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
404
404
|
] = UNSET,
|
|
405
405
|
account_number: OptionalNullable[str] = UNSET,
|
|
406
406
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -438,7 +438,7 @@ class BuyersSDK(BaseSDK):
|
|
|
438
438
|
display_name=display_name,
|
|
439
439
|
external_identifier=external_identifier,
|
|
440
440
|
billing_details=utils.get_pydantic_model(
|
|
441
|
-
billing_details, OptionalNullable[models.
|
|
441
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
442
442
|
),
|
|
443
443
|
account_number=account_number,
|
|
444
444
|
),
|
|
@@ -561,7 +561,7 @@ class BuyersSDK(BaseSDK):
|
|
|
561
561
|
display_name: OptionalNullable[str] = UNSET,
|
|
562
562
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
563
563
|
billing_details: OptionalNullable[
|
|
564
|
-
Union[models.
|
|
564
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
565
565
|
] = UNSET,
|
|
566
566
|
account_number: OptionalNullable[str] = UNSET,
|
|
567
567
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
@@ -599,7 +599,7 @@ class BuyersSDK(BaseSDK):
|
|
|
599
599
|
display_name=display_name,
|
|
600
600
|
external_identifier=external_identifier,
|
|
601
601
|
billing_details=utils.get_pydantic_model(
|
|
602
|
-
billing_details, OptionalNullable[models.
|
|
602
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
603
603
|
),
|
|
604
604
|
account_number=account_number,
|
|
605
605
|
),
|
|
@@ -1018,7 +1018,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1018
1018
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
1019
1019
|
account_number: OptionalNullable[str] = UNSET,
|
|
1020
1020
|
billing_details: OptionalNullable[
|
|
1021
|
-
Union[models.
|
|
1021
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
1022
1022
|
] = UNSET,
|
|
1023
1023
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1024
1024
|
server_url: Optional[str] = None,
|
|
@@ -1058,7 +1058,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1058
1058
|
external_identifier=external_identifier,
|
|
1059
1059
|
account_number=account_number,
|
|
1060
1060
|
billing_details=utils.get_pydantic_model(
|
|
1061
|
-
billing_details, OptionalNullable[models.
|
|
1061
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
1062
1062
|
),
|
|
1063
1063
|
),
|
|
1064
1064
|
)
|
|
@@ -1182,7 +1182,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1182
1182
|
external_identifier: OptionalNullable[str] = UNSET,
|
|
1183
1183
|
account_number: OptionalNullable[str] = UNSET,
|
|
1184
1184
|
billing_details: OptionalNullable[
|
|
1185
|
-
Union[models.
|
|
1185
|
+
Union[models.BillingDetails, models.BillingDetailsTypedDict]
|
|
1186
1186
|
] = UNSET,
|
|
1187
1187
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1188
1188
|
server_url: Optional[str] = None,
|
|
@@ -1222,7 +1222,7 @@ class BuyersSDK(BaseSDK):
|
|
|
1222
1222
|
external_identifier=external_identifier,
|
|
1223
1223
|
account_number=account_number,
|
|
1224
1224
|
billing_details=utils.get_pydantic_model(
|
|
1225
|
-
billing_details, OptionalNullable[models.
|
|
1225
|
+
billing_details, OptionalNullable[models.BillingDetails]
|
|
1226
1226
|
),
|
|
1227
1227
|
),
|
|
1228
1228
|
)
|
|
@@ -328,7 +328,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
328
328
|
] = UNSET,
|
|
329
329
|
metadata: OptionalNullable[Dict[str, str]] = UNSET,
|
|
330
330
|
buyer: OptionalNullable[
|
|
331
|
-
Union[models.
|
|
331
|
+
Union[models.GuestBuyer, models.GuestBuyerTypedDict]
|
|
332
332
|
] = UNSET,
|
|
333
333
|
airline: OptionalNullable[
|
|
334
334
|
Union[models.Airline, models.AirlineTypedDict]
|
|
@@ -380,7 +380,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
380
380
|
),
|
|
381
381
|
metadata=metadata,
|
|
382
382
|
buyer=utils.get_pydantic_model(
|
|
383
|
-
buyer, OptionalNullable[models.
|
|
383
|
+
buyer, OptionalNullable[models.GuestBuyer]
|
|
384
384
|
),
|
|
385
385
|
airline=utils.get_pydantic_model(
|
|
386
386
|
airline, OptionalNullable[models.Airline]
|
|
@@ -516,7 +516,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
516
516
|
] = UNSET,
|
|
517
517
|
metadata: OptionalNullable[Dict[str, str]] = UNSET,
|
|
518
518
|
buyer: OptionalNullable[
|
|
519
|
-
Union[models.
|
|
519
|
+
Union[models.GuestBuyer, models.GuestBuyerTypedDict]
|
|
520
520
|
] = UNSET,
|
|
521
521
|
airline: OptionalNullable[
|
|
522
522
|
Union[models.Airline, models.AirlineTypedDict]
|
|
@@ -568,7 +568,7 @@ class CheckoutSessions(BaseSDK):
|
|
|
568
568
|
),
|
|
569
569
|
metadata=metadata,
|
|
570
570
|
buyer=utils.get_pydantic_model(
|
|
571
|
-
buyer, OptionalNullable[models.
|
|
571
|
+
buyer, OptionalNullable[models.GuestBuyer]
|
|
572
572
|
),
|
|
573
573
|
airline=utils.get_pydantic_model(
|
|
574
574
|
airline, OptionalNullable[models.Airline]
|
|
@@ -74,18 +74,14 @@ 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 import AuditLogEntry, AuditLogEntryTypedDict
|
|
78
78
|
from .auditlogentryresource import (
|
|
79
79
|
AuditLogEntryResource,
|
|
80
80
|
AuditLogEntryResourceTypedDict,
|
|
81
81
|
)
|
|
82
82
|
from .auditlogentryuser import AuditLogEntryUser, AuditLogEntryUserTypedDict
|
|
83
83
|
from .avsresponsecode import AVSResponseCode
|
|
84
|
-
from .
|
|
85
|
-
from .billingdetails_output import (
|
|
86
|
-
BillingDetailsOutput,
|
|
87
|
-
BillingDetailsOutputTypedDict,
|
|
88
|
-
)
|
|
84
|
+
from .billingdetails import BillingDetails, BillingDetailsTypedDict
|
|
89
85
|
from .braintreedynamicdatafieldsoptions import (
|
|
90
86
|
BraintreeDynamicDataFieldsOptions,
|
|
91
87
|
BraintreeDynamicDataFieldsOptionsTypedDict,
|
|
@@ -141,9 +137,9 @@ if TYPE_CHECKING:
|
|
|
141
137
|
CheckoutSessionCreate,
|
|
142
138
|
CheckoutSessionCreateTypedDict,
|
|
143
139
|
)
|
|
144
|
-
from .
|
|
145
|
-
|
|
146
|
-
|
|
140
|
+
from .checkoutsessionpaymentmethod import (
|
|
141
|
+
CheckoutSessionPaymentMethod,
|
|
142
|
+
CheckoutSessionPaymentMethodTypedDict,
|
|
147
143
|
)
|
|
148
144
|
from .checkoutsessionpaymentmethodcreate import (
|
|
149
145
|
CheckoutSessionPaymentMethodCreate,
|
|
@@ -579,8 +575,7 @@ if TYPE_CHECKING:
|
|
|
579
575
|
GooglePaySessionRequest,
|
|
580
576
|
GooglePaySessionRequestTypedDict,
|
|
581
577
|
)
|
|
582
|
-
from .
|
|
583
|
-
from .guestbuyer_output import GuestBuyerOutput, GuestBuyerOutputTypedDict
|
|
578
|
+
from .guestbuyer import GuestBuyer, GuestBuyerTypedDict
|
|
584
579
|
from .instrumenttype import InstrumentType
|
|
585
580
|
from .integrationclient import IntegrationClient
|
|
586
581
|
from .latitudeoptions import LatitudeOptions, LatitudeOptionsTypedDict
|
|
@@ -821,15 +816,15 @@ if TYPE_CHECKING:
|
|
|
821
816
|
PaymentMethodSummaries,
|
|
822
817
|
PaymentMethodSummariesTypedDict,
|
|
823
818
|
)
|
|
824
|
-
from .
|
|
825
|
-
|
|
826
|
-
|
|
819
|
+
from .paymentmethodsummary import (
|
|
820
|
+
PaymentMethodSummary,
|
|
821
|
+
PaymentMethodSummaryTypedDict,
|
|
827
822
|
)
|
|
828
|
-
from .
|
|
823
|
+
from .paymentoption import (
|
|
829
824
|
Context,
|
|
830
825
|
ContextTypedDict,
|
|
831
|
-
|
|
832
|
-
|
|
826
|
+
PaymentOption,
|
|
827
|
+
PaymentOptionTypedDict,
|
|
833
828
|
)
|
|
834
829
|
from .paymentoptioncontext import (
|
|
835
830
|
PaymentOptionContext,
|
|
@@ -1017,16 +1012,10 @@ if TYPE_CHECKING:
|
|
|
1017
1012
|
TokenPaymentMethodCreate,
|
|
1018
1013
|
TokenPaymentMethodCreateTypedDict,
|
|
1019
1014
|
)
|
|
1020
|
-
from .
|
|
1021
|
-
from .
|
|
1022
|
-
TransactionBuyerOutput,
|
|
1023
|
-
TransactionBuyerOutputTypedDict,
|
|
1024
|
-
)
|
|
1015
|
+
from .transaction import Transaction, TransactionTypedDict
|
|
1016
|
+
from .transactionbuyer import TransactionBuyer, TransactionBuyerTypedDict
|
|
1025
1017
|
from .transactioncancel import TransactionCancel, TransactionCancelTypedDict
|
|
1026
|
-
from .
|
|
1027
|
-
TransactionCaptureOutput,
|
|
1028
|
-
TransactionCaptureOutputTypedDict,
|
|
1029
|
-
)
|
|
1018
|
+
from .transactioncapture import TransactionCapture, TransactionCaptureTypedDict
|
|
1030
1019
|
from .transactioncapturecreate import (
|
|
1031
1020
|
TransactionCaptureCreate,
|
|
1032
1021
|
TransactionCaptureCreateTypedDict,
|
|
@@ -1045,18 +1034,18 @@ if TYPE_CHECKING:
|
|
|
1045
1034
|
TransactionCreatePaymentMethodTypedDict,
|
|
1046
1035
|
TransactionCreateTypedDict,
|
|
1047
1036
|
)
|
|
1048
|
-
from .
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1037
|
+
from .transactionevent import Name, TransactionEvent, TransactionEventTypedDict
|
|
1038
|
+
from .transactioneventcontext import (
|
|
1039
|
+
TransactionEventContext,
|
|
1040
|
+
TransactionEventContextTypedDict,
|
|
1052
1041
|
)
|
|
1053
1042
|
from .transactionevents import TransactionEvents, TransactionEventsTypedDict
|
|
1054
1043
|
from .transactiongiftcard import TransactionGiftCard, TransactionGiftCardTypedDict
|
|
1055
1044
|
from .transactionintent import TransactionIntent
|
|
1056
1045
|
from .transactionintentoutcome import TransactionIntentOutcome
|
|
1057
|
-
from .
|
|
1058
|
-
|
|
1059
|
-
|
|
1046
|
+
from .transactionpaymentmethod import (
|
|
1047
|
+
TransactionPaymentMethod,
|
|
1048
|
+
TransactionPaymentMethodTypedDict,
|
|
1060
1049
|
)
|
|
1061
1050
|
from .transactionpaymentservice import (
|
|
1062
1051
|
TransactionPaymentService,
|
|
@@ -1084,21 +1073,15 @@ if TYPE_CHECKING:
|
|
|
1084
1073
|
TransactionSummaries,
|
|
1085
1074
|
TransactionSummariesTypedDict,
|
|
1086
1075
|
)
|
|
1087
|
-
from .
|
|
1088
|
-
|
|
1089
|
-
TransactionSummaryOutputTypedDict,
|
|
1090
|
-
)
|
|
1091
|
-
from .transactionthreedsecuresummary_output import (
|
|
1076
|
+
from .transactionsummary import TransactionSummary, TransactionSummaryTypedDict
|
|
1077
|
+
from .transactionthreedsecuresummary import (
|
|
1092
1078
|
ResponseData,
|
|
1093
1079
|
ResponseDataTypedDict,
|
|
1094
|
-
|
|
1095
|
-
|
|
1080
|
+
TransactionThreeDSecureSummary,
|
|
1081
|
+
TransactionThreeDSecureSummaryTypedDict,
|
|
1096
1082
|
)
|
|
1097
1083
|
from .transactionupdate import TransactionUpdate, TransactionUpdateTypedDict
|
|
1098
|
-
from .
|
|
1099
|
-
TransactionVoidOutput,
|
|
1100
|
-
TransactionVoidOutputTypedDict,
|
|
1101
|
-
)
|
|
1084
|
+
from .transactionvoid import TransactionVoid, TransactionVoidTypedDict
|
|
1102
1085
|
from .travelhubcustomdata import TravelHubCustomData, TravelHubCustomDataTypedDict
|
|
1103
1086
|
from .travelhuboptions import TravelhubOptions, TravelhubOptionsTypedDict
|
|
1104
1087
|
from .trustlyoptions import TrustlyOptions, TrustlyOptionsTypedDict
|
|
@@ -1256,16 +1239,14 @@ __all__ = [
|
|
|
1256
1239
|
"AuditLogAction",
|
|
1257
1240
|
"AuditLogEntries",
|
|
1258
1241
|
"AuditLogEntriesTypedDict",
|
|
1259
|
-
"
|
|
1260
|
-
"AuditLogEntryOutputTypedDict",
|
|
1242
|
+
"AuditLogEntry",
|
|
1261
1243
|
"AuditLogEntryResource",
|
|
1262
1244
|
"AuditLogEntryResourceTypedDict",
|
|
1245
|
+
"AuditLogEntryTypedDict",
|
|
1263
1246
|
"AuditLogEntryUser",
|
|
1264
1247
|
"AuditLogEntryUserTypedDict",
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1267
|
-
"BillingDetailsOutput",
|
|
1268
|
-
"BillingDetailsOutputTypedDict",
|
|
1248
|
+
"BillingDetails",
|
|
1249
|
+
"BillingDetailsTypedDict",
|
|
1269
1250
|
"Body",
|
|
1270
1251
|
"BodyTypedDict",
|
|
1271
1252
|
"BraintreeDynamicDataFieldsOptions",
|
|
@@ -1311,12 +1292,12 @@ __all__ = [
|
|
|
1311
1292
|
"CheckoutSession",
|
|
1312
1293
|
"CheckoutSessionCreate",
|
|
1313
1294
|
"CheckoutSessionCreateTypedDict",
|
|
1295
|
+
"CheckoutSessionPaymentMethod",
|
|
1314
1296
|
"CheckoutSessionPaymentMethodCreate",
|
|
1315
1297
|
"CheckoutSessionPaymentMethodCreateTypedDict",
|
|
1316
1298
|
"CheckoutSessionPaymentMethodDetails",
|
|
1317
1299
|
"CheckoutSessionPaymentMethodDetailsTypedDict",
|
|
1318
|
-
"
|
|
1319
|
-
"CheckoutSessionPaymentMethodOutputTypedDict",
|
|
1300
|
+
"CheckoutSessionPaymentMethodTypedDict",
|
|
1320
1301
|
"CheckoutSessionTypedDict",
|
|
1321
1302
|
"CheckoutSessionWithURLPaymentMethodCreate",
|
|
1322
1303
|
"CheckoutSessionWithURLPaymentMethodCreateTypedDict",
|
|
@@ -1620,10 +1601,8 @@ __all__ = [
|
|
|
1620
1601
|
"GooglePaySessionRequest",
|
|
1621
1602
|
"GooglePaySessionRequestTypedDict",
|
|
1622
1603
|
"GooglePaySessionTypedDict",
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1625
|
-
"GuestBuyerOutput",
|
|
1626
|
-
"GuestBuyerOutputTypedDict",
|
|
1604
|
+
"GuestBuyer",
|
|
1605
|
+
"GuestBuyerTypedDict",
|
|
1627
1606
|
"InstrumentType",
|
|
1628
1607
|
"IntegrationClient",
|
|
1629
1608
|
"Item",
|
|
@@ -1814,19 +1793,19 @@ __all__ = [
|
|
|
1814
1793
|
"PaymentMethodStoredCardTypedDict",
|
|
1815
1794
|
"PaymentMethodSummaries",
|
|
1816
1795
|
"PaymentMethodSummariesTypedDict",
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1796
|
+
"PaymentMethodSummary",
|
|
1797
|
+
"PaymentMethodSummaryTypedDict",
|
|
1819
1798
|
"PaymentMethodTypedDict",
|
|
1820
1799
|
"PaymentMethods",
|
|
1821
1800
|
"PaymentMethodsTypedDict",
|
|
1801
|
+
"PaymentOption",
|
|
1822
1802
|
"PaymentOptionContext",
|
|
1823
1803
|
"PaymentOptionContextApprovalUI",
|
|
1824
1804
|
"PaymentOptionContextApprovalUITypedDict",
|
|
1825
1805
|
"PaymentOptionContextTypedDict",
|
|
1826
|
-
"PaymentOptionOutput",
|
|
1827
|
-
"PaymentOptionOutputTypedDict",
|
|
1828
1806
|
"PaymentOptionRequest",
|
|
1829
1807
|
"PaymentOptionRequestTypedDict",
|
|
1808
|
+
"PaymentOptionTypedDict",
|
|
1830
1809
|
"PaymentOptions",
|
|
1831
1810
|
"PaymentOptionsTypedDict",
|
|
1832
1811
|
"PaymentService",
|
|
@@ -1993,32 +1972,33 @@ __all__ = [
|
|
|
1993
1972
|
"TokenPaymentMethodCreate",
|
|
1994
1973
|
"TokenPaymentMethodCreateTypedDict",
|
|
1995
1974
|
"TokenTypedDict",
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1975
|
+
"Transaction",
|
|
1976
|
+
"TransactionBuyer",
|
|
1977
|
+
"TransactionBuyerTypedDict",
|
|
1998
1978
|
"TransactionCancel",
|
|
1999
1979
|
"TransactionCancelTypedDict",
|
|
1980
|
+
"TransactionCapture",
|
|
2000
1981
|
"TransactionCaptureCreate",
|
|
2001
1982
|
"TransactionCaptureCreateTypedDict",
|
|
2002
|
-
"
|
|
2003
|
-
"TransactionCaptureOutputTypedDict",
|
|
1983
|
+
"TransactionCaptureTypedDict",
|
|
2004
1984
|
"TransactionConnectionOptions",
|
|
2005
1985
|
"TransactionConnectionOptionsTypedDict",
|
|
2006
1986
|
"TransactionCreate",
|
|
2007
1987
|
"TransactionCreatePaymentMethod",
|
|
2008
1988
|
"TransactionCreatePaymentMethodTypedDict",
|
|
2009
1989
|
"TransactionCreateTypedDict",
|
|
2010
|
-
"
|
|
2011
|
-
"
|
|
1990
|
+
"TransactionEvent",
|
|
1991
|
+
"TransactionEventContext",
|
|
1992
|
+
"TransactionEventContextTypedDict",
|
|
1993
|
+
"TransactionEventTypedDict",
|
|
2012
1994
|
"TransactionEvents",
|
|
2013
1995
|
"TransactionEventsTypedDict",
|
|
2014
1996
|
"TransactionGiftCard",
|
|
2015
1997
|
"TransactionGiftCardTypedDict",
|
|
2016
1998
|
"TransactionIntent",
|
|
2017
1999
|
"TransactionIntentOutcome",
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
2020
|
-
"TransactionPaymentMethodOutput",
|
|
2021
|
-
"TransactionPaymentMethodOutputTypedDict",
|
|
2000
|
+
"TransactionPaymentMethod",
|
|
2001
|
+
"TransactionPaymentMethodTypedDict",
|
|
2022
2002
|
"TransactionPaymentService",
|
|
2023
2003
|
"TransactionPaymentServiceTypedDict",
|
|
2024
2004
|
"TransactionPaymentSource",
|
|
@@ -2031,14 +2011,15 @@ __all__ = [
|
|
|
2031
2011
|
"TransactionStatus",
|
|
2032
2012
|
"TransactionSummaries",
|
|
2033
2013
|
"TransactionSummariesTypedDict",
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2014
|
+
"TransactionSummary",
|
|
2015
|
+
"TransactionSummaryTypedDict",
|
|
2016
|
+
"TransactionThreeDSecureSummary",
|
|
2017
|
+
"TransactionThreeDSecureSummaryTypedDict",
|
|
2018
|
+
"TransactionTypedDict",
|
|
2038
2019
|
"TransactionUpdate",
|
|
2039
2020
|
"TransactionUpdateTypedDict",
|
|
2040
|
-
"
|
|
2041
|
-
"
|
|
2021
|
+
"TransactionVoid",
|
|
2022
|
+
"TransactionVoidTypedDict",
|
|
2042
2023
|
"TransactionsReportSpec",
|
|
2043
2024
|
"TransactionsReportSpecTypedDict",
|
|
2044
2025
|
"TravelHubCustomData",
|
|
@@ -2172,17 +2153,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2172
2153
|
"AuditLogAction": ".auditlogaction",
|
|
2173
2154
|
"AuditLogEntries": ".auditlogentries",
|
|
2174
2155
|
"AuditLogEntriesTypedDict": ".auditlogentries",
|
|
2175
|
-
"
|
|
2176
|
-
"
|
|
2156
|
+
"AuditLogEntry": ".auditlogentry",
|
|
2157
|
+
"AuditLogEntryTypedDict": ".auditlogentry",
|
|
2177
2158
|
"AuditLogEntryResource": ".auditlogentryresource",
|
|
2178
2159
|
"AuditLogEntryResourceTypedDict": ".auditlogentryresource",
|
|
2179
2160
|
"AuditLogEntryUser": ".auditlogentryuser",
|
|
2180
2161
|
"AuditLogEntryUserTypedDict": ".auditlogentryuser",
|
|
2181
2162
|
"AVSResponseCode": ".avsresponsecode",
|
|
2182
|
-
"
|
|
2183
|
-
"
|
|
2184
|
-
"BillingDetailsOutput": ".billingdetails_output",
|
|
2185
|
-
"BillingDetailsOutputTypedDict": ".billingdetails_output",
|
|
2163
|
+
"BillingDetails": ".billingdetails",
|
|
2164
|
+
"BillingDetailsTypedDict": ".billingdetails",
|
|
2186
2165
|
"BraintreeDynamicDataFieldsOptions": ".braintreedynamicdatafieldsoptions",
|
|
2187
2166
|
"BraintreeDynamicDataFieldsOptionsTypedDict": ".braintreedynamicdatafieldsoptions",
|
|
2188
2167
|
"VaultPaymentMethodCriteria": ".braintreedynamicdatafieldsoptions",
|
|
@@ -2229,8 +2208,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2229
2208
|
"CheckoutSessionTypedDict": ".checkoutsession",
|
|
2230
2209
|
"CheckoutSessionCreate": ".checkoutsessioncreate",
|
|
2231
2210
|
"CheckoutSessionCreateTypedDict": ".checkoutsessioncreate",
|
|
2232
|
-
"
|
|
2233
|
-
"
|
|
2211
|
+
"CheckoutSessionPaymentMethod": ".checkoutsessionpaymentmethod",
|
|
2212
|
+
"CheckoutSessionPaymentMethodTypedDict": ".checkoutsessionpaymentmethod",
|
|
2234
2213
|
"CheckoutSessionPaymentMethodCreate": ".checkoutsessionpaymentmethodcreate",
|
|
2235
2214
|
"CheckoutSessionPaymentMethodCreateTypedDict": ".checkoutsessionpaymentmethodcreate",
|
|
2236
2215
|
"CheckoutSessionPaymentMethodDetails": ".checkoutsessionpaymentmethoddetails",
|
|
@@ -2541,10 +2520,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2541
2520
|
"GooglePaySessionTypedDict": ".googlepaysession",
|
|
2542
2521
|
"GooglePaySessionRequest": ".googlepaysessionrequest",
|
|
2543
2522
|
"GooglePaySessionRequestTypedDict": ".googlepaysessionrequest",
|
|
2544
|
-
"
|
|
2545
|
-
"
|
|
2546
|
-
"GuestBuyerOutput": ".guestbuyer_output",
|
|
2547
|
-
"GuestBuyerOutputTypedDict": ".guestbuyer_output",
|
|
2523
|
+
"GuestBuyer": ".guestbuyer",
|
|
2524
|
+
"GuestBuyerTypedDict": ".guestbuyer",
|
|
2548
2525
|
"InstrumentType": ".instrumenttype",
|
|
2549
2526
|
"IntegrationClient": ".integrationclient",
|
|
2550
2527
|
"LatitudeOptions": ".latitudeoptions",
|
|
@@ -2734,12 +2711,12 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2734
2711
|
"PaymentMethodStoredCardTypedDict": ".paymentmethodstoredcard",
|
|
2735
2712
|
"PaymentMethodSummaries": ".paymentmethodsummaries",
|
|
2736
2713
|
"PaymentMethodSummariesTypedDict": ".paymentmethodsummaries",
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
2739
|
-
"Context": ".
|
|
2740
|
-
"ContextTypedDict": ".
|
|
2741
|
-
"
|
|
2742
|
-
"
|
|
2714
|
+
"PaymentMethodSummary": ".paymentmethodsummary",
|
|
2715
|
+
"PaymentMethodSummaryTypedDict": ".paymentmethodsummary",
|
|
2716
|
+
"Context": ".paymentoption",
|
|
2717
|
+
"ContextTypedDict": ".paymentoption",
|
|
2718
|
+
"PaymentOption": ".paymentoption",
|
|
2719
|
+
"PaymentOptionTypedDict": ".paymentoption",
|
|
2743
2720
|
"PaymentOptionContext": ".paymentoptioncontext",
|
|
2744
2721
|
"PaymentOptionContextTypedDict": ".paymentoptioncontext",
|
|
2745
2722
|
"RequiredFields1": ".paymentoptioncontext",
|
|
@@ -2899,14 +2876,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2899
2876
|
"ThreeDSecureV2TypedDict": ".threedsecurev2",
|
|
2900
2877
|
"TokenPaymentMethodCreate": ".tokenpaymentmethodcreate",
|
|
2901
2878
|
"TokenPaymentMethodCreateTypedDict": ".tokenpaymentmethodcreate",
|
|
2902
|
-
"
|
|
2903
|
-
"
|
|
2904
|
-
"
|
|
2905
|
-
"
|
|
2879
|
+
"Transaction": ".transaction",
|
|
2880
|
+
"TransactionTypedDict": ".transaction",
|
|
2881
|
+
"TransactionBuyer": ".transactionbuyer",
|
|
2882
|
+
"TransactionBuyerTypedDict": ".transactionbuyer",
|
|
2906
2883
|
"TransactionCancel": ".transactioncancel",
|
|
2907
2884
|
"TransactionCancelTypedDict": ".transactioncancel",
|
|
2908
|
-
"
|
|
2909
|
-
"
|
|
2885
|
+
"TransactionCapture": ".transactioncapture",
|
|
2886
|
+
"TransactionCaptureTypedDict": ".transactioncapture",
|
|
2910
2887
|
"TransactionCaptureCreate": ".transactioncapturecreate",
|
|
2911
2888
|
"TransactionCaptureCreateTypedDict": ".transactioncapturecreate",
|
|
2912
2889
|
"TransactionConnectionOptions": ".transactionconnectionoptions",
|
|
@@ -2919,17 +2896,19 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2919
2896
|
"TransactionCreatePaymentMethod": ".transactioncreate",
|
|
2920
2897
|
"TransactionCreatePaymentMethodTypedDict": ".transactioncreate",
|
|
2921
2898
|
"TransactionCreateTypedDict": ".transactioncreate",
|
|
2922
|
-
"Name": ".
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2899
|
+
"Name": ".transactionevent",
|
|
2900
|
+
"TransactionEvent": ".transactionevent",
|
|
2901
|
+
"TransactionEventTypedDict": ".transactionevent",
|
|
2902
|
+
"TransactionEventContext": ".transactioneventcontext",
|
|
2903
|
+
"TransactionEventContextTypedDict": ".transactioneventcontext",
|
|
2925
2904
|
"TransactionEvents": ".transactionevents",
|
|
2926
2905
|
"TransactionEventsTypedDict": ".transactionevents",
|
|
2927
2906
|
"TransactionGiftCard": ".transactiongiftcard",
|
|
2928
2907
|
"TransactionGiftCardTypedDict": ".transactiongiftcard",
|
|
2929
2908
|
"TransactionIntent": ".transactionintent",
|
|
2930
2909
|
"TransactionIntentOutcome": ".transactionintentoutcome",
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2910
|
+
"TransactionPaymentMethod": ".transactionpaymentmethod",
|
|
2911
|
+
"TransactionPaymentMethodTypedDict": ".transactionpaymentmethod",
|
|
2933
2912
|
"TransactionPaymentService": ".transactionpaymentservice",
|
|
2934
2913
|
"TransactionPaymentServiceTypedDict": ".transactionpaymentservice",
|
|
2935
2914
|
"TransactionPaymentSource": ".transactionpaymentsource",
|
|
@@ -2944,16 +2923,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2944
2923
|
"TransactionStatus": ".transactionstatus",
|
|
2945
2924
|
"TransactionSummaries": ".transactionsummaries",
|
|
2946
2925
|
"TransactionSummariesTypedDict": ".transactionsummaries",
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2949
|
-
"ResponseData": ".
|
|
2950
|
-
"ResponseDataTypedDict": ".
|
|
2951
|
-
"
|
|
2952
|
-
"
|
|
2926
|
+
"TransactionSummary": ".transactionsummary",
|
|
2927
|
+
"TransactionSummaryTypedDict": ".transactionsummary",
|
|
2928
|
+
"ResponseData": ".transactionthreedsecuresummary",
|
|
2929
|
+
"ResponseDataTypedDict": ".transactionthreedsecuresummary",
|
|
2930
|
+
"TransactionThreeDSecureSummary": ".transactionthreedsecuresummary",
|
|
2931
|
+
"TransactionThreeDSecureSummaryTypedDict": ".transactionthreedsecuresummary",
|
|
2953
2932
|
"TransactionUpdate": ".transactionupdate",
|
|
2954
2933
|
"TransactionUpdateTypedDict": ".transactionupdate",
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
2934
|
+
"TransactionVoid": ".transactionvoid",
|
|
2935
|
+
"TransactionVoidTypedDict": ".transactionvoid",
|
|
2957
2936
|
"TravelHubCustomData": ".travelhubcustomdata",
|
|
2958
2937
|
"TravelHubCustomDataTypedDict": ".travelhubcustomdata",
|
|
2959
2938
|
"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 import AuditLogEntry, AuditLogEntryTypedDict
|
|
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[AuditLogEntryTypedDict]
|
|
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[AuditLogEntry]
|
|
24
24
|
r"""A list of items returned for this request."""
|
|
25
25
|
|
|
26
26
|
limit: Optional[int] = 20
|
|
@@ -14,7 +14,7 @@ from typing import Literal, Optional
|
|
|
14
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
class
|
|
17
|
+
class AuditLogEntryTypedDict(TypedDict):
|
|
18
18
|
resource: AuditLogEntryResourceTypedDict
|
|
19
19
|
action: AuditLogAction
|
|
20
20
|
user: AuditLogEntryUserTypedDict
|
|
@@ -28,7 +28,7 @@ class AuditLogEntryOutputTypedDict(TypedDict):
|
|
|
28
28
|
r"""The ID of the merchant account this entry was created for."""
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
class
|
|
31
|
+
class AuditLogEntry(BaseModel):
|
|
32
32
|
resource: AuditLogEntryResource
|
|
33
33
|
|
|
34
34
|
action: Annotated[AuditLogAction, PlainValidator(validate_open_enum(False))]
|
|
@@ -8,7 +8,7 @@ from pydantic import model_serializer
|
|
|
8
8
|
from typing_extensions import NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class
|
|
11
|
+
class BillingDetailsTypedDict(TypedDict):
|
|
12
12
|
first_name: NotRequired[Nullable[str]]
|
|
13
13
|
r"""The first name(s) or given name for the buyer."""
|
|
14
14
|
last_name: NotRequired[Nullable[str]]
|
|
@@ -23,7 +23,7 @@ class BillingDetailsInputTypedDict(TypedDict):
|
|
|
23
23
|
r"""The tax ID information associated with the billing details."""
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
class
|
|
26
|
+
class BillingDetails(BaseModel):
|
|
27
27
|
first_name: OptionalNullable[str] = UNSET
|
|
28
28
|
r"""The first name(s) or given name for the buyer."""
|
|
29
29
|
|
|
@@ -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 .billingdetails import BillingDetails, BillingDetailsTypedDict
|
|
5
5
|
from datetime import datetime
|
|
6
6
|
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
7
7
|
from gr4vy.utils import validate_const
|
|
@@ -27,7 +27,7 @@ class BuyerTypedDict(TypedDict):
|
|
|
27
27
|
r"""The display name for the buyer."""
|
|
28
28
|
external_identifier: NotRequired[Nullable[str]]
|
|
29
29
|
r"""The merchant identifier for this buyer."""
|
|
30
|
-
billing_details: NotRequired[Nullable[
|
|
30
|
+
billing_details: NotRequired[Nullable[BillingDetailsTypedDict]]
|
|
31
31
|
r"""The billing name, address, email, and other fields for this buyer."""
|
|
32
32
|
account_number: NotRequired[Nullable[str]]
|
|
33
33
|
r"""The buyer account number"""
|
|
@@ -58,7 +58,7 @@ class Buyer(BaseModel):
|
|
|
58
58
|
external_identifier: OptionalNullable[str] = UNSET
|
|
59
59
|
r"""The merchant identifier for this buyer."""
|
|
60
60
|
|
|
61
|
-
billing_details: OptionalNullable[
|
|
61
|
+
billing_details: OptionalNullable[BillingDetails] = UNSET
|
|
62
62
|
r"""The billing name, address, email, and other fields for this buyer."""
|
|
63
63
|
|
|
64
64
|
account_number: OptionalNullable[str] = UNSET
|