-
Notifications
You must be signed in to change notification settings - Fork 76
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
Billing Account is not available for fetch #93
Comments
@RodrigoATorres tagging you as the latest person who committed here. Would appreciate any advice or explanation if such. Thanks! |
@bazarnov by looking at this error, I'm assuming that your basic search on BillingAccounts is failing. Also To make the search and get_all work on BillingAccount, You'll have to add Once
Thanks |
I'll try, will keep you posted. |
Works perfectly, thank you! Could you also take a look at this issue, I need a complete picture on search as well: #71 (comment) The attention to this is much appreciated. |
Hello, faced with next issue:
A little research shows that there is no object inside of
self._complex_types
calledBillingAccountSearch
onlyBillingAccount
is available:Is this something on my side, or generally issued as missing?
The text was updated successfully, but these errors were encountered: