Package com.onlinepayments.domain
Class ValidateCredentialsResponse
java.lang.Object
com.onlinepayments.domain.ValidateCredentialsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe webhooks validation was OK (Valid) or not OK (Invalid).voidThe webhooks validation was OK (Valid) or not OK (Invalid).withResult(String value) The webhooks validation was OK (Valid) or not OK (Invalid).
-
Constructor Details
-
ValidateCredentialsResponse
public ValidateCredentialsResponse()
-
-
Method Details
-
getResult
The webhooks validation was OK (Valid) or not OK (Invalid). -
setResult
The webhooks validation was OK (Valid) or not OK (Invalid). -
withResult
The webhooks validation was OK (Valid) or not OK (Invalid).
-