massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / partner_merchant.pyi
1 from typing import Any
2
3 from braintree.configuration import Configuration as Configuration
4 from braintree.resource import Resource as Resource
5
6 class PartnerMerchant(Resource):
7     partner_merchant_id: Any
8     private_key: Any
9     public_key: Any
10     merchant_public_id: Any
11     client_side_encryption_key: Any
12     def __init__(self, gateway, attributes) -> None: ...