MissingQuantity
DTO for the missing quantity.
Table of Contents
Properties
- $id : int|null
- $productId : int
- $quantity : float
- $storeId : int
Methods
- __construct() : mixed
Properties
$id
public
int|null
$id
$productId
public
int
$productId
$quantity
public
float
$quantity
$storeId
public
int
$storeId
Methods
__construct()
public
__construct(int|null $id, int $productId, int $storeId, float $quantity) : mixed
Parameters
- $id : int|null
- $productId : int
- $storeId : int
- $quantity : float