E-Payment Integrator 2020 Python Edition

Questions / Feedback?

date_check_passed Property

Indicates whether the card is expired or not.

Syntax

def get_date_check_passed() -> bool: ...

date_check_passed = property(get_date_check_passed, None)

Default Value

FALSE

Remarks

The validate_card method checks whether the card's expiration date (card_exp_month and card_exp_year) is a valid future date, and stores that result in the date_check_passed property.

This property is read-only.

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