__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Automattic\WooCommerce\Internal\Agentic\Enums\Specs;
/**
* Total types as defined in the Agentic Commerce Protocol.
*/
class TotalType {
/**
* Base amount of all items before discounts.
*/
const ITEMS_BASE_AMOUNT = 'items_base_amount';
/**
* Total discount on items.
*/
const ITEMS_DISCOUNT = 'items_discount';
/**
* Subtotal after item discounts.
*/
const SUBTOTAL = 'subtotal';
/**
* Additional discount applied to order.
*/
const DISCOUNT = 'discount';
/**
* Fulfillment/shipping cost.
*/
const FULFILLMENT = 'fulfillment';
/**
* Tax amount.
*/
const TAX = 'tax';
/**
* Additional fee.
*/
const FEE = 'fee';
/**
* Final total amount.
*/
const TOTAL = 'total';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| CheckoutSessionStatus.php | File | 877 B | 0664 |
|
| ErrorCode.php | File | 677 B | 0664 |
|
| ErrorType.php | File | 522 B | 0664 |
|
| FulfillmentType.php | File | 319 B | 0664 |
|
| LinkType.php | File | 419 B | 0664 |
|
| MessageContentType.php | File | 338 B | 0664 |
|
| MessageType.php | File | 390 B | 0664 |
|
| OrderStatus.php | File | 1.14 KB | 0664 |
|
| PaymentMethod.php | File | 248 B | 0664 |
|
| PaymentProvider.php | File | 271 B | 0664 |
|
| RefundType.php | File | 357 B | 0664 |
|
| TotalType.php | File | 764 B | 0664 |
|