Automattic\WooCommerce\StoreApi\Schemas\V1

BatchSchema::get_properties()publicWC 1.0

Batch schema properties.

Method of the class: BatchSchema{}

No Hooks.

Return

Array.

Usage

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

BatchSchema::get_properties() code WC 8.7.0

public function get_properties() {
	return [];
}