Automattic\WooCommerce\Internal\RestApi\Routes\V4\Settings\PaymentGateways\Schema

PaymentGatewaySettingsSchema{}WC 1.0└─ AbstractPaymentGatewaySettingsSchema

PaymentGatewaySettingsSchema class.

Generic payment gateway settings schema for gateways without special requirements. Extends AbstractPaymentGatewaySettingsSchema with default implementations.

Хуков нет.

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

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

Методы

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

Код PaymentGatewaySettingsSchema{} WC 10.5.2

class PaymentGatewaySettingsSchema extends AbstractPaymentGatewaySettingsSchema {
	// All functionality inherited from abstract base class.
}