MerchantURL Property
Merchant's URL.
Syntax
char* GetMerchantURL();
int SetMerchantURL(const char* lpszMerchantURL);
LPWSTR GetMerchantURL();
INT SetMerchantURL(LPCWSTR lpszMerchantURL);
@property (nonatomic,readwrite,assign,getter=merchantURL,setter=setMerchantURL:) NSString* merchantURL; - (NSString*)merchantURL; - (void)setMerchantURL:(NSString*)newMerchantURL;
public var merchantURL: String { get {...}
set {...} }
Default Value
""
Remarks
This field contains the fully qualified URL of the merchant site.
Data Type
String