V2MerchantBusiEfpconfigRequest.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. using System;
  2. namespace BasePaySdk.Request
  3. {
  4. /**
  5. * 全渠道资金管理配置
  6. *
  7. * @author sdk-generator
  8. * @Description
  9. */
  10. public class V2MerchantBusiEfpconfigRequest : BaseRequest
  11. {
  12. /**
  13. * 请求流水号
  14. */
  15. private string reqSeqId;
  16. /**
  17. * 请求日期
  18. */
  19. private string reqDate;
  20. /**
  21. * 商户汇付id
  22. */
  23. private string huifuId;
  24. /**
  25. * 所属渠道商
  26. */
  27. private string upperHuifuId;
  28. /**
  29. * 开关
  30. */
  31. private string switchState;
  32. /**
  33. * 自动入账开关0:关闭 1:开通;switch_state为1时必填;<font color="green">示例值:1</font>
  34. */
  35. private string outOrderAutoAcctFlag;
  36. /**
  37. * 支付手续费外扣汇付ID支付手续费外扣标记为1时必填;<font color="green">示例值:6666000109812123</font>
  38. */
  39. private string outFeeHuifuid;
  40. /**
  41. * 全域资金开户使用的银行卡信息首次开通时必填 jsonObject格式
  42. */
  43. private string outOrderAcctCard;
  44. /**
  45. * 全域资金开户手续费首次开通时必填 jsonObject格式
  46. */
  47. private string outOrderAcctOpenFees;
  48. /**
  49. * 全渠道资金管理补充材料id涉及文件类型:[F504-全渠道资金管理补充材料](https://paas.huifu.com/open/doc/api/#/csfl/api_csfl_wjlx);<font color="green">示例值:57cc7f00-600a-33ab-b614-6221bbf2e530</font>
  50. */
  51. private string otherPaymentInstitutionsPic;
  52. /**
  53. * 新网银行数字证书及电子签名授权委托书out_funds_gate_id为xw0时必填;涉及文件类型:[F534-银行数字证书及电子签名授权委托书](https://paas.huifu.com/open/doc/api/#/csfl/api_csfl_wjlx);<font color="green">示例值:57cc7f00-600a-33ab-b614-6221bbf2e530</font>
  54. */
  55. private string xwDigitalCertificatePic;
  56. /**
  57. * 银行类型
  58. */
  59. private string outFundsGateId;
  60. /**
  61. * 签约人信息switch_state为1时必填 jsonObject格式
  62. */
  63. private string signUserInfo;
  64. /**
  65. * 入账来源
  66. */
  67. private string acctSource;
  68. public override string getFunctionCode() {
  69. return FunctionCodeEnum.V2_MERCHANT_BUSI_EFPCONFIG;
  70. }
  71. public V2MerchantBusiEfpconfigRequest() {
  72. }
  73. public V2MerchantBusiEfpconfigRequest(string reqSeqId, string reqDate, string huifuId, string upperHuifuId, string switchState, string outOrderAutoAcctFlag, string outFeeHuifuid, string outOrderAcctCard, string outOrderAcctOpenFees, string otherPaymentInstitutionsPic, string xwDigitalCertificatePic, string outFundsGateId, string signUserInfo, string acctSource) {
  74. this.reqSeqId = reqSeqId;
  75. this.reqDate = reqDate;
  76. this.huifuId = huifuId;
  77. this.upperHuifuId = upperHuifuId;
  78. this.switchState = switchState;
  79. this.outOrderAutoAcctFlag = outOrderAutoAcctFlag;
  80. this.outFeeHuifuid = outFeeHuifuid;
  81. this.outOrderAcctCard = outOrderAcctCard;
  82. this.outOrderAcctOpenFees = outOrderAcctOpenFees;
  83. this.otherPaymentInstitutionsPic = otherPaymentInstitutionsPic;
  84. this.xwDigitalCertificatePic = xwDigitalCertificatePic;
  85. this.outFundsGateId = outFundsGateId;
  86. this.signUserInfo = signUserInfo;
  87. this.acctSource = acctSource;
  88. }
  89. public string getReqSeqId() {
  90. return reqSeqId;
  91. }
  92. public void setReqSeqId(string reqSeqId) {
  93. this.reqSeqId = reqSeqId;
  94. }
  95. public string getReqDate() {
  96. return reqDate;
  97. }
  98. public void setReqDate(string reqDate) {
  99. this.reqDate = reqDate;
  100. }
  101. public string getHuifuId() {
  102. return huifuId;
  103. }
  104. public void setHuifuId(string huifuId) {
  105. this.huifuId = huifuId;
  106. }
  107. public string getUpperHuifuId() {
  108. return upperHuifuId;
  109. }
  110. public void setUpperHuifuId(string upperHuifuId) {
  111. this.upperHuifuId = upperHuifuId;
  112. }
  113. public string getSwitchState() {
  114. return switchState;
  115. }
  116. public void setSwitchState(string switchState) {
  117. this.switchState = switchState;
  118. }
  119. public string getOutOrderAutoAcctFlag() {
  120. return outOrderAutoAcctFlag;
  121. }
  122. public void setOutOrderAutoAcctFlag(string outOrderAutoAcctFlag) {
  123. this.outOrderAutoAcctFlag = outOrderAutoAcctFlag;
  124. }
  125. public string getOutFeeHuifuid() {
  126. return outFeeHuifuid;
  127. }
  128. public void setOutFeeHuifuid(string outFeeHuifuid) {
  129. this.outFeeHuifuid = outFeeHuifuid;
  130. }
  131. public string getOutOrderAcctCard() {
  132. return outOrderAcctCard;
  133. }
  134. public void setOutOrderAcctCard(string outOrderAcctCard) {
  135. this.outOrderAcctCard = outOrderAcctCard;
  136. }
  137. public string getOutOrderAcctOpenFees() {
  138. return outOrderAcctOpenFees;
  139. }
  140. public void setOutOrderAcctOpenFees(string outOrderAcctOpenFees) {
  141. this.outOrderAcctOpenFees = outOrderAcctOpenFees;
  142. }
  143. public string getOtherPaymentInstitutionsPic() {
  144. return otherPaymentInstitutionsPic;
  145. }
  146. public void setOtherPaymentInstitutionsPic(string otherPaymentInstitutionsPic) {
  147. this.otherPaymentInstitutionsPic = otherPaymentInstitutionsPic;
  148. }
  149. public string getXwDigitalCertificatePic() {
  150. return xwDigitalCertificatePic;
  151. }
  152. public void setXwDigitalCertificatePic(string xwDigitalCertificatePic) {
  153. this.xwDigitalCertificatePic = xwDigitalCertificatePic;
  154. }
  155. public string getOutFundsGateId() {
  156. return outFundsGateId;
  157. }
  158. public void setOutFundsGateId(string outFundsGateId) {
  159. this.outFundsGateId = outFundsGateId;
  160. }
  161. public string getSignUserInfo() {
  162. return signUserInfo;
  163. }
  164. public void setSignUserInfo(string signUserInfo) {
  165. this.signUserInfo = signUserInfo;
  166. }
  167. public string getAcctSource() {
  168. return acctSource;
  169. }
  170. public void setAcctSource(string acctSource) {
  171. this.acctSource = acctSource;
  172. }
  173. }
  174. }