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

Questions / Feedback?

RecurFrequency Property

An integer indicating the minimum number of days between authorizations.

Syntax

ANSI (Cross Platform)
char* GetRecurFrequency();
int SetRecurFrequency(const char* lpszRecurFrequency); Unicode (Windows) LPWSTR GetRecurFrequency();
INT SetRecurFrequency(LPCWSTR lpszRecurFrequency);
@property (nonatomic,readwrite,assign,getter=recurFrequency,setter=setRecurFrequency:) NSString* recurFrequency;
- (NSString*)recurFrequency;
- (void)setRecurFrequency:(NSString*)newRecurFrequency;
#define PID_MPI_RECURFREQUENCY 44

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

Default Value

""

Remarks

This field indicates the minimum number of days between authorizations. A frequency of monthly is indicated by a value of "28". The earliest possible date for each authorization is based on the actual date of the prior authorization. Thus, if the most recent authorization was dated December 31, 2000, then the earliest possible date for the next authorization is January 28, 2001. However, the next authorization typically occurs on January 31, 2001. Later authorizations are acceptable, up until RecurEndDate.

This property is not available at design time.

Data Type

String

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