Braintree: PaymentMethodNonce.three_d_secure_info can be None (#11711)

This commit is contained in:
James Beith
2024-04-04 21:32:02 +11:00
committed by GitHub
parent 72c38c0fdc
commit 6d8e2a80af

View File

@@ -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: ...