V2TradeOnlinepaymentTransferBankmistakeApplyRequest.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. using System;
  2. namespace BasePaySdk.Request
  3. {
  4. /**
  5. * 银行大额支付差错申请
  6. *
  7. * @author sdk-generator
  8. * @Description
  9. */
  10. public class V2TradeOnlinepaymentTransferBankmistakeApplyRequest : BaseRequest
  11. {
  12. /**
  13. * 请求流水号
  14. */
  15. private string reqSeqId;
  16. /**
  17. * 请求日期
  18. */
  19. private string reqDate;
  20. /**
  21. * 商户号
  22. */
  23. private string huifuId;
  24. /**
  25. * 交易金额
  26. */
  27. private string transAmt;
  28. /**
  29. * 订单类型
  30. */
  31. private string orderType;
  32. /**
  33. * 原请求流水号
  34. */
  35. private string orgReqSeqId;
  36. /**
  37. * 原请求日期
  38. */
  39. private string orgReqDate;
  40. /**
  41. * 实际打款日期
  42. */
  43. private string remitDate;
  44. /**
  45. * 实际付款方姓名
  46. */
  47. private string certificateName;
  48. /**
  49. * 实际付款方银行卡号
  50. */
  51. private string bankCardNo;
  52. /**
  53. * 实际付款方银行名称
  54. */
  55. private string bankName;
  56. /**
  57. * 异步通知地址
  58. */
  59. private string notifyUrl;
  60. /**
  61. * 商品描述
  62. */
  63. private string goodsDesc;
  64. /**
  65. * 汇款凭证文件id
  66. */
  67. private string certificateFileId;
  68. public override string getFunctionCode() {
  69. return FunctionCodeEnum.V2_TRADE_ONLINEPAYMENT_TRANSFER_BANKMISTAKE_APPLY;
  70. }
  71. public V2TradeOnlinepaymentTransferBankmistakeApplyRequest() {
  72. }
  73. public V2TradeOnlinepaymentTransferBankmistakeApplyRequest(string reqSeqId, string reqDate, string huifuId, string transAmt, string orderType, string orgReqSeqId, string orgReqDate, string remitDate, string certificateName, string bankCardNo, string bankName, string notifyUrl, string goodsDesc, string certificateFileId) {
  74. this.reqSeqId = reqSeqId;
  75. this.reqDate = reqDate;
  76. this.huifuId = huifuId;
  77. this.transAmt = transAmt;
  78. this.orderType = orderType;
  79. this.orgReqSeqId = orgReqSeqId;
  80. this.orgReqDate = orgReqDate;
  81. this.remitDate = remitDate;
  82. this.certificateName = certificateName;
  83. this.bankCardNo = bankCardNo;
  84. this.bankName = bankName;
  85. this.notifyUrl = notifyUrl;
  86. this.goodsDesc = goodsDesc;
  87. this.certificateFileId = certificateFileId;
  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 getTransAmt() {
  108. return transAmt;
  109. }
  110. public void setTransAmt(string transAmt) {
  111. this.transAmt = transAmt;
  112. }
  113. public string getOrderType() {
  114. return orderType;
  115. }
  116. public void setOrderType(string orderType) {
  117. this.orderType = orderType;
  118. }
  119. public string getOrgReqSeqId() {
  120. return orgReqSeqId;
  121. }
  122. public void setOrgReqSeqId(string orgReqSeqId) {
  123. this.orgReqSeqId = orgReqSeqId;
  124. }
  125. public string getOrgReqDate() {
  126. return orgReqDate;
  127. }
  128. public void setOrgReqDate(string orgReqDate) {
  129. this.orgReqDate = orgReqDate;
  130. }
  131. public string getRemitDate() {
  132. return remitDate;
  133. }
  134. public void setRemitDate(string remitDate) {
  135. this.remitDate = remitDate;
  136. }
  137. public string getCertificateName() {
  138. return certificateName;
  139. }
  140. public void setCertificateName(string certificateName) {
  141. this.certificateName = certificateName;
  142. }
  143. public string getBankCardNo() {
  144. return bankCardNo;
  145. }
  146. public void setBankCardNo(string bankCardNo) {
  147. this.bankCardNo = bankCardNo;
  148. }
  149. public string getBankName() {
  150. return bankName;
  151. }
  152. public void setBankName(string bankName) {
  153. this.bankName = bankName;
  154. }
  155. public string getNotifyUrl() {
  156. return notifyUrl;
  157. }
  158. public void setNotifyUrl(string notifyUrl) {
  159. this.notifyUrl = notifyUrl;
  160. }
  161. public string getGoodsDesc() {
  162. return goodsDesc;
  163. }
  164. public void setGoodsDesc(string goodsDesc) {
  165. this.goodsDesc = goodsDesc;
  166. }
  167. public string getCertificateFileId() {
  168. return certificateFileId;
  169. }
  170. public void setCertificateFileId(string certificateFileId) {
  171. this.certificateFileId = certificateFileId;
  172. }
  173. }
  174. }