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

Questions / Feedback?

ExpandableInformationText Property

Expandable information text.

Syntax

ANSI (Cross Platform)
char* GetExpandableInformationText();

Unicode (Windows)
LPWSTR GetExpandableInformationText();
@property (nonatomic,readonly,assign,getter=expandableInformationText) NSString* expandableInformationText;
- (NSString*)expandableInformationText;
#define PID_CLIENT_EXPANDABLEINFORMATIONTEXT 35

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This field contains text provided by the Issuer from the ACS to be displayed to the cardholder for additional information. The format should be an expandable text field.

This property is read-only.

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]