mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Braintree: PaymentMethodNonce.three_d_secure_info can be None (#11711)
This commit is contained in:
@@ -9,7 +9,7 @@ class PaymentMethodNonce(Resource):
|
||||
def create(payment_method_token, params={}): ...
|
||||
@staticmethod
|
||||
def find(payment_method_nonce): ...
|
||||
three_d_secure_info: ThreeDSecureInfo
|
||||
three_d_secure_info: ThreeDSecureInfo | None
|
||||
authentication_insight: Incomplete
|
||||
bin_data: BinData
|
||||
def __init__(self, gateway, attributes) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user