/n software 3-D Secure V2 Python Edition

Questions / Feedback?

purchase_exponent Property

Minor units of currency.

Syntax

def get_purchase_exponent() -> str: ...
def set_purchase_exponent(value: str) -> None: ...

purchase_exponent = property(get_purchase_exponent, set_purchase_exponent)

Default Value

"2"

Remarks

This field indicates the minor units, or number of decimal places, of the currency specified in the purchase_currency property. For instance, the Japanese Yen has a value of "0", the US Dollar a value of "2", and the Kuwati Dinar a value of "3".

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