/n software 3-D Secure V2 Python Edition

Questions / Feedback?

transaction_description Property

Brief description of goods to be purchased.

Syntax

def get_transaction_description() -> str: ...
def set_transaction_description(value: str) -> None: ...

transaction_description = property(get_transaction_description, set_transaction_description)

Default Value

""

Remarks

This field contains a description of the goods or services being purchased, determined by the merchant. This is an optional field with a maximum length of 125 characters.

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