• File: class-wc-order-refund-data-store-interface.php
  • Full Path: /var/www/trendyshoppers.co.uk/public_html/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php
  • Date Modified: 03/03/2026 5:22 AM
  • File size: 289 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Order Refund Data Store Interface
 *
 * @version 3.0.0
 * @package WooCommerce\Interface
 */

/**
 * WC Order Refund Data Store Interface
 *
 * Functions that must be defined by order store classes.
 *
 * @version  3.0.0
 */
interface WC_Order_Refund_Data_Store_Interface {
}