Class KYCLegalArrangementCheckResult


  • public class KYCLegalArrangementCheckResult
    extends Object
    KYCLegalArrangementCheckResult
    • Constructor Detail

      • KYCLegalArrangementCheckResult

        public KYCLegalArrangementCheckResult()
    • Method Detail

      • getChecks

        public List<KYCCheckStatusData> getChecks()
        A list of the checks and their statuses.
        Returns:
        checks
      • getLegalArrangementCode

        public String getLegalArrangementCode()
        The unique ID of the legal arrangement to which the check applies.
        Returns:
        legalArrangementCode
      • setLegalArrangementCode

        public void setLegalArrangementCode​(String legalArrangementCode)
      • equals

        public boolean equals​(Object o)
        Return true if this KYCLegalArrangementCheckResult object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static KYCLegalArrangementCheckResult fromJson​(String jsonString)
                                                       throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of KYCLegalArrangementCheckResult given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of KYCLegalArrangementCheckResult
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to KYCLegalArrangementCheckResult
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of KYCLegalArrangementCheckResult to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException