E-Payment Integrator 2020 Python Edition

Questions / Feedback?

card_exp_year Property

This property contains the 4 digit expiration year of the customer's credit card.

Syntax

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

card_exp_year = property(get_card_exp_year, set_card_exp_year)

Default Value

2000

Remarks

This field contains the 4 digit expiration year of the customer's credit card.

This property is required.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]