Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getLineItemID function not present #608

Open
richinnz opened this issue Jul 22, 2019 · 1 comment
Open

getLineItemID function not present #608

richinnz opened this issue Jul 22, 2019 · 1 comment

Comments

@richinnz
Copy link

richinnz commented Jul 22, 2019

In class XeroPHP\Models\Accounting\RepeatingInvoice\LineItem.php when I want to get hold of the LineItemID it always returns blank - just adding the following function resolves it - is this missing or am getting this value the wrong way?

public function getLineItemID()
{
    return $this->_data['LineItemID'];
}
@calcinai
Copy link
Owner

@richinnz It's possible that originally this was not in the documentation so was missed fro this library. Feel free to submit a PR to add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants