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

Questions / Feedback?

RecurInstallments Property

An integer indicating the maximum number of permitted authorizations for installment payments.

Syntax

ANSI (Cross Platform)
char* GetRecurInstallments();
int SetRecurInstallments(const char* lpszRecurInstallments); Unicode (Windows) LPWSTR GetRecurInstallments();
INT SetRecurInstallments(LPCWSTR lpszRecurInstallments);
@property (nonatomic,readwrite,assign,getter=recurInstallments,setter=setRecurInstallments:) NSString* recurInstallments;
- (NSString*)recurInstallments;
- (void)setRecurInstallments:(NSString*)newRecurInstallments;
#define PID_MPI_RECURINSTALLMENTS 45

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

An integer indicating the maximum number of permitted authorizations for installment payments. This field must be included if the merchant and cardholder have agreed to installment payments.

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]