AvailableFundsResult
No description
union AvailableFundsResult = AvailableFundsConnection | InputValidationError | UnauthorizedOperationError | UnexpectedError
Possible types
AvailableFundsResult.AvailableFundsConnection object
One page of the product's fund range.
AvailableFundsResult.InputValidationError object
Error indicating that the provided input data failed validation.
Resolution:
- Check the
invalidInputfield for specific validation errors - Ensure all required fields are provided
- Verify that field values meet the specified constraints
AvailableFundsResult.UnauthorizedOperationError object
Error indicating the partner lacks required authorization for the requested operation.
Common causes:
- Missing permissions to sell the specific product
- Missing permission to read policies
- Reading the policies of sub-brokers without entire-tree access
AvailableFundsResult.UnexpectedError object
In case an unexpected error occurs during the update customer operation. Please contact customer support for assistance.
Returned By
availableFunds query