CartID; } public function getCartItemsResponse() { return $this->CartItemsResponse; } /** * @return array */ public function getCartItems() { return $this->_toArray($this->getCartItemsResponse()->getCartItemResponse()); } }