RetailCRM API Client

Inventory

Class Inventory

Tags
category

Inventory

Table of Contents

Properties

$available  : float
$code  : string
$purchasePrice  : float
$quantity  : float
$store  : string

Methods

__construct()  : mixed
Inventory constructor.

Properties

$available

public float $available
Tags
JMS\Type

("float")

JMS\SerializedName

("available")

$code

public string $code
Tags
JMS\Type

("string")

JMS\SerializedName

("code")

$purchasePrice

public float $purchasePrice
Tags
JMS\Type

("float")

JMS\SerializedName

("purchasePrice")

$quantity

public float $quantity
Tags
JMS\Type

("float")

JMS\SerializedName

("quantity")

$store

public string $store
Tags
JMS\Type

("string")

JMS\SerializedName

("store")

Methods

__construct()

Inventory constructor.

public __construct([string $code = '' ][, float|null $available = null ][, float|null $purchasePrice = null ]) : mixed
Parameters
$code : string = ''
$available : float|null = null
$purchasePrice : float|null = null

        
On this page

Search results