Class ctStockUpdateItemDetails

Description

ctStockUpdateItemDetails type
Defines class for updating item stock details.

  • author: Cybertill

	
			
Variable Summary
int $itemId
int $max
int $min
int $qty
string $reasonText
string $updateType
Variables
int $itemId (line 18)

The stock Item ID value.

  • access: public
int $locationId (line 24)

The stock Location ID value.

  • access: public
int $max (line 48)

The stock MAX value.

  • var: @optional
  • access: public
int $min (line 42)

The stock MIN value.

  • var: @optional
  • access: public
int $qty (line 36)

The stock QTY value.

  • var: @optional
  • access: public
string $reasonText (line 30)

The stock update REASON TEXT value.

  • access: public
string $updateType (line 57)

The stock Update Type value.

inc = increment by value
dec = decrement by value
set = set to specific value

  • var: @optional
  • access: public

Documentation generated by phpDocumentor 1.4.3