AcquirerMerchantId Property
Acquirer-assigned merchant identifier.
Syntax
char* GetAcquirerMerchantId();
int SetAcquirerMerchantId(const char* lpszAcquirerMerchantId);
LPWSTR GetAcquirerMerchantId();
INT SetAcquirerMerchantId(LPCWSTR lpszAcquirerMerchantId);
@property (nonatomic,readwrite,assign,getter=acquirerMerchantId,setter=setAcquirerMerchantId:) NSString* acquirerMerchantId; - (NSString*)acquirerMerchantId; - (void)setAcquirerMerchantId:(NSString*)newAcquirerMerchantId;
public var acquirerMerchantId: String { get {...}
set {...} }
Default Value
""
Remarks
This field contains the merchant identifier assigned by the acquirer. The merchant id is required to be set for payment authentication.
Data Type
String