Automattic\WooCommerce\Internal\Agentic\Enums\Specs

PaymentMethod{}WC 1.0

Payment methods as defined in the Agentic Commerce Protocol.

Хуков нет.

Использование

$PaymentMethod = new PaymentMethod();
// use class methods

Методы

Нет Методов у класса.

Код PaymentMethod{} WC 10.8.1

class PaymentMethod {
	/**
	 * Card payment method.
	 */
	const CARD = 'card';
}