Automattic\WooCommerce\Internal\Agentic\Enums\Specs

PaymentMethod{}WC 1.0

Payment methods as defined in the Agentic Commerce Protocol.

No Hooks.

Usage

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

Methods

No Methods in class.

PaymentMethod{} code WC 10.7.0

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