Share via


PinPad.AccountNumber Property

2/27/2008

Holds the user’s account number for the current EFT transaction.

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

Syntax

'Declaration
Public MustOverride Property AccountNumber As String
public abstract string AccountNumber { get; set; }
public:
virtual property String^ AccountNumber {
    String^ get () abstract;
    void set (String^ value) abstract;
}
/** @property */
public abstract String get_AccountNumber ()

/** @property */
public abstract void set_AccountNumber (String value)
public abstract function get AccountNumber () : String

public abstract function set AccountNumber (value : String)

Remarks

The application must set AccountNumber before calling the BeginEftTransaction method.

Accessing AccountNumber may cause a PosControlException to be thrown with the following ErrorCode:

Value

Meaning

Illegal

The BeginEftTransaction method was called before the attempt to set this property; AccountNumber can’t be changed while in EFT Transaction Mode.

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

PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
PinPad.BeginEftTransaction Method