validateMerchantPassword

abstract fun validateMerchantPassword(password: String): Boolean

Validate the merchant password.

Return

true if the validation was successfully, otherwise false..

Parameters

password

The password in plain text.