massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / local_payment_completed.pyi
1 from typing import Any
2
3 from braintree.resource import Resource as Resource
4 from braintree.transaction import Transaction as Transaction
5
6 class LocalPaymentCompleted(Resource):
7     transaction: Any
8     def __init__(self, gateway, attributes) -> None: ...