📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 22:15:25
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
src
/
Api
/
Types
/
Coupons
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/src/Api/Types/Coupons
🔄 Refresh
✏️
Editing: DeleteCouponResult.php
Writable
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Api\Types\Coupons; use Automattic\WooCommerce\Api\Attributes\Description; /** * Result of a coupon deletion operation. */ #[Description( 'The result of deleting a coupon.' )] class DeleteCouponResult { #[Description( 'The ID of the deleted coupon.' )] public int $id; #[Description( 'Whether the coupon was permanently deleted.' )] public bool $deleted; }
💾 Save Changes
❌ Cancel