We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related_transaction should not be directly specified in QueryParams: https://github.com/cuenca-mx/cuenca-validations/blob/main/cuenca_validations/types/queries.py#L32
related_transaction
QueryParams
It should be moved elsewhere
The text was updated successfully, but these errors were encountered:
move to BalanceEntryQuery:
class BalanceEntryQuery(QueryParams): funding_instrument_uri: Optional[str] = None related_transaction_uri: Optional[str] = None
Sorry, something went wrong.
No branches or pull requests
related_transaction
should not be directly specified inQueryParams
:https://github.com/cuenca-mx/cuenca-validations/blob/main/cuenca_validations/types/queries.py#L32
It should be moved elsewhere
The text was updated successfully, but these errors were encountered: