File manager - Edit - /home/verseaumee/maze/wp-content/plugins/woocommerce/src/Api/Types/Coupons/DeleteCouponResult.php
Back
<?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; }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings