Method | Description | |
---|---|---|
POSDiscount ( ) : System | ||
POSDiscount ( string name, float percentOff ) : System | ||
POSDiscount ( string name, long amountOff ) : System | ||
Value ( long sub ) : long |
Method | Description | |
---|---|---|
AppliedTo ( long sub ) : long |
public POSDiscount ( string name, float percentOff ) : System | ||
name | string | |
percentOff | float | |
return | System |
public POSDiscount ( string name, long amountOff ) : System | ||
name | string | |
amountOff | long | |
return | System |