ezprice
Summary
Contains information about a price.Persistent
No.Attributes
| Attribute | Type | Description |
|---|---|---|
| vat_type |
array |
The available VAT types (as an array of ezvattype objects). |
| current_user |
object |
The current user (as an ezuser object). |
| is_vat_included |
boolean |
TRUE if the VAT is included, FALSE otherwise. |
| vat_percent |
string |
The VAT percentage (without the percent symbol). |
| discount_percent |
double |
The discount percentage. |
| has_discount |
boolean |
TRUE if a discount rule affects the price, FALSE otherwise. |
| selected_vat_type |
object |
The selected VAT type (as an ezvattype object). |
| price |
string |
The entered price. |
| inc_vat_price |
string |
The price including the VAT. |
| ex_vat_price |
double |
The price excluding the VAT. |
| discount_price_inc_vat |
double |
The discounted price including the VAT. |
| discount_price_ex_vat |
double |
The discounted price excluding the VAT. |
Balazs Halasy (27/04/2005 9:07 am)
Svitlana Shatokhina (05/05/2006 8:39 am)
Comments
There are no comments.