Class PreOrderAuthenticationWithAuthRequest

java.lang.Object
com.wechat.pay.java.service.payrollcard.model.PreOrderAuthenticationWithAuthRequest

public class PreOrderAuthenticationWithAuthRequest extends Object
PreOrderAuthenticationWithAuthRequest
  • Constructor Details

    • PreOrderAuthenticationWithAuthRequest

      public PreOrderAuthenticationWithAuthRequest()
  • Method Details

    • getOpenid

      public String getOpenid()
    • setOpenid

      public void setOpenid(String openid)
    • getAppid

      public String getAppid()
    • setAppid

      public void setAppid(String appid)
    • getSubMchid

      public String getSubMchid()
    • setSubMchid

      public void setSubMchid(String subMchid)
    • getSubAppid

      public String getSubAppid()
    • setSubAppid

      public void setSubAppid(String subAppid)
    • getAuthenticateNumber

      public String getAuthenticateNumber()
    • setAuthenticateNumber

      public void setAuthenticateNumber(String authenticateNumber)
    • getProjectName

      public String getProjectName()
    • setProjectName

      public void setProjectName(String projectName)
    • getEmployerName

      public String getEmployerName()
    • setEmployerName

      public void setEmployerName(String employerName)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getIdCardNumber

      public String getIdCardNumber()
    • setIdCardNumber

      public void setIdCardNumber(String idCardNumber)
    • getEmploymentType

      public EmploymentType getEmploymentType()
    • setEmploymentType

      public void setEmploymentType(EmploymentType employmentType)
    • getAuthenticateType

      public AuthenticationType getAuthenticateType()
    • setAuthenticateType

      public void setAuthenticateType(AuthenticationType authenticateType)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • cloneWithCipher