Transaction Payment

<< Click to Display Table of Contents >>

Navigation:  Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >

Transaction Payment

Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Transaction Payment

 

Show/Hide Hidden Text

You can now customize the Transaction Payment to execute specific business transactions using its events. iVend Add-On Framework provides you with platform for customization and the framework is optimized to show only relevant list of events which minimizes the effort in searching events from long list of iVend events.

Note

Remember that the customization can be done on those fields only which are exposed in the Transaction Payment screen.

 

There are following events, which allow you to customize the Transaction Payment screen:

Click to collapse/expand the view.

OnAddPaymentViewIntialized

The events occurs after initializing the AddPaymentView in the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnAfterAddPayment

The events occurs after adding a payment in the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnAfterCancel

The events occurs after canceling a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnAfterCancelPayment

The events occurs event after canceling a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnAfterDelete

The event occurs after deleting a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionPayment>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnAfterpaymentTypeSelection

The event occurs after selecting a payment type in the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionPayment>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnAfterSave

The event occurs after saving a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforeAddPayment

The event occurs before adding a payment in the Transaction Payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionPayment>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The event occurs before canceling a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancelPayment

The event occurs before canceling a payment in the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionPayment>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforeDelete

The event occurs before deleting a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionPayment>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforepaymentTypeSelection

The event occurs before selection of payment type in the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Payment.PaymentType>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforePrintPreview

The event occurs before print preview in the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSave

The event occurs before saving a transaction payment.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The event occurs on globalizing the resource strings on the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

N/A

Type: TransactionPayment

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The event occurs when initializing the Transaction Payment screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionPaymentModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: TransactionPayment

Remarks

N/A