ProductsBatchCreateRequest
in package
implements
RequestInterface
Class ProductsBatchCreateRequest
Tags
Table of Contents
Interfaces
- RequestInterface
- Interface RequestInterface
Properties
- $products : array<string|int, ProductCreateInput>
Methods
- __construct() : mixed
- ProductsBatchCreateRequest constructor.
Properties
$products
public
array<string|int, ProductCreateInput>
$products
Tags
Methods
__construct()
ProductsBatchCreateRequest constructor.
public
__construct([array<string|int, ProductCreateInput> $products = [] ]) : mixed
Parameters
- $products : array<string|int, ProductCreateInput> = []