Class VerificationCheck

    • Method Detail

      • fromJson

        public static VerificationCheck fromJson​(String json,
                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a VerificationCheck object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        VerificationCheck object represented by the provided JSON
      • fromJson

        public static VerificationCheck fromJson​(InputStream json,
                                                 com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a VerificationCheck object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        VerificationCheck object represented by the provided JSON
      • getSid

        public final String getSid()
      • getServiceSid

        public final String getServiceSid()
      • getAccountSid

        public final String getAccountSid()
      • getTo

        public final String getTo()
      • getStatus

        public final String getStatus()
      • getValid

        public final Boolean getValid()
      • getAmount

        public final String getAmount()
      • getPayee

        public final String getPayee()
      • getSnaAttemptsErrorCodes

        public final List<Map<String,​Object>> getSnaAttemptsErrorCodes()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object