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

Questions / Feedback?

CardTypeDescription Property

Human-readable description of the CardType .

Syntax

ANSI (Cross Platform)
char* GetCardTypeDescription();

Unicode (Windows)
LPWSTR GetCardTypeDescription();
@property (nonatomic,readonly,assign,getter=cardTypeDescription) NSString* cardTypeDescription;
- (NSString*)cardTypeDescription;
#define PID_CARDVALIDATOR_CARDTYPEDESCRIPTION 5

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

Default Value

""

Remarks

This property is filled after calling the ValidateCard method, and will contain a text description of the CardType. This is useful to distinguish different program cards. For instance, a CardType of ccDiners might have a corresponding CardTypeDescription of "Diner's Club International", "Diner's Club Carte Blanche", or "Diner's Club enRoute".

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]