/n software 3-D Secure V2 Python Edition

Questions / Feedback?

transaction_display_amount Property

Purchase amount to be authorized.

Syntax

def get_transaction_display_amount() -> str: ...
def set_transaction_display_amount(value: str) -> None: ...

transaction_display_amount = property(get_transaction_display_amount, set_transaction_display_amount)

Default Value

""

Remarks

This field contains the transaction amount to be authorized. The transaction amount is to be presented with all currency-specific punctuation, as this will be the number displayed to the customer. This number must be equivalent to the transaction_amount property. This field may not contain a negative number.

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