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

2/27/2008

Gets the total amount of cash accepted.

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 it calls the BeginDeposit method, there are 18,057 yen in the cash changer.

DepositAmount is initialized to an appropriate value by the service object.

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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashChanger.CurrencyCode Property
CashChanger.BeginDeposit Method