Class AddReceiverRequest

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

public class AddReceiverRequest extends Object
AddReceiverRequest
  • Constructor Details

    • AddReceiverRequest

      public AddReceiverRequest()
  • Method Details

    • getSubMchid

      public String getSubMchid()
    • setSubMchid

      public void setSubMchid(String subMchid)
    • getAppid

      public String getAppid()
    • setAppid

      public void setAppid(String appid)
    • getSubAppid

      public String getSubAppid()
    • setSubAppid

      public void setSubAppid(String subAppid)
    • getType

      public ReceiverType getType()
    • setType

      public void setType(ReceiverType type)
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String account)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRelationType

      public ReceiverRelationType getRelationType()
    • setRelationType

      public void setRelationType(ReceiverRelationType relationType)
    • getCustomRelation

      public String getCustomRelation()
    • setCustomRelation

      public void setCustomRelation(String customRelation)
    • toString

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

      public AddReceiverRequest cloneWithCipher(UnaryOperator<String> s)