E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

DateCheckPassed Property

Indicates whether the card is expired or not.

Syntax

ANSI (Cross Platform)
int GetDateCheckPassed();

Unicode (Windows)
BOOL GetDateCheckPassed();
@property (nonatomic,readonly,assign,getter=dateCheckPassed) BOOL dateCheckPassed;
- (BOOL)dateCheckPassed;
#define PID_CARDVALIDATOR_DATECHECKPASSED 6

INPAY_EXTERNAL void* INPAY_CALL InPay_CardValidator_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

The ValidateCard method checks whether the card's expiration date (CardExpMonth and CardExpYear) is a valid future date, and stores that result in the DateCheckPassed property.

This property is read-only.

Data Type

Boolean

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