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?
How to insert payment to Tender object
Jul 22, 2005
2 Replies
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
Dear Antonio,
Thanks for your hint. It really works by using Session.Transaction.Tenders[i].AmountIn = value
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required