Class GXEngineShoppingCart
category |
System |
---|---|
package |
ShoppingCart |
__construct(\IdType $id, \IdType $customerId, \StringType $productId, \DecimalType $quantity, \DecimalType $finalPrice, \StringType $creationDate)
\IdType
\IdType
\StringType
\DecimalType
\DecimalType
\StringType
getCreationDate() : string
string
getCustomerId() : integer
integer
getFinalPrice() : float
float
getId() : integer
integer
getProductId() : string
string
getQuantity() : float
float
id : integer
var |
---|
integer
customerId : integer
var |
---|
integer
productId : string
var |
---|
string
quantity : float
var |
---|
float
finalPrice : float
var |
---|
float
creationDate : string
var |
---|
string