Class BusinessDetails


  • public class BusinessDetails
    extends Object
    BusinessDetails
    • Constructor Detail

      • BusinessDetails

        public BusinessDetails()
    • Method Detail

      • getDoingBusinessAs

        public String getDoingBusinessAs()
        The registered name of the company (if it differs from the legal name of the company).
        Returns:
        doingBusinessAs
      • setDoingBusinessAs

        public void setDoingBusinessAs​(String doingBusinessAs)
      • getLegalBusinessName

        public String getLegalBusinessName()
        The legal name of the company.
        Returns:
        legalBusinessName
      • setLegalBusinessName

        public void setLegalBusinessName​(String legalBusinessName)
      • getListedUltimateParentCompany

        public List<UltimateParentCompany> getListedUltimateParentCompany()
        Information about the parent public company. Required if the account holder is 100% owned by a publicly listed company.
        Returns:
        listedUltimateParentCompany
      • setListedUltimateParentCompany

        public void setListedUltimateParentCompany​(List<UltimateParentCompany> listedUltimateParentCompany)
      • getRegistrationNumber

        public String getRegistrationNumber()
        The registration number of the company.
        Returns:
        registrationNumber
      • setRegistrationNumber

        public void setRegistrationNumber​(String registrationNumber)
      • getShareholders

        public List<ShareholderContact> getShareholders()
        Array containing information about individuals associated with the account holder either through ownership or control. For details about how you can identify them, refer to [our verification guide](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process#identify-ubos).
        Returns:
        shareholders
      • getSignatories

        public List<SignatoryContact> getSignatories()
        Signatories associated with the company. Each array entry should represent one signatory.
        Returns:
        signatories
      • getStockExchange

        public String getStockExchange()
        Market Identifier Code (MIC).
        Returns:
        stockExchange
      • setStockExchange

        public void setStockExchange​(String stockExchange)
      • getStockNumber

        public String getStockNumber()
        International Securities Identification Number (ISIN).
        Returns:
        stockNumber
      • setStockNumber

        public void setStockNumber​(String stockNumber)
      • getStockTicker

        public String getStockTicker()
        Stock Ticker symbol.
        Returns:
        stockTicker
      • setStockTicker

        public void setStockTicker​(String stockTicker)
      • getTaxId

        public String getTaxId()
        The tax ID of the company.
        Returns:
        taxId
      • setTaxId

        public void setTaxId​(String taxId)
      • equals

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

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

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

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