Class AccountVerificationReportResponse


  • public class AccountVerificationReportResponse
    extends Object
    AccountVerificationReportResponse
    • Constructor Detail

      • AccountVerificationReportResponse

        public AccountVerificationReportResponse()
    • Method Detail

      • accounts

        public AccountVerificationReportResponse accounts​(List<VerifiedAccount> accounts)
        A list of bank accounts with their respective information.
        Parameters:
        accounts - A list of bank accounts with their respective information.
        Returns:
        the current AccountVerificationReportResponse instance, allowing for method chaining
      • getAccounts

        public List<VerifiedAccount> getAccounts()
        A list of bank accounts with their respective information.
        Returns:
        accounts A list of bank accounts with their respective information.
      • setAccounts

        public void setAccounts​(List<VerifiedAccount> accounts)
        A list of bank accounts with their respective information.
        Parameters:
        accounts - A list of bank accounts with their respective information.
      • id

        public AccountVerificationReportResponse id​(String id)
        The unique identifier for the specific report.
        Parameters:
        id - The unique identifier for the specific report.
        Returns:
        the current AccountVerificationReportResponse instance, allowing for method chaining
      • getId

        public String getId()
        The unique identifier for the specific report.
        Returns:
        id The unique identifier for the specific report.
      • setId

        public void setId​(String id)
        The unique identifier for the specific report.
        Parameters:
        id - The unique identifier for the specific report.
      • equals

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

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

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

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