Automattic\WooCommerce\Blocks\Payments\Integrations

Cheque::__constructpublicWC 1.0

Constructor

Method of the class: Cheque{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Cheque = new Cheque();
$Cheque->__construct( $asset_api );
$asset_api(Api) (required)
An instance of Api.

Cheque::__construct() code WC 9.9.5

public function __construct( Api $asset_api ) {
	$this->asset_api = $asset_api;
}