/n software 3-D Secure V2 Python Edition

Questions / Feedback?

transaction_date Property

Optionally contains the date of the transaction.

Syntax

def get_transaction_date() -> str: ...
def set_transaction_date(value: str) -> None: ...

transaction_date = property(get_transaction_date, set_transaction_date)

Default Value

""

Remarks

This property can be used to set the specific date and time of the Authentication Request sent when get_authentication_packet method is called. The format is "YYYYMMDD HH:MM:SS". If this property is empty, the control will automatically generate the transaction time based on the current system time.

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