Class SubMerchantInfo


  • public class SubMerchantInfo
    extends Object
    SubMerchantInfo
    • Constructor Detail

      • SubMerchantInfo

        public SubMerchantInfo()
    • Method Detail

      • getAddress

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

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

        public void setId​(String id)
      • getMcc

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

        public void setMcc​(String mcc)
      • getName

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

        public void setName​(String name)
      • getTaxId

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

        public void setTaxId​(String 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