CashCount(CashCountType, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the CashCount structure from parameters specifying the instance's constituent parts.
public CashCount (Microsoft.PointOfService.CashCountType type, int nominalValue, int count);
new Microsoft.PointOfService.CashCount : Microsoft.PointOfService.CashCountType * int * int -> Microsoft.PointOfService.CashCount
Public Sub New (type As CashCountType, nominalValue As Integer, count As Integer)
Parameters
- type
- CashCountType
- count
- Int32