| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/braintree-stubs/ |
Upload File : |
from _typeshed import Incomplete
from typing import Any
from braintree.credentials_parser import CredentialsParser as CredentialsParser
from braintree.environment import Environment as Environment
from braintree.exceptions.configuration_error import ConfigurationError as ConfigurationError
from braintree.util.graphql_client import GraphQLClient as GraphQLClient
class Configuration:
@staticmethod
def configure(environment, merchant_id, public_key, private_key, **kwargs) -> None: ...
@staticmethod
def for_partner(environment, partner_id, public_key, private_key, **kwargs): ...
@staticmethod
def gateway(): ...
@staticmethod
def instantiate(): ...
@staticmethod
def api_version(): ...
@staticmethod
def graphql_api_version(): ...
environment: Any
merchant_id: Any
public_key: Any
private_key: Any
client_id: Any
client_secret: Any
access_token: Any
timeout: Any
wrap_http_exceptions: Any
def __init__(
self,
environment: Incomplete | None = None,
merchant_id: Incomplete | None = None,
public_key: Incomplete | None = None,
private_key: Incomplete | None = None,
client_id: Incomplete | None = None,
client_secret: Incomplete | None = None,
access_token: Incomplete | None = None,
*args,
**kwargs,
) -> None: ...
def base_merchant_path(self): ...
def base_url(self): ...
def graphql_base_url(self): ...
def http(self): ...
def graphql_client(self): ...
def http_strategy(self): ...
def has_client_credentials(self): ...
def assert_has_client_credentials(self) -> None: ...
def has_access_token(self): ...