/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

RecurringExpDate Property

Recurring expiration date.

Syntax

ANSI (Cross Platform)
char* GetRecurringExpDate();
int SetRecurringExpDate(const char* lpszRecurringExpDate); Unicode (Windows) LPWSTR GetRecurringExpDate();
INT SetRecurringExpDate(LPCWSTR lpszRecurringExpDate);
@property (nonatomic,readwrite,assign,getter=recurringExpDate,setter=setRecurringExpDate:) NSString* recurringExpDate;
- (NSString*)recurringExpDate;
- (void)setRecurringExpDate:(NSString*)newRecurringExpDate;
#define PID_SERVER_RECURRINGEXPDATE 72

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains the date after which no further authorizations shall be performed. The format of this field must be: YYYYMMDD

Required when AuthenticationIndicator is 02 or 03, or when ThreeRIIndicator is 01 or 02.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]