C# Class CloverExamplePOS.Store

Show file Open project: clover/remote-pay-windows Class Usage Examples

Public Methods

Method Description
AddOrder ( POSOrder order ) : void
AddPreAuth ( POSPayment payment ) : void
CreateOrder ( ) : void
GetOrder ( String paymentID ) : POSOrder
RemovePreAuth ( POSPayment payment ) : void
Store ( ) : System

Protected Methods

Method Description
OnPreAuthChanged ( POSPayment payment, PreAuthAction action ) : void
onOrderListChange ( Store store, OrderListAction action ) : void

Private Methods

Method Description
DeletePendingOrder ( ) : void

Method Details

AddOrder() public method

public AddOrder ( POSOrder order ) : void
order POSOrder
return void

AddPreAuth() public method

public AddPreAuth ( POSPayment payment ) : void
payment POSPayment
return void

CreateOrder() public method

public CreateOrder ( ) : void
return void

GetOrder() public method

public GetOrder ( String paymentID ) : POSOrder
paymentID String
return POSOrder

OnPreAuthChanged() protected method

protected OnPreAuthChanged ( POSPayment payment, PreAuthAction action ) : void
payment POSPayment
action PreAuthAction
return void

RemovePreAuth() public method

public RemovePreAuth ( POSPayment payment ) : void
payment POSPayment
return void

Store() public method

public Store ( ) : System
return System

onOrderListChange() protected method

protected onOrderListChange ( Store store, OrderListAction action ) : void
store Store
action OrderListAction
return void