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

Questions / Feedback?

MerchantURL Property

Merchant's URL.

Syntax

ANSI (Cross Platform)
char* GetMerchantURL();
int SetMerchantURL(const char* lpszMerchantURL); Unicode (Windows) LPWSTR GetMerchantURL();
INT SetMerchantURL(LPCWSTR lpszMerchantURL);
@property (nonatomic,readwrite,assign,getter=merchantURL,setter=setMerchantURL:) NSString* merchantURL;
- (NSString*)merchantURL;
- (void)setMerchantURL:(NSString*)newMerchantURL;
#define PID_MPI_MERCHANTURL 33

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

""

Remarks

This field contains the fully qualified URL of the merchant site.

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]