SetDetailAggregate Method
Specifies the detail aggregate before calling Capture or Reverse.
Syntax
[VB.NET] Public Sub SetDetailAggregate(ByVal aggregate As String)
[C#] public void SetDetailAggregate(string aggregate);
Remarks
This method specifies the detail aggregate from the original AuthOnly or Sale transaction. This must be set before calling Capture or Reverse.
The aggregate specified here should have been obtained from the GetDetailAggregate method after the original AuthOnly or Sale transaction.