Share via


CoinAcceptor.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

Holds the total amount of deposited cash.

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 Coin Acceptor.

This property is initialized to 0 (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

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