Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors

TotalPaymentsVolumeProcessor::get_reports_query()protectedWC 1.0

Get the report query.

Method of the class: TotalPaymentsVolumeProcessor{}

No Hooks.

Return

RevenueQuery. The report query.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_reports_query( $args );
$args(array) (required)
The query args.

TotalPaymentsVolumeProcessor::get_reports_query() code WC 9.8.2

protected function get_reports_query( $args ) {
	return new RevenueQuery(
		$args
	);
}