Uses of Class
com.adyen.model.relayedauthorizationwebhooks.AuthorisationDecisionResponse
-
Packages that use AuthorisationDecisionResponse Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of AuthorisationDecisionResponse in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks that return AuthorisationDecisionResponse Modifier and Type Method Description static AuthorisationDecisionResponseAuthorisationDecisionResponse. fromJson(String jsonString)Create an instance of AuthorisationDecisionResponse given an JSON stringAuthorisationDecisionResponseRelayedAuthorisationResponse. getAuthorisationDecision()Get authorisationDecisionAuthorisationDecisionResponseAuthorisationDecisionResponse. refusalReason(String refusalReason)The reason for refusing the authorization.AuthorisationDecisionResponseAuthorisationDecisionResponse. status(AuthorisationDecisionResponse.StatusEnum status)The status of the authorization.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type AuthorisationDecisionResponse Modifier and Type Method Description RelayedAuthorisationResponseRelayedAuthorisationResponse. authorisationDecision(AuthorisationDecisionResponse authorisationDecision)authorisationDecisionvoidRelayedAuthorisationResponse. setAuthorisationDecision(AuthorisationDecisionResponse authorisationDecision)authorisationDecision
-