gr4vy 1.6.1__tar.gz → 1.6.3__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.
Potentially problematic release.
This version of gr4vy might be problematic. Click here for more details.
- {gr4vy-1.6.1 → gr4vy-1.6.3}/PKG-INFO +1 -1
- {gr4vy-1.6.1 → gr4vy-1.6.3}/pyproject.toml +1 -1
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/_version.py +3 -3
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/__init__.py +33 -3
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitembasicitemdata.py +4 -3
- gr4vy-1.6.3/src/gr4vy/models/integrationclient.py +16 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicedefinition.py +9 -1
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paypaloptions.py +8 -2
- gr4vy-1.6.3/src/gr4vy/models/paypalshippingoptions.py +51 -0
- gr4vy-1.6.3/src/gr4vy/models/paypalshippingoptionsitem.py +94 -0
- gr4vy-1.6.3/src/gr4vy/models/paypalshippingoptionsitemamount.py +20 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transaction.py +7 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactioncreate.py +10 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/transactions.py +6 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/README-PYPI.md +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/py.typed +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/__init__.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/_hooks/__init__.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/_hooks/sdkhooks.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/_hooks/types.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/account_updater.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/all.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/audit_logs.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/auth.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/balances.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/basesdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/buyers_gift_cards.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/buyers_payment_methods.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/buyers_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/buyers_shipping_details.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/card_scheme_definitions_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/checkout_sessions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/digital_wallets_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/domains.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/__init__.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/apierror.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error400.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error401.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error403.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error404.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error405.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error409.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error425.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error429.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error500.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error502.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/error504.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/gr4vyerror.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/httpvalidationerror.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/no_response_error.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/errors/responsevalidationerror.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/events.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/executions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/gift_cards_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/httpclient.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/jobs.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/merchant_accounts_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/accountsreceivablesreportspec.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/accountupdaterinquirysummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/accountupdaterjob.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/accountupdaterjobcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/accountupdateroptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/add_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/add_buyerop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/add_payment_linkop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/add_reportop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/address.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/adyenautorescuesepascenariosenum.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/adyencardautorescuescenariosenum.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/adyencardoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/adyenoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/adyensepaoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/adyensplitsoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/affirmitineraryoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/affirmoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/airline.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/airlineleg.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/airlinepassenger.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/antifrauddecision.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/applepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/applepaysessionrequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/approvaltarget.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/auditlogaction.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/auditlogentries.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/auditlogentry.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/auditlogentryresource.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/auditlogentryuser.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/avsresponsecode.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/billingdetails_input.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/billingdetails_output.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/braintreedynamicdatafieldsoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/braintreeoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/browserinfo.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/buyer.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/buyercreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/buyers.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/buyerupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cancel_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cancelstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/capture_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/capturestatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cardpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cardscheme.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cardschemedefinition.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cardschemedefinitions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cardtype.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cardwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cartitem.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutpayoutoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutsession.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutsessioncreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutsessionpaymentmethod.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutsessionpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutsessionpaymentmethoddetails.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/checkoutsessionwithurlpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/clicktopayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/clicktopaypaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/clicktopaysession.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/clicktopaysessionrequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/configure_digital_walletop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_account_updater_jobop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_apple_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_checkout_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_full_transaction_refundop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_gift_cardop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_google_pay_digital_wallet_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_method_network_token_cryptogramop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_methodop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_service_definition_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_service_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payment_serviceop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_payoutop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_report_execution_urlop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_transaction_refundop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/create_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/createsession.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/createsessionstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/creator.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cryptogram.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cryptogramcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cvvresponsecode.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cybersourceantifraudoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/cybersourceoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/definitionfield.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/definitionfieldformat.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_buyerop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_checkout_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_digital_walletop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_gift_cardop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_payment_method_payment_service_tokenop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_payment_methodop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/delete_payment_serviceop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/detailedsettlementreportspec.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/digitalwallet.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/digitalwalletcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/digitalwalletdomain.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/digitalwalletprovider.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/digitalwallets.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/digitalwalletupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/dlocaloptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/dlocalupioptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/dlocalupirecurringinfooptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/dlocalupiwalletoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/dlocalwalletoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/errordetail.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/errorlocation.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/expire_payment_linkop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/field.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/fiservinstallmentoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/fiservoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitem.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitembeneficiary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryaddress.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarycomments.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitembeneficiarypersonaldetails.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitembeneficiaryphone.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionscartitemdeliverydetails.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionsdiscount.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/forterantifraudoptionsdiscountcoupondiscountamount.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_buyerop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_checkout_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_digital_walletop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_gift_cardop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_merchant_accountop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_payment_linkop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_payment_methodop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_payment_service_definitionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_payment_serviceop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_payoutop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_refundop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_report_executionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_reportop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_transaction_refundop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_transaction_settlementop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/get_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcard.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardbalancerequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcarderrorcode.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardredemption.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardredemptionstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardrequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcards.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardservice.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardserviceprovider.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardstoredrequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardsummaries.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardtokentransactioncreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/giftcardtransactioncreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/givingblockoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/googlepayassurancedetails.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/googlepayfpanpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/googlepaypaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/googlepaypaymentoptioncontext.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/googlepaysession.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/googlepaysessionrequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/guestbuyer_input.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/guestbuyer_output.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/instrumenttype.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/internal/__init__.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/internal/globals.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/latitudeoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_all_report_executionsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_audit_logsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_buyer_gift_cardsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_buyer_payment_methodsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_buyersop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_card_scheme_definitionsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_digital_walletsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_gift_card_balancesop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_gift_cardsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_merchant_accountsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_linksop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_method_network_tokensop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_method_payment_service_tokensop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_methodsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_optionsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_service_definitionsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payment_servicesop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_payoutsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_report_executionsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_reportsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_transaction_eventsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_transaction_refundsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_transaction_settlementsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/list_transactionsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/mattildatapioptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/merchantaccount.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/merchantaccountcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/merchantaccounts.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/merchantaccountupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/merchantprofilescheme.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/merchantprofileschemesummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/method.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/mockcardmerchantadvicecodeoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/mockcardoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/mode.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/networktoken.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/networktokencreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/networktokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/networktokens.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/networktokenstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/nuveiairlinedataoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/nuveioptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/nuveipseoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/oxxooptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentlink.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentlinkcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentlinks.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentlinkstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethod.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethodcard.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethoddetailscard.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethods.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethodstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethodstoredcard.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethodsummaries.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentmethodsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentoption.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentoptioncontext.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentoptioncontextapprovalui.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentoptionrequest.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservice.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentserviceconfiguration.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicecreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicedefinitions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservices.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicestatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicetoken.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicetokencreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentservicetokens.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/paymentserviceupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutcategory.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutconnectionoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutmerchant.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutmerchantsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutpaymentservice.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutsummaries.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/payoutsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/powertranzoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/producttype.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/recipient.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/redirectpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/refund.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/refunds.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/refundstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/refundtargettype.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/register_digital_wallet_domainop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/report.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportcreatortype.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecution.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecutioncontext.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecutions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecutionstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecutionsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecutionurl.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportexecutionurlgenerate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reports.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportschedule.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportspec.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportspecmodel.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/reportupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/requiredcheckoutfields.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/resume_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/security.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/settlement.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/settlements.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/shippingdetails.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/shippingdetailscreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/shippingdetailslist.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/shippingdetailsupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/statementdescriptor.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/stripeconnectoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/stripeoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/suspend_payment_method_network_tokenop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/sync_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/taxid.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/taxidkind.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/threedsecuredatav1.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/threedsecuredatav2.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/threedsecureerror.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/threedsecuremethod.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/threedsecurestatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/threedsecurev2.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/tokenpaymentmethodcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionbuyer.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactioncancel.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactioncapture.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactioncapturecreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionconnectionoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionevent.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionevents.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactiongiftcard.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionintent.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionintentoutcome.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionpaymentmethod.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionpaymentservice.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionpaymentsource.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionrefundallcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionrefundcreate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionretriesreportspec.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionsreportspec.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionsummaries.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionsummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionthreedsecuresummary.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionupdate.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/transactionvoid.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/travelhubcustomdata.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/travelhuboptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/trustlyoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/unregister_digital_wallet_domainop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_buyer_shipping_detailsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_buyerop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_checkout_sessionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_digital_walletop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_merchant_accountop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_payment_serviceop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_reportop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/update_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/userstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/validationerror.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/verify_payment_service_credentialsop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/verifycredentials.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/void_transactionop.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/voidablefield.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/voidstatus.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/walletpaymentoptioncontext.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/wpayeverdaypayoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/wpaypaytooptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/wpaypaytoresourceoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/models/wpaypaytosimulationoptions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/network_tokens_cryptogram.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_links_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_methods_network_tokens.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_methods_payment_service_tokens.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_methods_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_options_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_service_definitions_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payment_services_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/payouts.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/py.typed +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/refunds_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/report_executions_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/reports_sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/sdk.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/sdkconfiguration.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/sessions.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/transactions_refunds.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/transactions_settlements.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/types/__init__.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/types/basemodel.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/__init__.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/annotations.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/datetimes.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/enums.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/eventstreaming.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/forms.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/headers.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/logger.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/metadata.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/queryparams.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/requestbodies.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/retries.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/security.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/serializers.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/unmarshal_json_response.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/url.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/src/gr4vy/utils/values.py +0 -0
- {gr4vy-1.6.1 → gr4vy-1.6.3}/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.
|
|
6
|
+
__version__: str = "1.6.3"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.6.
|
|
8
|
+
__gen_version__: str = "2.731.4"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.6.3 2.731.4 1.0.0 gr4vy"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -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,
|
|
@@ -901,6 +902,19 @@ if TYPE_CHECKING:
|
|
|
901
902
|
from .payoutsummaries import PayoutSummaries, PayoutSummariesTypedDict
|
|
902
903
|
from .payoutsummary import PayoutSummary, PayoutSummaryTypedDict
|
|
903
904
|
from .paypaloptions import PaypalOptions, PaypalOptionsTypedDict
|
|
905
|
+
from .paypalshippingoptions import (
|
|
906
|
+
PaypalShippingOptions,
|
|
907
|
+
PaypalShippingOptionsTypedDict,
|
|
908
|
+
)
|
|
909
|
+
from .paypalshippingoptionsitem import (
|
|
910
|
+
PaypalShippingOptionsItem,
|
|
911
|
+
PaypalShippingOptionsItemType,
|
|
912
|
+
PaypalShippingOptionsItemTypedDict,
|
|
913
|
+
)
|
|
914
|
+
from .paypalshippingoptionsitemamount import (
|
|
915
|
+
PaypalShippingOptionsItemAmount,
|
|
916
|
+
PaypalShippingOptionsItemAmountTypedDict,
|
|
917
|
+
)
|
|
904
918
|
from .powertranzoptions import PowertranzOptions, PowertranzOptionsTypedDict
|
|
905
919
|
from .producttype import ProductType
|
|
906
920
|
from .recipient import Recipient, RecipientTypedDict
|
|
@@ -1455,6 +1469,7 @@ __all__ = [
|
|
|
1455
1469
|
"ForterAntiFraudOptions",
|
|
1456
1470
|
"ForterAntiFraudOptionsCartItem",
|
|
1457
1471
|
"ForterAntiFraudOptionsCartItemBasicItemData",
|
|
1472
|
+
"ForterAntiFraudOptionsCartItemBasicItemDataType",
|
|
1458
1473
|
"ForterAntiFraudOptionsCartItemBasicItemDataTypedDict",
|
|
1459
1474
|
"ForterAntiFraudOptionsCartItemBeneficiary",
|
|
1460
1475
|
"ForterAntiFraudOptionsCartItemBeneficiaryAddress",
|
|
@@ -1588,6 +1603,7 @@ __all__ = [
|
|
|
1588
1603
|
"GuestBuyerOutput",
|
|
1589
1604
|
"GuestBuyerOutputTypedDict",
|
|
1590
1605
|
"InstrumentType",
|
|
1606
|
+
"IntegrationClient",
|
|
1591
1607
|
"Item",
|
|
1592
1608
|
"ItemTypedDict",
|
|
1593
1609
|
"LatitudeOptions",
|
|
@@ -1828,6 +1844,13 @@ __all__ = [
|
|
|
1828
1844
|
"PayoutSummaryTypedDict",
|
|
1829
1845
|
"PaypalOptions",
|
|
1830
1846
|
"PaypalOptionsTypedDict",
|
|
1847
|
+
"PaypalShippingOptions",
|
|
1848
|
+
"PaypalShippingOptionsItem",
|
|
1849
|
+
"PaypalShippingOptionsItemAmount",
|
|
1850
|
+
"PaypalShippingOptionsItemAmountTypedDict",
|
|
1851
|
+
"PaypalShippingOptionsItemType",
|
|
1852
|
+
"PaypalShippingOptionsItemTypedDict",
|
|
1853
|
+
"PaypalShippingOptionsTypedDict",
|
|
1831
1854
|
"PowertranzOptions",
|
|
1832
1855
|
"PowertranzOptionsTypedDict",
|
|
1833
1856
|
"ProductType",
|
|
@@ -1996,7 +2019,6 @@ __all__ = [
|
|
|
1996
2019
|
"TravelhubOptionsTypedDict",
|
|
1997
2020
|
"TrustlyOptions",
|
|
1998
2021
|
"TrustlyOptionsTypedDict",
|
|
1999
|
-
"Type",
|
|
2000
2022
|
"UnregisterDigitalWalletDomainGlobals",
|
|
2001
2023
|
"UnregisterDigitalWalletDomainGlobalsTypedDict",
|
|
2002
2024
|
"UnregisterDigitalWalletDomainRequest",
|
|
@@ -2363,8 +2385,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2363
2385
|
"ForterAntiFraudOptionsCartItem": ".forterantifraudoptionscartitem",
|
|
2364
2386
|
"ForterAntiFraudOptionsCartItemTypedDict": ".forterantifraudoptionscartitem",
|
|
2365
2387
|
"ForterAntiFraudOptionsCartItemBasicItemData": ".forterantifraudoptionscartitembasicitemdata",
|
|
2388
|
+
"ForterAntiFraudOptionsCartItemBasicItemDataType": ".forterantifraudoptionscartitembasicitemdata",
|
|
2366
2389
|
"ForterAntiFraudOptionsCartItemBasicItemDataTypedDict": ".forterantifraudoptionscartitembasicitemdata",
|
|
2367
|
-
"Type": ".forterantifraudoptionscartitembasicitemdata",
|
|
2368
2390
|
"ForterAntiFraudOptionsCartItemBeneficiary": ".forterantifraudoptionscartitembeneficiary",
|
|
2369
2391
|
"ForterAntiFraudOptionsCartItemBeneficiaryTypedDict": ".forterantifraudoptionscartitembeneficiary",
|
|
2370
2392
|
"ForterAntiFraudOptionsCartItemBeneficiaryAddress": ".forterantifraudoptionscartitembeneficiaryaddress",
|
|
@@ -2496,6 +2518,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2496
2518
|
"GuestBuyerOutput": ".guestbuyer_output",
|
|
2497
2519
|
"GuestBuyerOutputTypedDict": ".guestbuyer_output",
|
|
2498
2520
|
"InstrumentType": ".instrumenttype",
|
|
2521
|
+
"IntegrationClient": ".integrationclient",
|
|
2499
2522
|
"LatitudeOptions": ".latitudeoptions",
|
|
2500
2523
|
"LatitudeOptionsTypedDict": ".latitudeoptions",
|
|
2501
2524
|
"ListAllReportExecutionsGlobals": ".list_all_report_executionsop",
|
|
@@ -2738,6 +2761,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
2738
2761
|
"PayoutSummaryTypedDict": ".payoutsummary",
|
|
2739
2762
|
"PaypalOptions": ".paypaloptions",
|
|
2740
2763
|
"PaypalOptionsTypedDict": ".paypaloptions",
|
|
2764
|
+
"PaypalShippingOptions": ".paypalshippingoptions",
|
|
2765
|
+
"PaypalShippingOptionsTypedDict": ".paypalshippingoptions",
|
|
2766
|
+
"PaypalShippingOptionsItem": ".paypalshippingoptionsitem",
|
|
2767
|
+
"PaypalShippingOptionsItemType": ".paypalshippingoptionsitem",
|
|
2768
|
+
"PaypalShippingOptionsItemTypedDict": ".paypalshippingoptionsitem",
|
|
2769
|
+
"PaypalShippingOptionsItemAmount": ".paypalshippingoptionsitemamount",
|
|
2770
|
+
"PaypalShippingOptionsItemAmountTypedDict": ".paypalshippingoptionsitemamount",
|
|
2741
2771
|
"PowertranzOptions": ".powertranzoptions",
|
|
2742
2772
|
"PowertranzOptionsTypedDict": ".powertranzoptions",
|
|
2743
2773
|
"ProductType": ".producttype",
|
|
@@ -16,7 +16,7 @@ from typing import Literal, Union
|
|
|
16
16
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
ForterAntiFraudOptionsCartItemBasicItemDataType = Union[
|
|
20
20
|
Literal[
|
|
21
21
|
"TANGIBLE",
|
|
22
22
|
"NON_TANGIBLE",
|
|
@@ -26,13 +26,14 @@ Type = Union[
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
class ForterAntiFraudOptionsCartItemBasicItemDataTypedDict(TypedDict):
|
|
29
|
-
type: NotRequired[Nullable[
|
|
29
|
+
type: NotRequired[Nullable[ForterAntiFraudOptionsCartItemBasicItemDataType]]
|
|
30
30
|
r"""Indicates whether the item is a physical good or a service/digital item."""
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class ForterAntiFraudOptionsCartItemBasicItemData(BaseModel):
|
|
34
34
|
type: Annotated[
|
|
35
|
-
OptionalNullable[
|
|
35
|
+
OptionalNullable[ForterAntiFraudOptionsCartItemBasicItemDataType],
|
|
36
|
+
PlainValidator(validate_open_enum(False)),
|
|
36
37
|
] = UNSET
|
|
37
38
|
r"""Indicates whether the item is a physical good or a service/digital item."""
|
|
38
39
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from gr4vy.types import UnrecognizedStr
|
|
5
|
+
from typing import Literal, Union
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
IntegrationClient = Union[
|
|
9
|
+
Literal[
|
|
10
|
+
"redirect",
|
|
11
|
+
"web",
|
|
12
|
+
"android",
|
|
13
|
+
"ios",
|
|
14
|
+
],
|
|
15
|
+
UnrecognizedStr,
|
|
16
|
+
]
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .definitionfield import DefinitionField, DefinitionFieldTypedDict
|
|
5
|
+
from .integrationclient import IntegrationClient
|
|
5
6
|
from .method import Method
|
|
6
7
|
from .mode import Mode
|
|
7
8
|
from .paymentserviceconfiguration import (
|
|
@@ -41,6 +42,8 @@ class PaymentServiceDefinitionTypedDict(TypedDict):
|
|
|
41
42
|
required_checkout_fields: List[RequiredCheckoutFieldsTypedDict]
|
|
42
43
|
r"""A list of condition that define when some fields must be provided with a transaction request."""
|
|
43
44
|
configuration: PaymentServiceConfigurationTypedDict
|
|
45
|
+
supported_integration_clients: Nullable[List[IntegrationClient]]
|
|
46
|
+
r"""List of supported integration clients. Defaults to redirect for most redirect connectors."""
|
|
44
47
|
type: Literal["payment-service-definition"]
|
|
45
48
|
r"""Always `payment-service-definition`."""
|
|
46
49
|
icon_url: NotRequired[Nullable[str]]
|
|
@@ -78,6 +81,11 @@ class PaymentServiceDefinition(BaseModel):
|
|
|
78
81
|
|
|
79
82
|
configuration: PaymentServiceConfiguration
|
|
80
83
|
|
|
84
|
+
supported_integration_clients: Nullable[
|
|
85
|
+
List[Annotated[IntegrationClient, PlainValidator(validate_open_enum(False))]]
|
|
86
|
+
]
|
|
87
|
+
r"""List of supported integration clients. Defaults to redirect for most redirect connectors."""
|
|
88
|
+
|
|
81
89
|
TYPE: Annotated[
|
|
82
90
|
Annotated[
|
|
83
91
|
Optional[Literal["payment-service-definition"]],
|
|
@@ -93,7 +101,7 @@ class PaymentServiceDefinition(BaseModel):
|
|
|
93
101
|
@model_serializer(mode="wrap")
|
|
94
102
|
def serialize_model(self, handler):
|
|
95
103
|
optional_fields = ["type", "icon_url"]
|
|
96
|
-
nullable_fields = ["icon_url"]
|
|
104
|
+
nullable_fields = ["icon_url", "supported_integration_clients"]
|
|
97
105
|
null_default_fields = []
|
|
98
106
|
|
|
99
107
|
serialized = handler(self)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .paypalshippingoptions import PaypalShippingOptions, PaypalShippingOptionsTypedDict
|
|
4
5
|
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
5
6
|
from pydantic import model_serializer
|
|
6
7
|
from typing import Dict, List
|
|
@@ -10,16 +11,21 @@ from typing_extensions import NotRequired, TypedDict
|
|
|
10
11
|
class PaypalOptionsTypedDict(TypedDict):
|
|
11
12
|
additional_data: NotRequired[Nullable[List[Dict[str, str]]]]
|
|
12
13
|
r"""Additional Set Transaction Context Values (STC) to be sent to PayPal as part of the transaction."""
|
|
14
|
+
shipping: NotRequired[Nullable[PaypalShippingOptionsTypedDict]]
|
|
15
|
+
r"""Shipping information to be passed to the PayPal API."""
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
class PaypalOptions(BaseModel):
|
|
16
19
|
additional_data: OptionalNullable[List[Dict[str, str]]] = UNSET
|
|
17
20
|
r"""Additional Set Transaction Context Values (STC) to be sent to PayPal as part of the transaction."""
|
|
18
21
|
|
|
22
|
+
shipping: OptionalNullable[PaypalShippingOptions] = UNSET
|
|
23
|
+
r"""Shipping information to be passed to the PayPal API."""
|
|
24
|
+
|
|
19
25
|
@model_serializer(mode="wrap")
|
|
20
26
|
def serialize_model(self, handler):
|
|
21
|
-
optional_fields = ["additional_data"]
|
|
22
|
-
nullable_fields = ["additional_data"]
|
|
27
|
+
optional_fields = ["additional_data", "shipping"]
|
|
28
|
+
nullable_fields = ["additional_data", "shipping"]
|
|
23
29
|
null_default_fields = []
|
|
24
30
|
|
|
25
31
|
serialized = handler(self)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .paypalshippingoptionsitem import (
|
|
5
|
+
PaypalShippingOptionsItem,
|
|
6
|
+
PaypalShippingOptionsItemTypedDict,
|
|
7
|
+
)
|
|
8
|
+
from gr4vy.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
|
|
9
|
+
from pydantic import model_serializer
|
|
10
|
+
from typing import List
|
|
11
|
+
from typing_extensions import NotRequired, TypedDict
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class PaypalShippingOptionsTypedDict(TypedDict):
|
|
15
|
+
options: NotRequired[Nullable[List[PaypalShippingOptionsItemTypedDict]]]
|
|
16
|
+
r"""Shipping options that the payee or merchant offers to the payer to ship or pick up their items."""
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class PaypalShippingOptions(BaseModel):
|
|
20
|
+
options: OptionalNullable[List[PaypalShippingOptionsItem]] = UNSET
|
|
21
|
+
r"""Shipping options that the payee or merchant offers to the payer to ship or pick up their items."""
|
|
22
|
+
|
|
23
|
+
@model_serializer(mode="wrap")
|
|
24
|
+
def serialize_model(self, handler):
|
|
25
|
+
optional_fields = ["options"]
|
|
26
|
+
nullable_fields = ["options"]
|
|
27
|
+
null_default_fields = []
|
|
28
|
+
|
|
29
|
+
serialized = handler(self)
|
|
30
|
+
|
|
31
|
+
m = {}
|
|
32
|
+
|
|
33
|
+
for n, f in type(self).model_fields.items():
|
|
34
|
+
k = f.alias or n
|
|
35
|
+
val = serialized.get(k)
|
|
36
|
+
serialized.pop(k, None)
|
|
37
|
+
|
|
38
|
+
optional_nullable = k in optional_fields and k in nullable_fields
|
|
39
|
+
is_set = (
|
|
40
|
+
self.__pydantic_fields_set__.intersection({n})
|
|
41
|
+
or k in null_default_fields
|
|
42
|
+
) # pylint: disable=no-member
|
|
43
|
+
|
|
44
|
+
if val is not None and val != UNSET_SENTINEL:
|
|
45
|
+
m[k] = val
|
|
46
|
+
elif val != UNSET_SENTINEL and (
|
|
47
|
+
not k in optional_fields or (optional_nullable and is_set)
|
|
48
|
+
):
|
|
49
|
+
m[k] = val
|
|
50
|
+
|
|
51
|
+
return m
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .paypalshippingoptionsitemamount import (
|
|
5
|
+
PaypalShippingOptionsItemAmount,
|
|
6
|
+
PaypalShippingOptionsItemAmountTypedDict,
|
|
7
|
+
)
|
|
8
|
+
from gr4vy.types import (
|
|
9
|
+
BaseModel,
|
|
10
|
+
Nullable,
|
|
11
|
+
OptionalNullable,
|
|
12
|
+
UNSET,
|
|
13
|
+
UNSET_SENTINEL,
|
|
14
|
+
UnrecognizedStr,
|
|
15
|
+
)
|
|
16
|
+
from gr4vy.utils import validate_open_enum
|
|
17
|
+
from pydantic import model_serializer
|
|
18
|
+
from pydantic.functional_validators import PlainValidator
|
|
19
|
+
from typing import Literal, Union
|
|
20
|
+
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
PaypalShippingOptionsItemType = Union[
|
|
24
|
+
Literal[
|
|
25
|
+
"SHIPPING",
|
|
26
|
+
"PICKUP",
|
|
27
|
+
"PICKUP_IN_STORE",
|
|
28
|
+
"PICKUP_FROM_PERSON",
|
|
29
|
+
],
|
|
30
|
+
UnrecognizedStr,
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class PaypalShippingOptionsItemTypedDict(TypedDict):
|
|
35
|
+
id: str
|
|
36
|
+
r"""A unique ID that identifies a payer-selected shipping option."""
|
|
37
|
+
label: str
|
|
38
|
+
r"""A description that the payer sees, which helps them choose an appropriate shipping option."""
|
|
39
|
+
selected: bool
|
|
40
|
+
r"""If the API request sets selected = true, it represents the shipping option that the payee or merchant expects to be pre-selected for the payer when they first view the shipping.options in the PayPal Checkout experience. Only one shipping.option can be set to selected=true."""
|
|
41
|
+
type: NotRequired[Nullable[PaypalShippingOptionsItemType]]
|
|
42
|
+
r"""A classification for the method of purchase fulfillment."""
|
|
43
|
+
amount: NotRequired[Nullable[PaypalShippingOptionsItemAmountTypedDict]]
|
|
44
|
+
r"""The shipping cost for the selected option."""
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
class PaypalShippingOptionsItem(BaseModel):
|
|
48
|
+
id: str
|
|
49
|
+
r"""A unique ID that identifies a payer-selected shipping option."""
|
|
50
|
+
|
|
51
|
+
label: str
|
|
52
|
+
r"""A description that the payer sees, which helps them choose an appropriate shipping option."""
|
|
53
|
+
|
|
54
|
+
selected: bool
|
|
55
|
+
r"""If the API request sets selected = true, it represents the shipping option that the payee or merchant expects to be pre-selected for the payer when they first view the shipping.options in the PayPal Checkout experience. Only one shipping.option can be set to selected=true."""
|
|
56
|
+
|
|
57
|
+
type: Annotated[
|
|
58
|
+
OptionalNullable[PaypalShippingOptionsItemType],
|
|
59
|
+
PlainValidator(validate_open_enum(False)),
|
|
60
|
+
] = UNSET
|
|
61
|
+
r"""A classification for the method of purchase fulfillment."""
|
|
62
|
+
|
|
63
|
+
amount: OptionalNullable[PaypalShippingOptionsItemAmount] = UNSET
|
|
64
|
+
r"""The shipping cost for the selected option."""
|
|
65
|
+
|
|
66
|
+
@model_serializer(mode="wrap")
|
|
67
|
+
def serialize_model(self, handler):
|
|
68
|
+
optional_fields = ["type", "amount"]
|
|
69
|
+
nullable_fields = ["type", "amount"]
|
|
70
|
+
null_default_fields = []
|
|
71
|
+
|
|
72
|
+
serialized = handler(self)
|
|
73
|
+
|
|
74
|
+
m = {}
|
|
75
|
+
|
|
76
|
+
for n, f in type(self).model_fields.items():
|
|
77
|
+
k = f.alias or n
|
|
78
|
+
val = serialized.get(k)
|
|
79
|
+
serialized.pop(k, None)
|
|
80
|
+
|
|
81
|
+
optional_nullable = k in optional_fields and k in nullable_fields
|
|
82
|
+
is_set = (
|
|
83
|
+
self.__pydantic_fields_set__.intersection({n})
|
|
84
|
+
or k in null_default_fields
|
|
85
|
+
) # pylint: disable=no-member
|
|
86
|
+
|
|
87
|
+
if val is not None and val != UNSET_SENTINEL:
|
|
88
|
+
m[k] = val
|
|
89
|
+
elif val != UNSET_SENTINEL and (
|
|
90
|
+
not k in optional_fields or (optional_nullable and is_set)
|
|
91
|
+
):
|
|
92
|
+
m[k] = val
|
|
93
|
+
|
|
94
|
+
return m
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from gr4vy.types import BaseModel
|
|
5
|
+
from typing_extensions import TypedDict
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class PaypalShippingOptionsItemAmountTypedDict(TypedDict):
|
|
9
|
+
currency_code: str
|
|
10
|
+
r"""The three-character ISO currency code."""
|
|
11
|
+
value: str
|
|
12
|
+
r"""The amount value, which might include a decimal portion."""
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class PaypalShippingOptionsItemAmount(BaseModel):
|
|
16
|
+
currency_code: str
|
|
17
|
+
r"""The three-character ISO currency code."""
|
|
18
|
+
|
|
19
|
+
value: str
|
|
20
|
+
r"""The amount value, which might include a decimal portion."""
|
|
@@ -158,6 +158,8 @@ class TransactionTypedDict(TypedDict):
|
|
|
158
158
|
r"""An optional merchant advice code which provides insight into the type of transaction or reason why the payment failed."""
|
|
159
159
|
installment_count: NotRequired[Nullable[int]]
|
|
160
160
|
r"""The number of installments for this transaction, if applicable."""
|
|
161
|
+
session_token: NotRequired[Nullable[str]]
|
|
162
|
+
r"""A session token that can be used to fetch session data for direct client integrations."""
|
|
161
163
|
tax_amount: NotRequired[Nullable[int]]
|
|
162
164
|
r"""The sales tax amount for this transaction, represented as a monetary amount in the smallest currency unit for the given currency, for example `1299` cents to create an authorization for `$12.99`"""
|
|
163
165
|
merchant_tax_id: NotRequired[Nullable[str]]
|
|
@@ -371,6 +373,9 @@ class Transaction(BaseModel):
|
|
|
371
373
|
installment_count: OptionalNullable[int] = UNSET
|
|
372
374
|
r"""The number of installments for this transaction, if applicable."""
|
|
373
375
|
|
|
376
|
+
session_token: OptionalNullable[str] = UNSET
|
|
377
|
+
r"""A session token that can be used to fetch session data for direct client integrations."""
|
|
378
|
+
|
|
374
379
|
tax_amount: OptionalNullable[int] = UNSET
|
|
375
380
|
r"""The sales tax amount for this transaction, represented as a monetary amount in the smallest currency unit for the given currency, for example `1299` cents to create an authorization for `$12.99`"""
|
|
376
381
|
|
|
@@ -432,6 +437,7 @@ class Transaction(BaseModel):
|
|
|
432
437
|
"recipient",
|
|
433
438
|
"merchant_advice_code",
|
|
434
439
|
"installment_count",
|
|
440
|
+
"session_token",
|
|
435
441
|
"tax_amount",
|
|
436
442
|
"merchant_tax_id",
|
|
437
443
|
"customer_reference_number",
|
|
@@ -475,6 +481,7 @@ class Transaction(BaseModel):
|
|
|
475
481
|
"recipient",
|
|
476
482
|
"merchant_advice_code",
|
|
477
483
|
"installment_count",
|
|
484
|
+
"session_token",
|
|
478
485
|
"tax_amount",
|
|
479
486
|
"merchant_tax_id",
|
|
480
487
|
"customer_reference_number",
|
|
@@ -41,6 +41,7 @@ from .googlepaypaymentmethodcreate import (
|
|
|
41
41
|
GooglePayPaymentMethodCreateTypedDict,
|
|
42
42
|
)
|
|
43
43
|
from .guestbuyer_input import GuestBuyerInput, GuestBuyerInputTypedDict
|
|
44
|
+
from .integrationclient import IntegrationClient
|
|
44
45
|
from .networktokenpaymentmethodcreate import (
|
|
45
46
|
NetworkTokenPaymentMethodCreate,
|
|
46
47
|
NetworkTokenPaymentMethodCreateTypedDict,
|
|
@@ -226,6 +227,8 @@ class TransactionCreateTypedDict(TypedDict):
|
|
|
226
227
|
r"""Total charges for import/export duties."""
|
|
227
228
|
shipping_amount: NotRequired[Nullable[int]]
|
|
228
229
|
r"""Total shipping amount."""
|
|
230
|
+
integration_client: NotRequired[Nullable[IntegrationClient]]
|
|
231
|
+
r"""Defines the client where the session for this transaction is going to be used. Please refer to the connections documentation for more guidance."""
|
|
229
232
|
|
|
230
233
|
|
|
231
234
|
class TransactionCreate(BaseModel):
|
|
@@ -364,6 +367,11 @@ class TransactionCreate(BaseModel):
|
|
|
364
367
|
shipping_amount: OptionalNullable[int] = UNSET
|
|
365
368
|
r"""Total shipping amount."""
|
|
366
369
|
|
|
370
|
+
integration_client: Annotated[
|
|
371
|
+
OptionalNullable[IntegrationClient], PlainValidator(validate_open_enum(False))
|
|
372
|
+
] = UNSET
|
|
373
|
+
r"""Defines the client where the session for this transaction is going to be used. Please refer to the connections documentation for more guidance."""
|
|
374
|
+
|
|
367
375
|
@model_serializer(mode="wrap")
|
|
368
376
|
def serialize_model(self, handler):
|
|
369
377
|
optional_fields = [
|
|
@@ -402,6 +410,7 @@ class TransactionCreate(BaseModel):
|
|
|
402
410
|
"supplier_order_number",
|
|
403
411
|
"duty_amount",
|
|
404
412
|
"shipping_amount",
|
|
413
|
+
"integration_client",
|
|
405
414
|
]
|
|
406
415
|
nullable_fields = [
|
|
407
416
|
"country",
|
|
@@ -431,6 +440,7 @@ class TransactionCreate(BaseModel):
|
|
|
431
440
|
"supplier_order_number",
|
|
432
441
|
"duty_amount",
|
|
433
442
|
"shipping_amount",
|
|
443
|
+
"integration_client",
|
|
434
444
|
]
|
|
435
445
|
null_default_fields = []
|
|
436
446
|
|
|
@@ -783,6 +783,7 @@ class Transactions(BaseSDK):
|
|
|
783
783
|
supplier_order_number: OptionalNullable[str] = UNSET,
|
|
784
784
|
duty_amount: OptionalNullable[int] = UNSET,
|
|
785
785
|
shipping_amount: OptionalNullable[int] = UNSET,
|
|
786
|
+
integration_client: OptionalNullable[models.IntegrationClient] = UNSET,
|
|
786
787
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
787
788
|
server_url: Optional[str] = None,
|
|
788
789
|
timeout_ms: Optional[int] = None,
|
|
@@ -832,6 +833,7 @@ class Transactions(BaseSDK):
|
|
|
832
833
|
:param supplier_order_number: The merchant's unique identifier for the sales order or invoice.
|
|
833
834
|
:param duty_amount: Total charges for import/export duties.
|
|
834
835
|
:param shipping_amount: Total shipping amount.
|
|
836
|
+
:param integration_client: Defines the client where the session for this transaction is going to be used. Please refer to the connections documentation for more guidance.
|
|
835
837
|
:param retries: Override the default retry configuration for this method
|
|
836
838
|
:param server_url: Override the default server URL for this method
|
|
837
839
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -911,6 +913,7 @@ class Transactions(BaseSDK):
|
|
|
911
913
|
supplier_order_number=supplier_order_number,
|
|
912
914
|
duty_amount=duty_amount,
|
|
913
915
|
shipping_amount=shipping_amount,
|
|
916
|
+
integration_client=integration_client,
|
|
914
917
|
),
|
|
915
918
|
)
|
|
916
919
|
|
|
@@ -1097,6 +1100,7 @@ class Transactions(BaseSDK):
|
|
|
1097
1100
|
supplier_order_number: OptionalNullable[str] = UNSET,
|
|
1098
1101
|
duty_amount: OptionalNullable[int] = UNSET,
|
|
1099
1102
|
shipping_amount: OptionalNullable[int] = UNSET,
|
|
1103
|
+
integration_client: OptionalNullable[models.IntegrationClient] = UNSET,
|
|
1100
1104
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
|
1101
1105
|
server_url: Optional[str] = None,
|
|
1102
1106
|
timeout_ms: Optional[int] = None,
|
|
@@ -1146,6 +1150,7 @@ class Transactions(BaseSDK):
|
|
|
1146
1150
|
:param supplier_order_number: The merchant's unique identifier for the sales order or invoice.
|
|
1147
1151
|
:param duty_amount: Total charges for import/export duties.
|
|
1148
1152
|
:param shipping_amount: Total shipping amount.
|
|
1153
|
+
:param integration_client: Defines the client where the session for this transaction is going to be used. Please refer to the connections documentation for more guidance.
|
|
1149
1154
|
:param retries: Override the default retry configuration for this method
|
|
1150
1155
|
:param server_url: Override the default server URL for this method
|
|
1151
1156
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -1225,6 +1230,7 @@ class Transactions(BaseSDK):
|
|
|
1225
1230
|
supplier_order_number=supplier_order_number,
|
|
1226
1231
|
duty_amount=duty_amount,
|
|
1227
1232
|
shipping_amount=shipping_amount,
|
|
1233
|
+
integration_client=integration_client,
|
|
1228
1234
|
),
|
|
1229
1235
|
)
|
|
1230
1236
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|