class Headers extends Collection (View source)

Properties

protected $collection_key
protected $locationsType
protected $locationsDataType
string[] $numberOfItems
string[] $postalCodeGroupNames
protected $pricesType
protected $pricesDataType
protected $weightsType
protected $weightsDataType

Methods

setLocations($locations)

No description

getLocations()

No description

setNumberOfItems($numberOfItems)

No description

string[]
getNumberOfItems()

No description

setPostalCodeGroupNames($postalCodeGroupNames)

No description

string[]
getPostalCodeGroupNames()

No description

setPrices($prices)

No description

Price[]
getPrices()

No description

setWeights($weights)

No description

Weight[]
getWeights()

No description

Details

setLocations($locations)

No description

Parameters

$locations

LocationIdSet[] getLocations()

No description

Return Value

LocationIdSet[]

setNumberOfItems($numberOfItems)

No description

Parameters

$numberOfItems

string[] getNumberOfItems()

No description

Return Value

string[]

setPostalCodeGroupNames($postalCodeGroupNames)

No description

Parameters

$postalCodeGroupNames

string[] getPostalCodeGroupNames()

No description

Return Value

string[]

setPrices($prices)

No description

Parameters

$prices

Price[] getPrices()

No description

Return Value

Price[]

setWeights($weights)

No description

Parameters

$weights

Weight[] getWeights()

No description

Return Value

Weight[]