StockBalanceTransaction
StockBalanceTransaction
- Full name:
\Onslip360\API\StockBalanceTransaction
- Parent class:
\Onslip360\Onslip360Object
Properties
forced
public bool $forced
quantity
public float|null $quantity
reserved
public float|null $reserved
Methods
__construct
public __construct(bool $forced, float|null $quantity = null, float|null $reserved = null): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$forced | bool | |
$quantity | float|null | |
$reserved | float|null |
Inherited methods
getExtended
public getExtended(string $name): string|null|\Onslip360\Nil
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string |
setExtended
public setExtended(string $name, string|null|\Onslip360\Nil $value): static
Parameters:
Parameter | Type | Description |
---|---|---|
$name | string | |
$value | string|null|\Onslip360\Nil |
fromJson
public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string|array|\JsonSerializable|\stdClass |
fromJsonArray
public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$json | string[]|array[]|\JsonSerializable[]|\stdClass[] |
jsonSerialize
public jsonSerialize(): array|object
Automatically generated on 2024-11-05