massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / merchant_account / individual_details.pyi
1 from typing import Any
2
3 from braintree.attribute_getter import AttributeGetter as AttributeGetter
4 from braintree.merchant_account.address_details import AddressDetails as AddressDetails
5
6 class IndividualDetails(AttributeGetter):
7     detail_list: Any
8     address_details: Any
9     def __init__(self, attributes) -> None: ...