top of page
Search
ABS

iVend Addon - Get payment attribute

class PaymentModule : TransactionPaymentModuleBase

{

TransactionPayment m_Payment = null;

PaymentDetailEntryView paymentDetailEntryView;

public override void OnBeforeAddPayment(object sender,

Retail.Extensibility.EventArgs<SubSystem.Transaction.Transaction,

SubSystem.Transaction.TransactionPayment> args)

{

MessageBox.Show(paymentDetailEntryView.m_PaymentInfoVGrid.Rows["m_EditorRowAmount"].Properties.Value.ToString());

m_Payment = args.ChildItem;

base.OnBeforeAddPayment(sender, args);

}

1 view0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
bottom of page