Class GraduatedPrice
category |
System |
---|---|
package |
ProductPrice |
subpackage |
ValueObjects |
__construct(\DecimalType $graduatedPrice, \IdType $taxClassId = null, \DecimalType $threshold = null)
create(\Double $graduatedPrice, \int $taxClassId) : \GraduatedPrice
\Double
Graduated price.
\int
\GraduatedPrice
New instance.
createWithThreshold(\Double $graduatedPrice, \Double $threshold) : \GraduatedPrice
\Double
Graduated price.
\Double
Threshold.
\GraduatedPrice
New instance.
graduatedPrice() : double
double
Graduated price.
taxClassId() : integer
integer
Tax class id.
threshold() : double
double
Graduated price´s quantity.
threshold : double
var |
---|
double
graduatedPrice : double
var |
---|
double
taxClassId : integer
var |
---|
integer