DebitVoidTransaction Method
Sends a void request for a previous debit card transaction.
Syntax
void __fastcall DebitVoidTransaction(String DetailAggregate);Remarks
This method is used to void a Debit Card transaction.
DetailAggregate is the full detail aggregate returned by a GetDetailAggregate call for a Debit Card transaction.
FDMSOmahaRetail.DebitVoidTransaction(FDMSOmahaRetail.GetDetailAggregate())