How to insert payment to Tender object

My add-in application will check for consumer for coupon value (when application, say $5.00) before tendering, how could I insert the coupon value into a Coupon tender field in the Tender window automatically when F12 is pressed?

Reply to
lzcouponex
Loading thread data ...

Session.Transaction.Tenders.Entries(code).AmountIn = value

or TenderEntries.Entries.. look customization guide or com object broswer.

code is not tender code, but the array index.

antonio

Reply to
Antonio Mazzeo

Dear Antonio,

Thanks for your hint. It really works by using Session.Transaction.Tenders[i].AmountIn = value

Reply to
lzcouponex

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.