Class SubMerchantInfo


  • public class SubMerchantInfo
    extends Object
    SubMerchantInfo
    • Constructor Detail

      • SubMerchantInfo

        public SubMerchantInfo()
    • Method Detail

      • getAddress

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

        public void setAddress​(BillingAddress address)
        address
        Parameters:
        address -
      • getId

        public String getId()
        Get id
        Returns:
        id
      • setId

        public void setId​(String id)
        id
        Parameters:
        id -
      • getMcc

        public String getMcc()
        Get mcc
        Returns:
        mcc
      • setMcc

        public void setMcc​(String mcc)
        mcc
        Parameters:
        mcc -
      • getName

        public String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
        name
        Parameters:
        name -
      • getRegisteredSince

        public String getRegisteredSince()
        Get registeredSince
        Returns:
        registeredSince
      • setRegisteredSince

        public void setRegisteredSince​(String registeredSince)
        registeredSince
        Parameters:
        registeredSince -
      • getTaxId

        public String getTaxId()
        Get taxId
        Returns:
        taxId
      • setTaxId

        public void setTaxId​(String taxId)
        taxId
        Parameters:
        taxId -
      • equals

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

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

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

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