Class AccountHolderVerificationNotificationContent


  • public class AccountHolderVerificationNotificationContent
    extends Object
    AccountHolderVerificationNotificationContent
    • Constructor Detail

      • AccountHolderVerificationNotificationContent

        public AccountHolderVerificationNotificationContent()
    • Method Detail

      • getAccountHolderCode

        public String getAccountHolderCode()
        The code of the account holder.
        Returns:
        accountHolderCode
      • setAccountHolderCode

        public void setAccountHolderCode​(String accountHolderCode)
      • getKycCheckStatusData

        public KYCCheckStatusData getKycCheckStatusData()
        Get kycCheckStatusData
        Returns:
        kycCheckStatusData
      • setKycCheckStatusData

        public void setKycCheckStatusData​(KYCCheckStatusData kycCheckStatusData)
      • getLegalArrangementCode

        public String getLegalArrangementCode()
        The unique ID of the legal arrangement that has been verified.
        Returns:
        legalArrangementCode
      • setLegalArrangementCode

        public void setLegalArrangementCode​(String legalArrangementCode)
      • getLegalArrangementEntityCode

        public String getLegalArrangementEntityCode()
        The unique ID of the legal arrangement entity that has been verified.
        Returns:
        legalArrangementEntityCode
      • setLegalArrangementEntityCode

        public void setLegalArrangementEntityCode​(String legalArrangementEntityCode)
      • getPayoutMethodCode

        public String getPayoutMethodCode()
        The unique code of the payout method that has been verified.
        Returns:
        payoutMethodCode
      • setPayoutMethodCode

        public void setPayoutMethodCode​(String payoutMethodCode)
      • getShareholderCode

        public String getShareholderCode()
        The code of the shareholder that has been verified.
        Returns:
        shareholderCode
      • setShareholderCode

        public void setShareholderCode​(String shareholderCode)
      • getSignatoryCode

        public String getSignatoryCode()
        The code of the signatory that has been verified.
        Returns:
        signatoryCode
      • setSignatoryCode

        public void setSignatoryCode​(String signatoryCode)
      • equals

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

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

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

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