Share via


BillAcceptor.DepositAmount Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the total amount of deposited cash.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DepositAmount As Integer
public abstract int DepositAmount { get; }
public:
virtual property int DepositAmount {
    int get () abstract;
}
/** @property */
public abstract int get_DepositAmount ()
public abstract function get DepositAmount () : int

Remarks

For example, if the currency is Japanese yen and DepositAmount is set to 18057, after the call to the BeginDeposit method there would be 18,057 yen in the Bill Acceptor.

This property is initialized to zero by the Open method.

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

BillAcceptor Class
BillAcceptor Members
Microsoft.PointOfService Namespace
BillAcceptor.CurrencyCode Property