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

public class AddReceiverRequest extends Object
AddReceiverRequest
  • Constructor Details

    • AddReceiverRequest

      public AddReceiverRequest()
  • Method Details

    • getAppid

      public String getAppid()
    • setAppid

      public void setAppid(String appid)
    • 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