Class DeleteReceiverRequest

java.lang.Object
com.wechat.pay.java.service.brandprofitsharing.model.DeleteReceiverRequest

public class DeleteReceiverRequest extends Object
DeleteReceiverRequest
  • Constructor Details

    • DeleteReceiverRequest

      public DeleteReceiverRequest()
  • Method Details

    • getBrandMchid

      public String getBrandMchid()
    • setBrandMchid

      public void setBrandMchid(String brandMchid)
    • getAppid

      public String getAppid()
    • setAppid

      public void setAppid(String appid)
    • getSubAppid

      public String getSubAppid()
    • setSubAppid

      public void setSubAppid(String subAppid)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String account)
    • toString

      public String toString()
      Overrides:
      toString in class Object