E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

LicenseState Property

State in which customer's drivers license was issued.

Syntax

ANSI (Cross Platform)
char* GetLicenseState();
int SetLicenseState(const char* lpszLicenseState); Unicode (Windows) LPWSTR GetLicenseState();
INT SetLicenseState(LPCWSTR lpszLicenseState);
@property (nonatomic,readwrite,assign,getter=licenseState,setter=setLicenseState:) NSString* licenseState;
- (NSString*)licenseState;
- (void)setLicenseState:(NSString*)newLicenseState;
#define PID_ECHECK_LICENSESTATE 28

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 two-digit abbreviated postal code indicating the state in which the customer's drivers license was issued. 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]