/n software 3-D Secure V2 Python Edition

Questions / Feedback?

recurring_frequency Property

The number of days between recurring payments.

Syntax

def get_recurring_frequency() -> str: ...
def set_recurring_frequency(value: str) -> None: ...

recurring_frequency = property(get_recurring_frequency, set_recurring_frequency)

Default Value

""

Remarks

This field indicates the minimum number of days between authorizations.

Required when authentication_indicator is 02 or 03, or when ThreeRIIndicator is 01 or 02.

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