SharedShoppingCart

Implements \SharedShoppingCartInterface

Class SharedShoppingCart

category

System

package

ShoppingCart

Methods

SharedShoppingCart constructor.

__construct(\StringType $hash, \StringType $shoppingCartJson, \DateTime $creationDate, \IdType $customerId) 

Arguments

$hash

\StringType

$shoppingCartJson

\StringType

$creationDate

\DateTime

$customerId

\IdType

getCreationDate

getCreationDate() : \DateTime

Response

\DateTime

getCustomerId

getCustomerId() : integer

Response

integer

getHash

getHash() : string

Response

string

getShoppingCartJson

getShoppingCartJson() : string

Response

string

Properties

hash

hash : string
var

Type(s)

string

shoppingCartJson

shoppingCartJson : string
var

Type(s)

string

creationDate

creationDate : \DateTime
var

Type(s)

\DateTime

customerId

customerId : integer
var

Type(s)

integer