Share via


CashUnits.Bills Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets an array that contains a set of nominal (face) values for bills in the current currency type.

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

Syntax

'Declaration
Public ReadOnly Property Bills As Integer()
public int[] Bills { get; }
public:
property array<int>^ Bills {
    array<int>^ get ();
}
/** @property */
public int[] get_Bills ()
public function get Bills () : int[]

Remarks

Bills is an array of integers that contains a set of values that represent face values for bills in the current currency type.

Example

A Bills array that contains the following USD values:

  • 5, 10, 20, 50, 100

indicates that the device supports bills in denominations of five, ten, twenty, fifty, and one-hundred dollars.

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

CashUnits Structure
CashUnits Members
Microsoft.PointOfService Namespace