/n software 3-D Secure V2 Python Edition

Questions / Feedback?

recurring_exp_date Property

Recurring expiration date.

Syntax

def get_recurring_exp_date() -> str: ...
def set_recurring_exp_date(value: str) -> None: ...

recurring_exp_date = property(get_recurring_exp_date, set_recurring_exp_date)

Default Value

""

Remarks

This field contains the date after which no further authorizations shall be performed. The format of this field must be: YYYYMMDD

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]