GetDetailAggregate Method
Returns a detail aggregate containing details of this transaction, which is used for Capture or Reverse transactions.
Object Oriented Interface
public function doGetDetailAggregate();
Procedural Interface
inpaydirect_fdmsrcdebit_do_getdetailaggregate($res);
Remarks
This method will return a detail aggregate representing the transaction. After calling AuthOnly or Sale call this method to obtain a detail aggregate. The aggregate will be required when calling Capture or Reverse. Save this aggregate in a secure location.
To set the aggregate before calling Capture or Reverse call SetDetailAggregate.