identifier = $identifier; $this->discountRate = $discountRate; } /** * Get the unique identifier to load the Cart from. * * @return int|string */ public function getInstanceIdentifier($options = null) { return $this->identifier; } /** * Get the unique identifier to load the Cart from. * * @return int|string */ public function getInstanceGlobalDiscount($options = null) { return $this->discountRate; } }