Class AddReceiverRequest

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

public class AddReceiverRequest extends Object
AddReceiverRequest
  • Constructor Details

    • AddReceiverRequest

      public AddReceiverRequest()
  • 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)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRelationType

      public String getRelationType()
    • setRelationType

      public void setRelationType(String relationType)
    • toString

      public String toString()
      Overrides:
      toString in class Object