Method | Description | |
---|---|---|
AddItem ( |
manages adding a POSItem to an order. If the POSItem already exists, the quantity is just incremented
|
|
AddOrderLineItem ( |
||
AddOrderPayment ( |
||
AddPayment ( |
||
AddRefund ( |
||
ModifyPaymentStatus ( string paymentID, |
||
ModifyTipAmount ( String paymentID, long amount ) : void | ||
POSOrder ( ) : System | ||
Tips ( ) : long |
Method | Description | |
---|---|---|
onOrderChange ( |
Method | Description | |
---|---|---|
RemoveItem ( |
public AddItem ( |
||
i | ||
quantity | int | |
return |
public AddOrderLineItem ( |
||
item | ||
return | void |
public AddOrderPayment ( |
||
payment | ||
return | void |
public AddPayment ( |
||
payment | ||
return | void |
public ModifyPaymentStatus ( string paymentID, |
||
paymentID | string | |
status | ||
return | void |
public ModifyTipAmount ( String paymentID, long amount ) : void | ||
paymentID | String | |
amount | long | |
return | void |
protected onOrderChange ( |
||
order | ||
target | OrderChangeTarget | |
return | void |