Automattic\WooCommerce\StoreApi\Schemas\V1

BatchSchema::get_propertiespublicWC 1.0

Batch schema properties.

Method of the class: BatchSchema{}

No Hooks.

Returns

Array.

Usage

$BatchSchema = new BatchSchema();
$BatchSchema->get_properties();

BatchSchema::get_properties() code WC 9.9.3

public function get_properties() {
	return [];
}