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

Questions / Feedback?

CardExpYear Property

Expiration year of the credit card specified in CardNumber .

Syntax

ANSI (Cross Platform)
char* GetCardExpYear();
int SetCardExpYear(const char* lpszCardExpYear); Unicode (Windows) LPWSTR GetCardExpYear();
INT SetCardExpYear(LPCWSTR lpszCardExpYear);
@property (nonatomic,readwrite,assign,getter=cardExpYear,setter=setCardExpYear:) NSString* cardExpYear;
- (NSString*)cardExpYear;
- (void)setCardExpYear:(NSString*)newCardExpYear;
#define PID_MPI_CARDEXPYEAR 15

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

"00"

Remarks

This field contains the expiration date of the customer's credit card. This property must be formatted as two numeric characters, in the range "00" - "99".

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]