massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / payment_method_parser.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_parser.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/payment_method_parser.pyi
new file mode 100644 (file)
index 0000000..17d9fb7
--- /dev/null
@@ -0,0 +1,15 @@
+from braintree.amex_express_checkout_card import AmexExpressCheckoutCard as AmexExpressCheckoutCard
+from braintree.android_pay_card import AndroidPayCard as AndroidPayCard
+from braintree.apple_pay_card import ApplePayCard as ApplePayCard
+from braintree.credit_card import CreditCard as CreditCard
+from braintree.europe_bank_account import EuropeBankAccount as EuropeBankAccount
+from braintree.masterpass_card import MasterpassCard as MasterpassCard
+from braintree.payment_method import PaymentMethod as PaymentMethod
+from braintree.paypal_account import PayPalAccount as PayPalAccount
+from braintree.samsung_pay_card import SamsungPayCard as SamsungPayCard
+from braintree.unknown_payment_method import UnknownPaymentMethod as UnknownPaymentMethod
+from braintree.us_bank_account import UsBankAccount as UsBankAccount
+from braintree.venmo_account import VenmoAccount as VenmoAccount
+from braintree.visa_checkout_card import VisaCheckoutCard as VisaCheckoutCard
+
+def parse_payment_method(gateway, attributes): ...