SaleVoid Method
Sends an Online Void request for a previous Credit Card Sale transaction.
Syntax
[VB.NET] Public Sub SaleVoid(ByVal DetailAggregate As String)
[C#] public void SaleVoid(string detailAggregate);
Remarks
This method is used to do an Online Void of a Credit Card Sale transaction.
DetailAggregate is the full detail aggregate returned by a GetDetailAggregate call for a Credit Card transaction.
FDMSOmahaRetail.SaleVoid(FDMSOmahaRetail.GetDetailAggregate());