massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / payment_method.pyi
1 from typing import Any
2
3 from braintree.address import Address as Address
4 from braintree.configuration import Configuration as Configuration
5 from braintree.resource import Resource as Resource
6
7 class PaymentMethod(Resource):
8     @staticmethod
9     def create(params: Any | None = ...): ...
10     @staticmethod
11     def find(payment_method_token): ...
12     @staticmethod
13     def update(payment_method_token, params): ...
14     @staticmethod
15     def delete(payment_method_token, options: Any | None = ...): ...
16     @staticmethod
17     def create_signature(): ...
18     @staticmethod
19     def signature(type): ...
20     @staticmethod
21     def update_signature(): ...
22     @staticmethod
23     def delete_signature(): ...