/n software 3-D Secure V2 Python Edition

Questions / Feedback?

purchase_date Property

The date of the transaction.

Syntax

def get_purchase_date() -> str: ...
def set_purchase_date(value: str) -> None: ...

purchase_date = property(get_purchase_date, set_purchase_date)

Default Value

""

Remarks

This field contains the date and time of the purchase, expressed in UTC. The format of this field must be: YYYYMMDDHHMMSS

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