class RegionalInventory extends Collection (View source)

Properties

protected $collection_key
string $availability
protected $customAttributesType
protected $customAttributesDataType
string $kind
protected $priceType
protected $priceDataType
string $regionId
protected $salePriceType
protected $salePriceDataType
string $salePriceEffectiveDate

Methods

setAvailability($availability)

No description

string
getAvailability()

No description

setCustomAttributes($customAttributes)

No description

setKind($kind)

No description

string
getKind()

No description

setPrice(Price $price)

No description

getPrice()

No description

setRegionId($regionId)

No description

string
getRegionId()

No description

setSalePrice(Price $salePrice)

No description

getSalePrice()

No description

setSalePriceEffectiveDate($salePriceEffectiveDate)

No description

string
getSalePriceEffectiveDate()

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[]

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPrice(Price $price)

No description

Parameters

Price $price

Price getPrice()

No description

Return Value

Price

setRegionId($regionId)

No description

Parameters

$regionId

string getRegionId()

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