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.

No Hooks.

Usage

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

Methods

No Methods in class.

PaymentGatewaySettingsSchema{} code WC 10.4.3

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