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().


Top ↑

Source Source

File: includes/models/model.llms.transaction.php

	public function get_refunds() {
		return $this->get_array( 'refund_data' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.