/n software 3-D Secure V2 Python Edition

Questions / Feedback?

card_exp_month Property

Expiration month of the credit card specified in CardNumber .

Syntax

def get_card_exp_month() -> str: ...
def set_card_exp_month(value: str) -> None: ...

card_exp_month = property(get_card_exp_month, set_card_exp_month)

Default Value

"01"

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 "01" - "12".

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