Share via


PinPadBase.MerchantId Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds the Merchant ID, as it is known to the EFT Transaction Host.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Overrides Property MerchantId As String
public override string MerchantId { get; set; }
public:
virtual property String^ MerchantId {
    String^ get () override;
    void set (String^ value) override;
}
/** @property */
public String get_MerchantId ()

/** @property */
public void set_MerchantId (String value)
public override function get MerchantId () : String

public override function set MerchantId (value : String)

Remarks

The PinPadBase class verifies that the PIN pad device has been opened, then retrieves or sets the value of PinPadProperties.MerchantId.

MerchantId is initialized to blank by the PinPadProperties class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PinPadBase Class
PinPadBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PinPad.MerchantId Property