C# Class CloverExamplePOS.POSItem

Afficher le fichier Open project: clover/remote-pay-windows Class Usage Examples

Méthodes publiques

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

Method Details

POSItem() public méthode

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
Résultat System