Class ValidateCredentialsResponse

java.lang.Object
com.onlinepayments.domain.ValidateCredentialsResponse

public class ValidateCredentialsResponse extends Object
  • Constructor Details

    • ValidateCredentialsResponse

      public ValidateCredentialsResponse()
  • Method Details

    • getResult

      public String getResult()
      The webhooks validation was OK (Valid) or not OK (Invalid).
    • setResult

      public void setResult(String value)
      The webhooks validation was OK (Valid) or not OK (Invalid).
    • withResult

      public ValidateCredentialsResponse withResult(String value)
      The webhooks validation was OK (Valid) or not OK (Invalid).