Class WeChatPayInfo


  • public class WeChatPayInfo
    extends Object
    WeChatPayInfo
    • Constructor Detail

      • WeChatPayInfo

        public WeChatPayInfo()
    • Method Detail

      • getContactPersonName

        public String getContactPersonName()
        The name of the contact person from merchant support.
        Returns:
        contactPersonName
      • setContactPersonName

        public void setContactPersonName​(String contactPersonName)
        The name of the contact person from merchant support.
        Parameters:
        contactPersonName -
      • getEmail

        public String getEmail()
        The email address of merchant support.
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        The email address of merchant support.
        Parameters:
        email -
      • equals

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

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

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

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