/n software 3-D Secure V2 Python Edition

Questions / Feedback?

recur_installments Property

An integer indicating the maximum number of permitted authorizations for installment payments.

Syntax

def get_recur_installments() -> str: ...
def set_recur_installments(value: str) -> None: ...

recur_installments = property(get_recur_installments, set_recur_installments)

Default Value

""

Remarks

An integer indicating the maximum number of permitted authorizations for installment payments. This field must be included if the merchant and cardholder have agreed to installment payments.

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