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

Question: How to set TaxIncluded? #110

Closed
babakarj opened this issue Jul 13, 2019 · 2 comments
Closed

Question: How to set TaxIncluded? #110

babakarj opened this issue Jul 13, 2019 · 2 comments

Comments

@babakarj
Copy link

Base on this blog entry: https://developer.avalara.com/blog/2017/11/08/calculating-taxIncluded/
How can we set taxIncluded in this library?

@babakarj
Copy link
Author

Please, see this pull request, too.
#111

@jwenger100
Copy link
Collaborator

This functionality is implemented in the following method:

public TransactionBuilder WithTaxIncludeLineItem(decimal amount, decimal quantity = 1, string taxCode = null, string description = null, string itemCode = null, string lineNumber = null, string entityUseCode = null)

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

3 participants