LLMS_Transaction::get_refunds()
Retrieves a list of refunds against the transaction.
Return Return
(array[]) An array of refund arrays as described by LLMS_Transaction::get_refund().
Source Source
File: includes/models/model.llms.transaction.php
public function get_refunds() {
return $this->get_array( 'refund_data' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |