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