E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

LicenseDOB Property

Customer's Date of Birth as indicated on his driver's license.

Syntax

ANSI (Cross Platform)
char* GetLicenseDOB();
int SetLicenseDOB(const char* lpszLicenseDOB); Unicode (Windows) LPWSTR GetLicenseDOB();
INT SetLicenseDOB(LPCWSTR lpszLicenseDOB);
@property (nonatomic,readwrite,assign,getter=licenseDOB,setter=setLicenseDOB:) NSString* licenseDOB;
- (NSString*)licenseDOB;
- (void)setLicenseDOB:(NSString*)newLicenseDOB;
#define PID_ECHECK_LICENSEDOB 26

INPAY_EXTERNAL void* INPAY_CALL InPay_ECheck_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ECheck_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the customer's date of birth as it appears on his driver's license. The format varies between gateways, so please see the specifications for correct formatting. This property may be used by the gateway for fraud screening.

Data Type

String

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