validateAccountHolderStatus
fun validateAccountHolderStatus(productType: String, apiVersion: String, accountHolder: AccountHolder, productSubscriptionKey: String, environment: String): Flow<NetworkResult<ResponseBody>>
Validates the status of an account holder.
Return
A Response indicating the result of the account holder status validation.
Parameters
accountHolder
The account holder details to validate.
apiVersion
The version of the API to use.
productType
The type of product for the validation.
productSubscriptionKey
The subscription key for the product.
accessToken
The access token for authentication.