Class DeleteRepresentativeBody

java.lang.Object
com.wechat.pay.java.service.retailstore.model.DeleteRepresentativeBody

public class DeleteRepresentativeBody extends Object
DeleteRepresentativeBody
  • Constructor Details

    • DeleteRepresentativeBody

      public DeleteRepresentativeBody()
  • Method Details

    • getRepresentativeInfoList

      public List<RepresentativeInfo> getRepresentativeInfoList()
    • setRepresentativeInfoList

      public void setRepresentativeInfoList(List<RepresentativeInfo> representativeInfoList)
    • getOutRequestNo

      public String getOutRequestNo()
    • setOutRequestNo

      public void setOutRequestNo(String outRequestNo)
    • getDeleteTime

      public String getDeleteTime()
    • setDeleteTime

      public void setDeleteTime(String deleteTime)
    • toString

      public String toString()
      Overrides:
      toString in class Object