# sequra/3.1.1/src/Services/Report/interface-report-service.php

seQura, version 3.1.1. 23 lines.

- Page: https://pluginprobe.com/plugins/sequra/3.1.1/code/src/Services/Report/interface-report-service.php
- Raw: https://pluginprobe.com/plugins/sequra/3.1.1/raw/src/Services/Report/interface-report-service.php
- Modified: 2024-10-29T15:19:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sequra/3.1.1/code/src/Services/Report/interface-report-service.php#L10-L20`.

```php
<?php
/**
 * Report service interface
 *
 * @package    SeQura/WC
 * @subpackage SeQura/WC/Services
 */

namespace SeQura\WC\Services\Report;

/**
 * Report service
 */
interface Interface_Report_Service {

	/**
	 * Get store id for current context
	 *
	 * @throws Throwable
	 */
	public function send_delivery_report_for_current_store(): void;
}

```
