ValuOTPResponse
No description
type ValuOTPResponse {
otpSent: Boolean!
merchantOrderId: String
success: Boolean!
error: String
errorCode: StorePaymentsServiceErrorCodes
}
No description
type ValuOTPResponse {
otpSent: Boolean!
merchantOrderId: String
success: Boolean!
error: String
errorCode: StorePaymentsServiceErrorCodes
}
ValuOTPResponse.otpSent ● Boolean! non-null scalarValuOTPResponse.merchantOrderId ● String scalarValuOTPResponse.success ● Boolean! non-null scalarValuOTPResponse.error ● String scalarValuOTPResponse.errorCode ● StorePaymentsServiceErrorCodes enum