ChallengeInfoText Property
Challenge information text.
Syntax
char* GetChallengeInfoText();
LPWSTR GetChallengeInfoText();
@property (nonatomic,readonly,assign,getter=challengeInfoText) NSString* challengeInfoText; - (NSString*)challengeInfoText;
public var challengeInfoText: String { get {...} }
Default Value
""
Remarks
This field contains text provided by the ACS/Issuer to the cardholder during the challenge message exchange. If this field is populated, it should be displayed to the cardholder.
This property is read-only.
Data Type
String