MerchantPassword Property
Merchant's password.
Syntax
char* GetMerchantPassword();
int SetMerchantPassword(const char* lpszMerchantPassword);
LPWSTR GetMerchantPassword();
INT SetMerchantPassword(LPCWSTR lpszMerchantPassword);
@property (nonatomic,readwrite,assign,getter=merchantPassword,setter=setMerchantPassword:) NSString* merchantPassword; - (NSString*)merchantPassword; - (void)setMerchantPassword:(NSString*)newMerchantPassword;
public var merchantPassword: String { get {...}
set {...} }
Default Value
""
Remarks
This 8-character alphanumeric merchant password is provided by the acquirer. This is an optional property, and the requirements for use of this field will be indicated in the Member Implementation Guide, provided by Visa.
Data Type
String