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

Rate or RatePercent not being set on SalesOrderLineRet #75

Open
anonmily opened this issue Mar 14, 2024 · 0 comments
Open

Rate or RatePercent not being set on SalesOrderLineRet #75

anonmily opened this issue Mar 14, 2024 · 0 comments

Comments

@anonmily
Copy link

anonmily commented Mar 14, 2024

I was trying to write some unit tests and needed to create a sample quickbooks sales order response. However, for some reason, the Rate and RatePercent aren't being set no matter what I do, strangely. After the initialization the rate is still null and the rate percent is also zero. I also tried setting it via a property afterwards (e.g. newVal.Rate = 100M) but even then the resulting object still has newVal.Rate=null.

E.g. the rate is set to 100
image

But then after setting it, the Rate parameter on the final object is null...?
image

Locals view of newVal
image

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

1 participant