Automattic\WooCommerce\Internal\Agentic\Enums\Specs
PaymentMethod{}
Payment methods as defined in the Agentic Commerce Protocol.
No Hooks.
Usage
$PaymentMethod = new PaymentMethod(); // use class methods
Methods
No Methods in class.PaymentMethod{} PaymentMethod{} code WC 10.7.0
class PaymentMethod {
/**
* Card payment method.
*/
const CARD = 'card';
}