/**
* @return Collection
*/
public function getList($params = [])
{
return new Collection([$this->get()]);
}
/**
* @param string $id
* @param array $params
* @return \Webleit\ZohoBooksApi\Models\Model
*/
public function get ($id, array $params = [])
{
return parent::get($id, $params); // TODO: Change the autogenerated stub
}