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

Questions / Feedback?

MerchantCategoryCode Property

Merchant category code.

Syntax

ANSI (Cross Platform)
char* GetMerchantCategoryCode();
int SetMerchantCategoryCode(const char* lpszMerchantCategoryCode); Unicode (Windows) LPWSTR GetMerchantCategoryCode();
INT SetMerchantCategoryCode(LPCWSTR lpszMerchantCategoryCode);
@property (nonatomic,readwrite,assign,getter=merchantCategoryCode,setter=setMerchantCategoryCode:) NSString* merchantCategoryCode;
- (NSString*)merchantCategoryCode;
- (void)setMerchantCategoryCode:(NSString*)newMerchantCategoryCode;
#define PID_SERVER_MERCHANTCATEGORYCODE 55

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

DS-specific code describing the Merchant's type of business, product, or service. Required to be set prior to calling SendAuthRequest.

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]