C# Class CloverExamplePOS.POSItem

Datei anzeigen Open project: clover/remote-pay-windows Class Usage Examples

Public Methods

Method Description
POSItem ( string id, string name, long price, bool taxable = true, bool tippable = true ) : System

Method Details

POSItem() public method

public POSItem ( string id, string name, long price, bool taxable = true, bool tippable = true ) : System
id string
name string
price long
taxable bool
tippable bool
return System