class LocalInventory extends Collection (View source)

Properties

protected $collection_key
string $availability
protected $customAttributesType
protected $customAttributesDataType
string $instoreProductLocation
string $kind
string $pickupMethod
string $pickupSla
protected $priceType
protected $priceDataType
string $quantity
protected $salePriceType
protected $salePriceDataType
string $salePriceEffectiveDate
string $storeCode

Methods

setAvailability($availability)

No description

string
getAvailability()

No description

setCustomAttributes($customAttributes)

No description

setInstoreProductLocation($instoreProductLocation)

No description

string
getInstoreProductLocation()

No description

setKind($kind)

No description

string
getKind()

No description

setPickupMethod($pickupMethod)

No description

string
getPickupMethod()

No description

setPickupSla($pickupSla)

No description

string
getPickupSla()

No description

setPrice(Price $price)

No description

getPrice()

No description

setQuantity($quantity)

No description

string
getQuantity()

No description

setSalePrice(Price $salePrice)

No description

getSalePrice()

No description

setSalePriceEffectiveDate($salePriceEffectiveDate)

No description

string
getSalePriceEffectiveDate()

No description

setStoreCode($storeCode)

No description

string
getStoreCode()

No description

Details

setAvailability($availability)

No description

Parameters

$availability

string getAvailability()

No description

Return Value

string

setCustomAttributes($customAttributes)

No description

Parameters

$customAttributes

CustomAttribute[] getCustomAttributes()

No description

Return Value

CustomAttribute[]

setInstoreProductLocation($instoreProductLocation)

No description

Parameters

$instoreProductLocation

string getInstoreProductLocation()

No description

Return Value

string

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPickupMethod($pickupMethod)

No description

Parameters

$pickupMethod

string getPickupMethod()

No description

Return Value

string

setPickupSla($pickupSla)

No description

Parameters

$pickupSla

string getPickupSla()

No description

Return Value

string

setPrice(Price $price)

No description

Parameters

Price $price

Price getPrice()

No description

Return Value

Price

setQuantity($quantity)

No description

Parameters

$quantity

string getQuantity()

No description

Return Value

string

setSalePrice(Price $salePrice)

No description

Parameters

Price $salePrice

Price getSalePrice()

No description

Return Value

Price

setSalePriceEffectiveDate($salePriceEffectiveDate)

No description

Parameters

$salePriceEffectiveDate

string getSalePriceEffectiveDate()

No description

Return Value

string

setStoreCode($storeCode)

No description

Parameters

$storeCode

string getStoreCode()

No description

Return Value

string