Class UltimateParentCompany


  • public class UltimateParentCompany
    extends Object
    UltimateParentCompany
    • Constructor Detail

      • UltimateParentCompany

        public UltimateParentCompany()
    • Method Detail

      • getAddress

        public ViasAddress getAddress()
        Get address
        Returns:
        address
      • setAddress

        public void setAddress​(ViasAddress address)
      • getUltimateParentCompanyCode

        public String getUltimateParentCompanyCode()
        Adyen-generated unique alphanumeric identifier (UUID) for the entry, returned in the response when you create an ultimate parent company. Required when updating an existing entry in an `/updateAccountHolder` request.
        Returns:
        ultimateParentCompanyCode
      • setUltimateParentCompanyCode

        public void setUltimateParentCompanyCode​(String ultimateParentCompanyCode)
      • equals

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

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

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

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