BankCard4EVerificationResponse.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?php
  2. /*
  3. * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. namespace TencentCloud\Faceid\V20180301\Models;
  18. use TencentCloud\Common\AbstractModel;
  19. /**
  20. * BankCard4EVerification返回参数结构体
  21. *
  22. * @method string getResult() 获取认证结果码
  23. 收费结果码:
  24. '0': '认证通过'
  25. '-1': '认证未通过'
  26. '-6': '持卡人信息有误'
  27. '-7': '未开通无卡支付'
  28. '-8': '此卡被没收'
  29. '-9': '无效卡号'
  30. '-10': '此卡无对应发卡行'
  31. '-11': '该卡未初始化或睡眠卡'
  32. '-12': '作弊卡、吞卡'
  33. '-13': '此卡已挂失'
  34. '-14': '该卡已过期'
  35. '-15': '受限制的卡'
  36. '-16': '密码错误次数超限'
  37. '-17': '发卡行不支持此交易'
  38. 不收费结果码:
  39. '-2': '姓名校验不通过'
  40. '-3': '身份证号码有误'
  41. '-4': '银行卡号码有误'
  42. '-5': '手机号码不合法'
  43. '-18': '验证中心服务繁忙'
  44. * @method void setResult(string $Result) 设置认证结果码
  45. 收费结果码:
  46. '0': '认证通过'
  47. '-1': '认证未通过'
  48. '-6': '持卡人信息有误'
  49. '-7': '未开通无卡支付'
  50. '-8': '此卡被没收'
  51. '-9': '无效卡号'
  52. '-10': '此卡无对应发卡行'
  53. '-11': '该卡未初始化或睡眠卡'
  54. '-12': '作弊卡、吞卡'
  55. '-13': '此卡已挂失'
  56. '-14': '该卡已过期'
  57. '-15': '受限制的卡'
  58. '-16': '密码错误次数超限'
  59. '-17': '发卡行不支持此交易'
  60. 不收费结果码:
  61. '-2': '姓名校验不通过'
  62. '-3': '身份证号码有误'
  63. '-4': '银行卡号码有误'
  64. '-5': '手机号码不合法'
  65. '-18': '验证中心服务繁忙'
  66. * @method string getDescription() 获取业务结果描述。
  67. * @method void setDescription(string $Description) 设置业务结果描述。
  68. * @method string getRequestId() 获取唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  69. * @method void setRequestId(string $RequestId) 设置唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  70. */
  71. class BankCard4EVerificationResponse extends AbstractModel
  72. {
  73. /**
  74. * @var string 认证结果码
  75. 收费结果码:
  76. '0': '认证通过'
  77. '-1': '认证未通过'
  78. '-6': '持卡人信息有误'
  79. '-7': '未开通无卡支付'
  80. '-8': '此卡被没收'
  81. '-9': '无效卡号'
  82. '-10': '此卡无对应发卡行'
  83. '-11': '该卡未初始化或睡眠卡'
  84. '-12': '作弊卡、吞卡'
  85. '-13': '此卡已挂失'
  86. '-14': '该卡已过期'
  87. '-15': '受限制的卡'
  88. '-16': '密码错误次数超限'
  89. '-17': '发卡行不支持此交易'
  90. 不收费结果码:
  91. '-2': '姓名校验不通过'
  92. '-3': '身份证号码有误'
  93. '-4': '银行卡号码有误'
  94. '-5': '手机号码不合法'
  95. '-18': '验证中心服务繁忙'
  96. */
  97. public $Result;
  98. /**
  99. * @var string 业务结果描述。
  100. */
  101. public $Description;
  102. /**
  103. * @var string 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  104. */
  105. public $RequestId;
  106. /**
  107. * @param string $Result 认证结果码
  108. 收费结果码:
  109. '0': '认证通过'
  110. '-1': '认证未通过'
  111. '-6': '持卡人信息有误'
  112. '-7': '未开通无卡支付'
  113. '-8': '此卡被没收'
  114. '-9': '无效卡号'
  115. '-10': '此卡无对应发卡行'
  116. '-11': '该卡未初始化或睡眠卡'
  117. '-12': '作弊卡、吞卡'
  118. '-13': '此卡已挂失'
  119. '-14': '该卡已过期'
  120. '-15': '受限制的卡'
  121. '-16': '密码错误次数超限'
  122. '-17': '发卡行不支持此交易'
  123. 不收费结果码:
  124. '-2': '姓名校验不通过'
  125. '-3': '身份证号码有误'
  126. '-4': '银行卡号码有误'
  127. '-5': '手机号码不合法'
  128. '-18': '验证中心服务繁忙'
  129. * @param string $Description 业务结果描述。
  130. * @param string $RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
  131. */
  132. function __construct()
  133. {
  134. }
  135. /**
  136. * For internal only. DO NOT USE IT.
  137. */
  138. public function deserialize($param)
  139. {
  140. if ($param === null) {
  141. return;
  142. }
  143. if (array_key_exists("Result",$param) and $param["Result"] !== null) {
  144. $this->Result = $param["Result"];
  145. }
  146. if (array_key_exists("Description",$param) and $param["Description"] !== null) {
  147. $this->Description = $param["Description"];
  148. }
  149. if (array_key_exists("RequestId",$param) and $param["RequestId"] !== null) {
  150. $this->RequestId = $param["RequestId"];
  151. }
  152. }
  153. }