/n software 3-D Secure V2 Python Edition

Questions / Feedback?

card_exp_year Property

Expiration year of the credit card specified in CardNumber .

Syntax

def get_card_exp_year() -> str: ...
def set_card_exp_year(value: str) -> None: ...

card_exp_year = property(get_card_exp_year, set_card_exp_year)

Default Value

"00"

Remarks

This field contains the expiration date of the customer's credit card. This property must be formatted as two numeric characters, in the range "00" - "99".

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