Class GXEngineShoppingCart

Class GXEngineShoppingCart

GXEngineShoppingCart implements ShoppingCartInterface

Methods summary

public __construct( IdType $id, IdType $customerId, StringType $productId, DecimalType $quantity, DecimalType $finalPrice, StringType $creationDate )

GXEngineShoppingCart constructor.

public getId( void ) : integer
public getCustomerId( void ) : integer
public getProductId( void ) : string
public getQuantity( void ) : float
public getFinalPrice( void ) : float
public getCreationDate( void ) : string

Properties summary

protected $id : integer

		
protected $customerId : integer

		
protected $productId : string

		
protected $quantity : float

		
protected $finalPrice : float

		
protected $creationDate : string