C# Class JudoDotNetXamarin.ValidationResponse

Exibir arquivo Open project: JudoPay/Judo-Xamarin

Public Methods

Method Description
ValidationResponse ( bool isValid, string errorMessage, bool shouldDisplayErrorMessage ) : System

Method Details

ValidationResponse() public method

public ValidationResponse ( bool isValid, string errorMessage, bool shouldDisplayErrorMessage ) : System
isValid bool
errorMessage string
shouldDisplayErrorMessage bool
return System