/n software 3-D Secure V2 Python Edition

Questions / Feedback?

cardholder_email Property

The cardholder email address.

Syntax

def get_cardholder_email() -> str: ...
def set_cardholder_email(value: str) -> None: ...

cardholder_email = property(get_cardholder_email, set_cardholder_email)

Default Value

""

Remarks

This field contains the cardholder email address to be sent to the directory server when calling send_auth_request.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]