Skip to main content

StockBalance


StockBalance

Properties

balance

public float|null $balance

created

public string|null $created

deleted

public string|null $deleted

id

public int|null $id

labels

public array|null $labels

location

public int|null $location

quantity

public float|null $quantity

remainingPercentage

public float|null $remainingPercentage

remainingQuantity

public float|null $remainingQuantity

required

public float|null $required

reserved

public float|null $reserved

tags

public array|null $tags

updated

public string|null $updated

updatedBy

public int|null $updatedBy

updatedFrom

public int|null $updatedFrom

Methods

__construct

public __construct(float|null $balance = null, string|null $created = null, string|null $deleted = null, int|null $id = null, int[]|null $labels = null, int|null $location = null, float|null $quantity = null, float|null $remainingPercentage = null, float|null $remainingQuantity = null, float|null $required = null, float|null $reserved = null, string[]|null $tags = null, string|null $updated = null, int|null $updatedBy = null, int|null $updatedFrom = null): mixed

Parameters:

ParameterTypeDescription
$balancefloat|null
$createdstring|null
$deletedstring|null
$idint|null
$labelsint[]|null
$locationint|null
$quantityfloat|null
$remainingPercentagefloat|null
$remainingQuantityfloat|null
$requiredfloat|null
$reservedfloat|null
$tagsstring[]|null
$updatedstring|null
$updatedByint|null
$updatedFromint|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05