@cobo/cobo-waas2 1.24.0 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/README.md +45 -6
  2. package/dist/ApiClient.js +1 -1
  3. package/dist/api/AutoSweepApi.js +2 -2
  4. package/dist/api/ComplianceApi.js +132 -2
  5. package/dist/api/DevelopersWebhooksApi.js +2 -2
  6. package/dist/api/FeeStationApi.js +6 -6
  7. package/dist/api/PaymentApi.js +109 -24
  8. package/dist/api/TokenizationApi.js +122 -4
  9. package/dist/api/TransactionsApi.js +4 -4
  10. package/dist/index.js +217 -14
  11. package/dist/model/AddressesEventData.js +8 -3
  12. package/dist/model/AutoFuelType.js +5 -0
  13. package/dist/model/BalanceUpdateInfoEventData.js +8 -3
  14. package/dist/model/BridgingFee.js +4 -4
  15. package/dist/model/ChainsEventData.js +8 -3
  16. package/dist/model/CommissionFee.js +2 -2
  17. package/dist/model/ComplianceDispositionUpdateEventData.js +8 -3
  18. package/dist/model/ComplianceKytScreeningsUpdateEventData.js +305 -0
  19. package/dist/model/CreateCryptoAddressRequest.js +1 -1
  20. package/dist/model/CreateMerchantRequest.js +2 -2
  21. package/dist/model/CreateOrderLinkRequest.js +129 -0
  22. package/dist/model/CreatePaymentOrderRequest.js +21 -8
  23. package/dist/model/CreateRefundLinkRequest.js +129 -0
  24. package/dist/model/CreateRefundRequest.js +2 -2
  25. package/dist/model/CreateSettlement.js +2 -28
  26. package/dist/model/CreateSettlementRequestRequest.js +3 -3
  27. package/dist/model/CustodialTransferDestination.js +1 -1
  28. package/dist/model/FeeStationCheckFeeStationUsage.js +28 -10
  29. package/dist/model/FeeStationCheckFeeStationUsageResponse.js +33 -20
  30. package/dist/model/FeeStationSponsorTransactionDescription.js +125 -0
  31. package/dist/model/FundsStatusType.js +111 -0
  32. package/dist/model/KytScreeningsDecisionsType.js +71 -0
  33. package/dist/model/KytScreeningsEventData.js +155 -0
  34. package/dist/model/KytScreeningsReviewType.js +61 -0
  35. package/dist/model/KytScreeningsTransaction.js +144 -0
  36. package/dist/model/KytScreeningsTransactionType.js +61 -0
  37. package/dist/model/Link.js +125 -0
  38. package/dist/model/LinkDisplayInfo.js +100 -0
  39. package/dist/model/MPCVaultEventData.js +8 -3
  40. package/dist/model/Merchant.js +3 -3
  41. package/dist/model/MerchantBalance.js +1 -1
  42. package/dist/model/Order.js +13 -0
  43. package/dist/model/OrderLinkBusinessInfo.js +261 -0
  44. package/dist/model/OrderLinkBusinessInfoCustomExchangeRatesInner.js +125 -0
  45. package/dist/model/OtcFee.js +3 -3
  46. package/dist/model/PaymentAddressUpdateEventData.js +8 -3
  47. package/dist/model/PaymentEstimateFee.js +4 -4
  48. package/dist/model/PaymentEstimateFee201Response.js +1 -0
  49. package/dist/model/PaymentEstimateFeeRequest.js +2 -1
  50. package/dist/model/PaymentEstimatedFee.js +4 -4
  51. package/dist/model/PaymentOrderEventData.js +26 -3
  52. package/dist/model/PaymentRefundEventData.js +8 -3
  53. package/dist/model/PaymentSettlementEvent.js +12 -7
  54. package/dist/model/PaymentTransactionEventData.js +8 -3
  55. package/dist/model/PspBalance.js +1 -1
  56. package/dist/model/RefundLinkBusinessInfo.js +162 -0
  57. package/dist/model/RefundStatus.js +10 -0
  58. package/dist/model/ReviewStatusType.js +91 -0
  59. package/dist/model/Settlement.js +2 -2
  60. package/dist/model/SubmitKytResponse.js +122 -0
  61. package/dist/model/SubmitKytScreeningsDecisionsBody.js +122 -0
  62. package/dist/model/SubmitKytScreeningsReviewBody.js +122 -0
  63. package/dist/model/SupportedToken.js +1 -1
  64. package/dist/model/SuspendedTokenEventData.js +8 -3
  65. package/dist/model/SwapQuote.js +18 -18
  66. package/dist/model/TSSRequestWebhookEventData.js +8 -3
  67. package/dist/model/TokenListingEventData.js +8 -3
  68. package/dist/model/TokenizationERC20TokenParams.js +5 -5
  69. package/dist/model/{TokenizationTokenPermissionParams.js → TokenizationERC20TokenPermissionParams.js} +23 -23
  70. package/dist/model/TokenizationERC20WrappedTokenParams.js +177 -0
  71. package/dist/model/TokenizationERC20WrappedTokenPermissionParams.js +166 -0
  72. package/dist/model/TokenizationEstimateFeeRequestOperationParams.js +38 -11
  73. package/dist/model/TokenizationIssueTokenParamsTokenParams.js +72 -10
  74. package/dist/model/TokenizationListPermissionsResponse.js +146 -0
  75. package/dist/model/TokenizationListPermissionsResponseDataInner.js +126 -0
  76. package/dist/model/TokenizationOperationType.js +5 -0
  77. package/dist/model/TokenizationPermissionAction.js +66 -0
  78. package/dist/model/TokenizationSOLWrappedTokenParams.js +177 -0
  79. package/dist/model/TokenizationSolWrappedTokenPermissionParams.js +127 -0
  80. package/dist/model/TokenizationTokenDetailInfo.js +51 -5
  81. package/dist/model/TokenizationTokenInfo.js +26 -4
  82. package/dist/model/TokenizationTokenPermissionType.js +5 -0
  83. package/dist/model/TokenizationTokenStandard.js +10 -0
  84. package/dist/model/{TokenizationTokenPermissionsResponse.js → TokenizationUpdateAddressPermissions.js} +51 -53
  85. package/dist/model/TokenizationUpdatePermissionsEstimateFeeParams.js +198 -0
  86. package/dist/model/TokenizationUpdatePermissionsParams.js +145 -0
  87. package/dist/model/TokenizationUpdatePermissionsRequest.js +213 -0
  88. package/dist/model/TokensEventData.js +8 -3
  89. package/dist/model/TransactionCoboCategory.js +35 -0
  90. package/dist/model/TransactionWebhookEventData.js +8 -3
  91. package/dist/model/UpdateMerchantByIdRequest.js +1 -1
  92. package/dist/model/WalletInfoEventData.js +8 -3
  93. package/dist/model/WebhookEventData.js +64 -12
  94. package/dist/model/WebhookEventDataType.js +7 -2
  95. package/dist/model/WebhookEventType.js +10 -0
  96. package/docs/AddressesEventData.md +3 -1
  97. package/docs/AutoFuelType.md +2 -0
  98. package/docs/AutoSweepApi.md +2 -2
  99. package/docs/BalanceUpdateInfoEventData.md +3 -1
  100. package/docs/BridgingFee.md +3 -3
  101. package/docs/ChainsEventData.md +3 -1
  102. package/docs/CommissionFee.md +1 -1
  103. package/docs/ComplianceApi.md +158 -1
  104. package/docs/ComplianceDispositionUpdateEventData.md +3 -1
  105. package/docs/ComplianceKytScreeningsUpdateEventData.md +57 -0
  106. package/docs/CreateCryptoAddressRequest.md +1 -1
  107. package/docs/CreateMerchantRequest.md +2 -2
  108. package/docs/CreateOrderLinkRequest.md +10 -0
  109. package/docs/CreatePaymentOrderRequest.md +6 -5
  110. package/docs/CreateRefundLinkRequest.md +10 -0
  111. package/docs/CreateRefundRequest.md +2 -2
  112. package/docs/CreateSettlement.md +1 -3
  113. package/docs/CreateSettlementRequestRequest.md +3 -3
  114. package/docs/DevelopersWebhooksApi.md +1 -1
  115. package/docs/FeeStationApi.md +4 -4
  116. package/docs/FeeStationCheckFeeStationUsage.md +4 -2
  117. package/docs/FeeStationCheckFeeStationUsageResponse.md +4 -3
  118. package/docs/FeeStationSponsorTransactionDescription.md +10 -0
  119. package/docs/FundsStatusType.md +32 -0
  120. package/docs/KytScreeningsDecisionsType.md +16 -0
  121. package/docs/KytScreeningsEventData.md +13 -0
  122. package/docs/KytScreeningsReviewType.md +12 -0
  123. package/docs/KytScreeningsTransaction.md +12 -0
  124. package/docs/KytScreeningsTransactionType.md +12 -0
  125. package/docs/Link.md +10 -0
  126. package/docs/LinkDisplayInfo.md +10 -0
  127. package/docs/MPCVaultEventData.md +3 -1
  128. package/docs/Merchant.md +2 -2
  129. package/docs/MerchantBalance.md +1 -1
  130. package/docs/Order.md +1 -0
  131. package/docs/OrderLinkBusinessInfo.md +19 -0
  132. package/docs/OrderLinkBusinessInfoCustomExchangeRatesInner.md +10 -0
  133. package/docs/OtcFee.md +2 -2
  134. package/docs/PaymentAddressUpdateEventData.md +3 -1
  135. package/docs/PaymentApi.md +118 -12
  136. package/docs/PaymentEstimateFee.md +2 -2
  137. package/docs/PaymentEstimateFee201Response.md +1 -1
  138. package/docs/PaymentEstimateFeeRequest.md +1 -1
  139. package/docs/PaymentEstimatedFee.md +2 -2
  140. package/docs/PaymentOrderEventData.md +4 -1
  141. package/docs/PaymentRefundEventData.md +3 -1
  142. package/docs/PaymentSettlementEvent.md +5 -3
  143. package/docs/PaymentTransactionEventData.md +3 -1
  144. package/docs/PspBalance.md +1 -1
  145. package/docs/RefundLinkBusinessInfo.md +13 -0
  146. package/docs/RefundStatus.md +4 -0
  147. package/docs/ReviewStatusType.md +24 -0
  148. package/docs/Settlement.md +2 -2
  149. package/docs/SubmitKytResponse.md +10 -0
  150. package/docs/SubmitKytScreeningsDecisionsBody.md +10 -0
  151. package/docs/SubmitKytScreeningsReviewBody.md +10 -0
  152. package/docs/SupportedToken.md +1 -1
  153. package/docs/SuspendedTokenEventData.md +3 -1
  154. package/docs/SwapQuote.md +10 -10
  155. package/docs/TSSRequestWebhookEventData.md +3 -1
  156. package/docs/TokenListingEventData.md +3 -1
  157. package/docs/TokenizationApi.md +120 -2
  158. package/docs/TokenizationERC20TokenParams.md +1 -1
  159. package/docs/{TokenizationTokenPermissionParams.md → TokenizationERC20TokenPermissionParams.md} +1 -1
  160. package/docs/TokenizationERC20WrappedTokenParams.md +14 -0
  161. package/docs/TokenizationERC20WrappedTokenPermissionParams.md +15 -0
  162. package/docs/TokenizationEstimateFeeRequestOperationParams.md +1 -1
  163. package/docs/TokenizationIssueTokenParamsTokenParams.md +2 -1
  164. package/docs/TokenizationListPermissionsResponse.md +10 -0
  165. package/docs/TokenizationListPermissionsResponseDataInner.md +10 -0
  166. package/docs/TokenizationOperationType.md +2 -0
  167. package/docs/TokenizationPermissionAction.md +14 -0
  168. package/docs/TokenizationSOLWrappedTokenParams.md +14 -0
  169. package/docs/TokenizationSolWrappedTokenPermissionParams.md +12 -0
  170. package/docs/TokenizationTokenDetailInfo.md +3 -0
  171. package/docs/TokenizationTokenInfo.md +2 -0
  172. package/docs/TokenizationTokenPermissionType.md +2 -0
  173. package/docs/TokenizationTokenStandard.md +4 -0
  174. package/docs/TokenizationUpdateAddressPermissions.md +11 -0
  175. package/docs/TokenizationUpdatePermissionsEstimateFeeParams.md +13 -0
  176. package/docs/TokenizationUpdatePermissionsParams.md +10 -0
  177. package/docs/TokenizationUpdatePermissionsRequest.md +13 -0
  178. package/docs/TokensEventData.md +3 -1
  179. package/docs/TransactionCoboCategory.md +14 -0
  180. package/docs/TransactionWebhookEventData.md +3 -1
  181. package/docs/TransactionsApi.md +2 -2
  182. package/docs/UpdateMerchantByIdRequest.md +1 -1
  183. package/docs/WalletInfoEventData.md +3 -1
  184. package/docs/WebhookEventData.md +10 -4
  185. package/docs/WebhookEventDataType.md +3 -1
  186. package/docs/WebhookEventType.md +4 -0
  187. package/package.json +1 -1
  188. package/docs/TokenizationTokenPermissionsResponse.md +0 -10
@@ -32,7 +32,7 @@ var CommissionFee = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new <code>CommissionFee</code>.
34
34
  * @alias module:model/CommissionFee
35
- * @param fee_amount {String} The commission fee amount.
35
+ * @param fee_amount {String} The amount of the commission fee charged by Cobo for pay-ins and payouts, in USD.
36
36
  */
37
37
  function CommissionFee(fee_amount) {
38
38
  _classCallCheck(this, CommissionFee);
@@ -103,7 +103,7 @@ var CommissionFee = /*#__PURE__*/function () {
103
103
  CommissionFee.RequiredProperties = ["fee_amount"];
104
104
 
105
105
  /**
106
- * The commission fee amount.
106
+ * The amount of the commission fee charged by Cobo for pay-ins and payouts, in USD.
107
107
  * @member {String} fee_amount
108
108
  */
109
109
  CommissionFee.prototype['fee_amount'] = undefined;
@@ -38,7 +38,7 @@ var ComplianceDispositionUpdateEventData = /*#__PURE__*/function () {
38
38
  * @alias module:model/ComplianceDispositionUpdateEventData
39
39
  * @implements module:model/WebhookEventDataType
40
40
  * @implements module:model/DispositionEventData
41
- * @param data_type {module:model/ComplianceDispositionUpdateEventData.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data.
41
+ * @param data_type {module:model/ComplianceDispositionUpdateEventData.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data.
42
42
  * @param transaction_id {String} The transaction ID.
43
43
  * @param disposition_type {module:model/DispositionType}
44
44
  * @param disposition_status {module:model/DispositionStatus}
@@ -151,7 +151,7 @@ var ComplianceDispositionUpdateEventData = /*#__PURE__*/function () {
151
151
  ComplianceDispositionUpdateEventData.RequiredProperties = ["data_type", "transaction_id", "disposition_type", "disposition_status", "updated_timestamp"];
152
152
 
153
153
  /**
154
- * The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data.
154
+ * The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data.
155
155
  * @member {module:model/ComplianceDispositionUpdateEventData.DataTypeEnum} data_type
156
156
  */
157
157
  ComplianceDispositionUpdateEventData.prototype['data_type'] = undefined;
@@ -192,7 +192,7 @@ ComplianceDispositionUpdateEventData.prototype['updated_timestamp'] = undefined;
192
192
 
193
193
  // Implement WebhookEventDataType interface:
194
194
  /**
195
- * The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data.
195
+ * The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data.
196
196
  * @member {module:model/WebhookEventDataType.DataTypeEnum} data_type
197
197
  */
198
198
  _WebhookEventDataType["default"].prototype['data_type'] = undefined;
@@ -312,6 +312,11 @@ ComplianceDispositionUpdateEventData['DataTypeEnum'] = {
312
312
  * @const
313
313
  */
314
314
  "ComplianceDisposition": "ComplianceDisposition",
315
+ /**
316
+ * value: "ComplianceKytScreenings"
317
+ * @const
318
+ */
319
+ "ComplianceKytScreenings": "ComplianceKytScreenings",
315
320
  /**
316
321
  * value: "unknown_default_open_api"
317
322
  * @const
@@ -0,0 +1,305 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ var _FundsStatusType = _interopRequireDefault(require("./FundsStatusType"));
9
+ var _KytScreeningsEventData = _interopRequireDefault(require("./KytScreeningsEventData"));
10
+ var _KytScreeningsTransactionType = _interopRequireDefault(require("./KytScreeningsTransactionType"));
11
+ var _ReviewStatusType = _interopRequireDefault(require("./ReviewStatusType"));
12
+ var _WebhookEventDataType = _interopRequireDefault(require("./WebhookEventDataType"));
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
15
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
16
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
17
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
18
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
19
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
20
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
21
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
22
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
23
+ * Cobo Wallet as a Service 2.0
24
+ *
25
+ * Contact: help@cobo.com
26
+ *
27
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
28
+ * https://openapi-generator.tech
29
+ * Do not edit the class manually.
30
+ *
31
+ */
32
+ /**
33
+ * The ComplianceKytScreeningsUpdateEventData model module.
34
+ * @module model/ComplianceKytScreeningsUpdateEventData
35
+ */
36
+ var ComplianceKytScreeningsUpdateEventData = /*#__PURE__*/function () {
37
+ /**
38
+ * Constructs a new <code>ComplianceKytScreeningsUpdateEventData</code>.
39
+ * @alias module:model/ComplianceKytScreeningsUpdateEventData
40
+ * @implements module:model/WebhookEventDataType
41
+ * @implements module:model/KytScreeningsEventData
42
+ * @param data_type {module:model/ComplianceKytScreeningsUpdateEventData.DataTypeEnum} The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data.
43
+ * @param transaction_id {String} The transaction ID.
44
+ * @param transaction_type {module:model/KytScreeningsTransactionType}
45
+ * @param review_status {module:model/ReviewStatusType}
46
+ * @param funds_status {module:model/FundsStatusType}
47
+ * @param updated_timestamp {Number} The time when the KYT screening information was updated, in Unix timestamp format, measured in milliseconds.
48
+ */
49
+ function ComplianceKytScreeningsUpdateEventData(data_type, transaction_id, transaction_type, review_status, funds_status, updated_timestamp) {
50
+ _classCallCheck(this, ComplianceKytScreeningsUpdateEventData);
51
+ _WebhookEventDataType["default"].initialize(this, data_type);
52
+ _KytScreeningsEventData["default"].initialize(this, transaction_id, transaction_type, review_status, funds_status, updated_timestamp);
53
+ ComplianceKytScreeningsUpdateEventData.initialize(this, data_type, transaction_id, transaction_type, review_status, funds_status, updated_timestamp);
54
+ }
55
+
56
+ /**
57
+ * Initializes the fields of this object.
58
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
59
+ * Only for internal use.
60
+ */
61
+ return _createClass(ComplianceKytScreeningsUpdateEventData, null, [{
62
+ key: "initialize",
63
+ value: function initialize(obj, data_type, transaction_id, transaction_type, review_status, funds_status, updated_timestamp) {
64
+ obj['data_type'] = data_type;
65
+ obj['transaction_id'] = transaction_id;
66
+ obj['transaction_type'] = transaction_type;
67
+ obj['review_status'] = review_status;
68
+ obj['funds_status'] = funds_status;
69
+ obj['updated_timestamp'] = updated_timestamp;
70
+ }
71
+
72
+ /**
73
+ * Constructs a <code>ComplianceKytScreeningsUpdateEventData</code> from a plain JavaScript object, optionally creating a new instance.
74
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
75
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
76
+ * @param {module:model/ComplianceKytScreeningsUpdateEventData} obj Optional instance to populate.
77
+ * @return {module:model/ComplianceKytScreeningsUpdateEventData} The populated <code>ComplianceKytScreeningsUpdateEventData</code> instance.
78
+ */
79
+ }, {
80
+ key: "constructFromObject",
81
+ value: function constructFromObject(data, obj) {
82
+ if (data) {
83
+ obj = obj || new ComplianceKytScreeningsUpdateEventData();
84
+ _WebhookEventDataType["default"].constructFromObject(data, obj);
85
+ _KytScreeningsEventData["default"].constructFromObject(data, obj);
86
+ if (data.hasOwnProperty('data_type')) {
87
+ obj['data_type'] = _ApiClient["default"].convertToType(data['data_type'], 'String');
88
+ }
89
+ if (data.hasOwnProperty('transaction_id')) {
90
+ obj['transaction_id'] = _ApiClient["default"].convertToType(data['transaction_id'], 'String');
91
+ }
92
+ if (data.hasOwnProperty('transaction_type')) {
93
+ obj['transaction_type'] = _KytScreeningsTransactionType["default"].constructFromObject(data['transaction_type']);
94
+ }
95
+ if (data.hasOwnProperty('review_status')) {
96
+ obj['review_status'] = _ReviewStatusType["default"].constructFromObject(data['review_status']);
97
+ }
98
+ if (data.hasOwnProperty('funds_status')) {
99
+ obj['funds_status'] = _FundsStatusType["default"].constructFromObject(data['funds_status']);
100
+ }
101
+ if (data.hasOwnProperty('updated_timestamp')) {
102
+ obj['updated_timestamp'] = _ApiClient["default"].convertToType(data['updated_timestamp'], 'Number');
103
+ }
104
+ }
105
+ return obj;
106
+ }
107
+
108
+ /**
109
+ * Validates the JSON data with respect to <code>ComplianceKytScreeningsUpdateEventData</code>.
110
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
111
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>ComplianceKytScreeningsUpdateEventData</code>.
112
+ */
113
+ }, {
114
+ key: "validateJSON",
115
+ value: function validateJSON(data) {
116
+ // check to make sure all required properties are present in the JSON string
117
+ var _iterator = _createForOfIteratorHelper(ComplianceKytScreeningsUpdateEventData.RequiredProperties),
118
+ _step;
119
+ try {
120
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
121
+ var property = _step.value;
122
+ if (!data.hasOwnProperty(property)) {
123
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
124
+ }
125
+ }
126
+ // ensure the json data is a string
127
+ } catch (err) {
128
+ _iterator.e(err);
129
+ } finally {
130
+ _iterator.f();
131
+ }
132
+ if (data['data_type'] && !(typeof data['data_type'] === 'string' || data['data_type'] instanceof String)) {
133
+ throw new Error("Expected the field `data_type` to be a primitive type in the JSON string but got " + data['data_type']);
134
+ }
135
+ // ensure the json data is a string
136
+ if (data['transaction_id'] && !(typeof data['transaction_id'] === 'string' || data['transaction_id'] instanceof String)) {
137
+ throw new Error("Expected the field `transaction_id` to be a primitive type in the JSON string but got " + data['transaction_id']);
138
+ }
139
+ return true;
140
+ }
141
+ }]);
142
+ }();
143
+ ComplianceKytScreeningsUpdateEventData.RequiredProperties = ["data_type", "transaction_id", "transaction_type", "review_status", "funds_status", "updated_timestamp"];
144
+
145
+ /**
146
+ * The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data.
147
+ * @member {module:model/ComplianceKytScreeningsUpdateEventData.DataTypeEnum} data_type
148
+ */
149
+ ComplianceKytScreeningsUpdateEventData.prototype['data_type'] = undefined;
150
+
151
+ /**
152
+ * The transaction ID.
153
+ * @member {String} transaction_id
154
+ */
155
+ ComplianceKytScreeningsUpdateEventData.prototype['transaction_id'] = undefined;
156
+
157
+ /**
158
+ * @member {module:model/KytScreeningsTransactionType} transaction_type
159
+ */
160
+ ComplianceKytScreeningsUpdateEventData.prototype['transaction_type'] = undefined;
161
+
162
+ /**
163
+ * @member {module:model/ReviewStatusType} review_status
164
+ */
165
+ ComplianceKytScreeningsUpdateEventData.prototype['review_status'] = undefined;
166
+
167
+ /**
168
+ * @member {module:model/FundsStatusType} funds_status
169
+ */
170
+ ComplianceKytScreeningsUpdateEventData.prototype['funds_status'] = undefined;
171
+
172
+ /**
173
+ * The time when the KYT screening information was updated, in Unix timestamp format, measured in milliseconds.
174
+ * @member {Number} updated_timestamp
175
+ */
176
+ ComplianceKytScreeningsUpdateEventData.prototype['updated_timestamp'] = undefined;
177
+
178
+ // Implement WebhookEventDataType interface:
179
+ /**
180
+ * The data type of the event. - `Transaction`: The transaction event data. - `TSSRequest`: The TSS request event data. - `Addresses`: The addresses event data. - `WalletInfo`: The wallet information event data. - `MPCVault`: The MPC vault event data. - `Chains`: The enabled chain event data. - `Tokens`: The enabled token event data. - `TokenListing`: The token listing event data. - `PaymentOrder`: The payment order event data. - `PaymentRefund`: The payment refund event data. - `PaymentSettlement`: The payment settlement event data. - `PaymentTransaction`: The payment transaction event data. - `PaymentAddressUpdate`: The top-up address update event data. - `BalanceUpdateInfo`: The balance update event data. - `SuspendedToken`: The token suspension event data. - `ComplianceDisposition`: The compliance disposition event data. - `ComplianceKytScreenings`: The compliance KYT screenings event data.
181
+ * @member {module:model/WebhookEventDataType.DataTypeEnum} data_type
182
+ */
183
+ _WebhookEventDataType["default"].prototype['data_type'] = undefined;
184
+ // Implement KytScreeningsEventData interface:
185
+ /**
186
+ * The transaction ID.
187
+ * @member {String} transaction_id
188
+ */
189
+ _KytScreeningsEventData["default"].prototype['transaction_id'] = undefined;
190
+ /**
191
+ * @member {module:model/KytScreeningsTransactionType} transaction_type
192
+ */
193
+ _KytScreeningsEventData["default"].prototype['transaction_type'] = undefined;
194
+ /**
195
+ * @member {module:model/ReviewStatusType} review_status
196
+ */
197
+ _KytScreeningsEventData["default"].prototype['review_status'] = undefined;
198
+ /**
199
+ * @member {module:model/FundsStatusType} funds_status
200
+ */
201
+ _KytScreeningsEventData["default"].prototype['funds_status'] = undefined;
202
+ /**
203
+ * The time when the KYT screening information was updated, in Unix timestamp format, measured in milliseconds.
204
+ * @member {Number} updated_timestamp
205
+ */
206
+ _KytScreeningsEventData["default"].prototype['updated_timestamp'] = undefined;
207
+
208
+ /**
209
+ * Allowed values for the <code>data_type</code> property.
210
+ * @enum {String}
211
+ * @readonly
212
+ */
213
+ ComplianceKytScreeningsUpdateEventData['DataTypeEnum'] = {
214
+ /**
215
+ * value: "Transaction"
216
+ * @const
217
+ */
218
+ "Transaction": "Transaction",
219
+ /**
220
+ * value: "TSSRequest"
221
+ * @const
222
+ */
223
+ "TSSRequest": "TSSRequest",
224
+ /**
225
+ * value: "Addresses"
226
+ * @const
227
+ */
228
+ "Addresses": "Addresses",
229
+ /**
230
+ * value: "WalletInfo"
231
+ * @const
232
+ */
233
+ "WalletInfo": "WalletInfo",
234
+ /**
235
+ * value: "MPCVault"
236
+ * @const
237
+ */
238
+ "MPCVault": "MPCVault",
239
+ /**
240
+ * value: "Chains"
241
+ * @const
242
+ */
243
+ "Chains": "Chains",
244
+ /**
245
+ * value: "Tokens"
246
+ * @const
247
+ */
248
+ "Tokens": "Tokens",
249
+ /**
250
+ * value: "TokenListing"
251
+ * @const
252
+ */
253
+ "TokenListing": "TokenListing",
254
+ /**
255
+ * value: "PaymentOrder"
256
+ * @const
257
+ */
258
+ "PaymentOrder": "PaymentOrder",
259
+ /**
260
+ * value: "PaymentRefund"
261
+ * @const
262
+ */
263
+ "PaymentRefund": "PaymentRefund",
264
+ /**
265
+ * value: "PaymentSettlement"
266
+ * @const
267
+ */
268
+ "PaymentSettlement": "PaymentSettlement",
269
+ /**
270
+ * value: "PaymentTransaction"
271
+ * @const
272
+ */
273
+ "PaymentTransaction": "PaymentTransaction",
274
+ /**
275
+ * value: "PaymentAddressUpdate"
276
+ * @const
277
+ */
278
+ "PaymentAddressUpdate": "PaymentAddressUpdate",
279
+ /**
280
+ * value: "BalanceUpdateInfo"
281
+ * @const
282
+ */
283
+ "BalanceUpdateInfo": "BalanceUpdateInfo",
284
+ /**
285
+ * value: "SuspendedToken"
286
+ * @const
287
+ */
288
+ "SuspendedToken": "SuspendedToken",
289
+ /**
290
+ * value: "ComplianceDisposition"
291
+ * @const
292
+ */
293
+ "ComplianceDisposition": "ComplianceDisposition",
294
+ /**
295
+ * value: "ComplianceKytScreenings"
296
+ * @const
297
+ */
298
+ "ComplianceKytScreenings": "ComplianceKytScreenings",
299
+ /**
300
+ * value: "unknown_default_open_api"
301
+ * @const
302
+ */
303
+ "unknown_default_open_api": "unknown_default_open_api"
304
+ };
305
+ var _default = exports["default"] = ComplianceKytScreeningsUpdateEventData;
@@ -131,7 +131,7 @@ CreateCryptoAddressRequest.prototype['token_id'] = undefined;
131
131
  CreateCryptoAddressRequest.prototype['address'] = undefined;
132
132
 
133
133
  /**
134
- * A label to help identify the address's purpose.
134
+ * A label to help identify the address's purpose. Can contain up to 128 characters.
135
135
  * @member {String} label
136
136
  */
137
137
  CreateCryptoAddressRequest.prototype['label'] = undefined;
@@ -127,13 +127,13 @@ CreateMerchantRequest.RequiredProperties = ["name"];
127
127
  CreateMerchantRequest.prototype['name'] = undefined;
128
128
 
129
129
  /**
130
- * The ID of the wallet linked to the merchant.
130
+ * This field has been deprecated.
131
131
  * @member {String} wallet_id
132
132
  */
133
133
  CreateMerchantRequest.prototype['wallet_id'] = undefined;
134
134
 
135
135
  /**
136
- * The developer fee rate applied to this merchant. Expressed as a string in decimal format where \"0.1\" represents 10%. This fee is deducted from the payment amount and only applies to top-up transactions. If you are a merchant (directly serving the payer), you do not need to configure the developer fee rate.
136
+ * The developer fee rate applied to this merchant. Must be a valid float between 0 and 1 (inclusive), with up to 4 decimal places. For more information on developer fee rate, please refer to [Funds allocation and balances](https://www.cobo.com/developers/v2/payments/amounts-and-balances).
137
137
  * @member {String} developer_fee_rate
138
138
  */
139
139
  CreateMerchantRequest.prototype['developer_fee_rate'] = undefined;
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ var _LinkDisplayInfo = _interopRequireDefault(require("./LinkDisplayInfo"));
9
+ var _OrderLinkBusinessInfo = _interopRequireDefault(require("./OrderLinkBusinessInfo"));
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
12
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
13
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
14
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
15
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
16
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
17
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
18
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
19
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
20
+ * Cobo Wallet as a Service 2.0
21
+ *
22
+ * Contact: help@cobo.com
23
+ *
24
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
+ * https://openapi-generator.tech
26
+ * Do not edit the class manually.
27
+ *
28
+ */
29
+ /**
30
+ * The CreateOrderLinkRequest model module.
31
+ * @module model/CreateOrderLinkRequest
32
+ */
33
+ var CreateOrderLinkRequest = /*#__PURE__*/function () {
34
+ /**
35
+ * Constructs a new <code>CreateOrderLinkRequest</code>.
36
+ * @alias module:model/CreateOrderLinkRequest
37
+ * @param business_info {module:model/OrderLinkBusinessInfo}
38
+ */
39
+ function CreateOrderLinkRequest(business_info) {
40
+ _classCallCheck(this, CreateOrderLinkRequest);
41
+ CreateOrderLinkRequest.initialize(this, business_info);
42
+ }
43
+
44
+ /**
45
+ * Initializes the fields of this object.
46
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
47
+ * Only for internal use.
48
+ */
49
+ return _createClass(CreateOrderLinkRequest, null, [{
50
+ key: "initialize",
51
+ value: function initialize(obj, business_info) {
52
+ obj['business_info'] = business_info;
53
+ }
54
+
55
+ /**
56
+ * Constructs a <code>CreateOrderLinkRequest</code> from a plain JavaScript object, optionally creating a new instance.
57
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
58
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
59
+ * @param {module:model/CreateOrderLinkRequest} obj Optional instance to populate.
60
+ * @return {module:model/CreateOrderLinkRequest} The populated <code>CreateOrderLinkRequest</code> instance.
61
+ */
62
+ }, {
63
+ key: "constructFromObject",
64
+ value: function constructFromObject(data, obj) {
65
+ if (data) {
66
+ obj = obj || new CreateOrderLinkRequest();
67
+ if (data.hasOwnProperty('business_info')) {
68
+ obj['business_info'] = _OrderLinkBusinessInfo["default"].constructFromObject(data['business_info']);
69
+ }
70
+ if (data.hasOwnProperty('display_info')) {
71
+ obj['display_info'] = _LinkDisplayInfo["default"].constructFromObject(data['display_info']);
72
+ }
73
+ }
74
+ return obj;
75
+ }
76
+
77
+ /**
78
+ * Validates the JSON data with respect to <code>CreateOrderLinkRequest</code>.
79
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
80
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>CreateOrderLinkRequest</code>.
81
+ */
82
+ }, {
83
+ key: "validateJSON",
84
+ value: function validateJSON(data) {
85
+ // check to make sure all required properties are present in the JSON string
86
+ var _iterator = _createForOfIteratorHelper(CreateOrderLinkRequest.RequiredProperties),
87
+ _step;
88
+ try {
89
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
90
+ var property = _step.value;
91
+ if (!data.hasOwnProperty(property)) {
92
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
93
+ }
94
+ }
95
+ // validate the optional field `business_info`
96
+ } catch (err) {
97
+ _iterator.e(err);
98
+ } finally {
99
+ _iterator.f();
100
+ }
101
+ if (data['business_info']) {
102
+ // data not null
103
+ if (!!_OrderLinkBusinessInfo["default"].validateJSON) {
104
+ _OrderLinkBusinessInfo["default"].validateJSON(data['business_info']);
105
+ }
106
+ }
107
+ // validate the optional field `display_info`
108
+ if (data['display_info']) {
109
+ // data not null
110
+ if (!!_LinkDisplayInfo["default"].validateJSON) {
111
+ _LinkDisplayInfo["default"].validateJSON(data['display_info']);
112
+ }
113
+ }
114
+ return true;
115
+ }
116
+ }]);
117
+ }();
118
+ CreateOrderLinkRequest.RequiredProperties = ["business_info"];
119
+
120
+ /**
121
+ * @member {module:model/OrderLinkBusinessInfo} business_info
122
+ */
123
+ CreateOrderLinkRequest.prototype['business_info'] = undefined;
124
+
125
+ /**
126
+ * @member {module:model/LinkDisplayInfo} display_info
127
+ */
128
+ CreateOrderLinkRequest.prototype['display_info'] = undefined;
129
+ var _default = exports["default"] = CreateOrderLinkRequest;
@@ -32,10 +32,10 @@ var CreatePaymentOrderRequest = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new <code>CreatePaymentOrderRequest</code>.
34
34
  * @alias module:model/CreatePaymentOrderRequest
35
- * @param merchant_id {String} The merchant ID.
35
+ * @param merchant_id {String} The merchant ID. This ID is assigned by Cobo when you create the merchant.
36
36
  * @param token_id {String} The ID of the cryptocurrency used for payment. Supported values: - USDC: `ETH_USDC`, `ARBITRUM_USDCOIN`, `SOL_USDC`, `BASE_USDC`, `MATIC_USDC2`, `BSC_USDC` - USDT: `TRON_USDT`, `ETH_USDT`, `ARBITRUM_USDT`, `SOL_USDT`, `BASE_USDT`, `MATIC_USDT`, `BSC_USDT`
37
- * @param order_amount {String} The base amount of the order, excluding the developer fee (specified in `fee_amount`), in the currency specified by `currency`. If `currency` is not specified, the amount is in the cryptocurrency specified by `token_id`. Values must be greater than `0` and contain two decimal places.
38
- * @param fee_amount {String} The developer fee for the order, in the currency specified by `currency`. If `currency` is not specified, the fee is in the cryptocurrency specified by `token_id`. If you are a merchant directly serving payers, set this field to `0`. Developer fees are only relevant for platforms like payment service providers (PSPs) that charge fees to their downstream merchants. The developer fee is added to the base amount (`order_amount`) to determine the final charge. For example: - Base amount (`order_amount`): \"100.00\" - Developer fee (`fee_amount`): \"2.00\" - Total charged to customer: \"102.00\" Values can contain up to two decimal places.
37
+ * @param order_amount {String} The base amount of the order, excluding the developer fee (specified in `fee_amount`). The denomination of the amount depends on if `currency` is specified: - If `currency` is specified, the amount is in the currency specified by `currency`, e.g. \"USD\". - If `currency` is not specified, the amount is in the cryptocurrency specified by `token_id`, e.g. \"ETH_USDT\". Values must be greater than `0` and contain two decimal places.
38
+ * @param fee_amount {String} The developer fee for the order. - **When to set:** If you are a merchant serving payers directly, set this field to `0`. Developer fees are only relevant for platforms like payment service providers (PSPs) that charge fees to their downstream merchants. For details, see [Funds allocation and balances](https://www.cobo.com/developers/v2/payments/amounts-and-balances). - **Denomination:** The denomination of `fee_amount` depends on the presence of `currency`: - If `currency` is set, the amount is denominated in that currency (e.g., \"USD\"). - If `currency` is not set, the amount is denominated in the cryptocurrency specified by `token_id` (e.g., \"ETH_USDT\"). - **Calculation:** The developer fee is added to the base order amount (`order_amount`) to determine the final amount charged to the customer. For example: - Base amount (`order_amount`): \"100.00\" - Developer fee (`fee_amount`): \"2.00\" - **Total charged:** \"102.00\" - **Formatting:** The value can contain up to two decimal places.
39
39
  * @param psp_order_code {String} A unique reference code assigned by you as a developer to identify this order in your system. This code must be unique across all orders in your system. The code should have a maximum length of 128 characters.
40
40
  */
41
41
  function CreatePaymentOrderRequest(merchant_id, token_id, order_amount, fee_amount, psp_order_code) {
@@ -100,6 +100,9 @@ var CreatePaymentOrderRequest = /*#__PURE__*/function () {
100
100
  if (data.hasOwnProperty('custom_exchange_rate')) {
101
101
  obj['custom_exchange_rate'] = _ApiClient["default"].convertToType(data['custom_exchange_rate'], 'String');
102
102
  }
103
+ if (data.hasOwnProperty('amount_tolerance')) {
104
+ obj['amount_tolerance'] = _ApiClient["default"].convertToType(data['amount_tolerance'], 'String');
105
+ }
103
106
  }
104
107
  return obj;
105
108
  }
@@ -159,6 +162,10 @@ var CreatePaymentOrderRequest = /*#__PURE__*/function () {
159
162
  if (data['custom_exchange_rate'] && !(typeof data['custom_exchange_rate'] === 'string' || data['custom_exchange_rate'] instanceof String)) {
160
163
  throw new Error("Expected the field `custom_exchange_rate` to be a primitive type in the JSON string but got " + data['custom_exchange_rate']);
161
164
  }
165
+ // ensure the json data is a string
166
+ if (data['amount_tolerance'] && !(typeof data['amount_tolerance'] === 'string' || data['amount_tolerance'] instanceof String)) {
167
+ throw new Error("Expected the field `amount_tolerance` to be a primitive type in the JSON string but got " + data['amount_tolerance']);
168
+ }
162
169
  return true;
163
170
  }
164
171
  }]);
@@ -166,7 +173,7 @@ var CreatePaymentOrderRequest = /*#__PURE__*/function () {
166
173
  CreatePaymentOrderRequest.RequiredProperties = ["merchant_id", "token_id", "order_amount", "fee_amount", "psp_order_code"];
167
174
 
168
175
  /**
169
- * The merchant ID.
176
+ * The merchant ID. This ID is assigned by Cobo when you create the merchant.
170
177
  * @member {String} merchant_id
171
178
  */
172
179
  CreatePaymentOrderRequest.prototype['merchant_id'] = undefined;
@@ -178,20 +185,20 @@ CreatePaymentOrderRequest.prototype['merchant_id'] = undefined;
178
185
  CreatePaymentOrderRequest.prototype['token_id'] = undefined;
179
186
 
180
187
  /**
181
- * The fiat currency for the base order amount and the developer fee. Currently, only `USD` is supported. If left empty, both `order_amount` and `fee_amount` will be denominated in the cryptocurrency specified by `token_id`
188
+ * The fiat currency for the base order amount and the developer fee. If left empty, both `order_amount` and `fee_amount` will be denominated in the cryptocurrency specified by `token_id` Currently, only `USD` is supported.
182
189
  * @member {String} currency
183
190
  * @default ''
184
191
  */
185
192
  CreatePaymentOrderRequest.prototype['currency'] = '';
186
193
 
187
194
  /**
188
- * The base amount of the order, excluding the developer fee (specified in `fee_amount`), in the currency specified by `currency`. If `currency` is not specified, the amount is in the cryptocurrency specified by `token_id`. Values must be greater than `0` and contain two decimal places.
195
+ * The base amount of the order, excluding the developer fee (specified in `fee_amount`). The denomination of the amount depends on if `currency` is specified: - If `currency` is specified, the amount is in the currency specified by `currency`, e.g. \"USD\". - If `currency` is not specified, the amount is in the cryptocurrency specified by `token_id`, e.g. \"ETH_USDT\". Values must be greater than `0` and contain two decimal places.
189
196
  * @member {String} order_amount
190
197
  */
191
198
  CreatePaymentOrderRequest.prototype['order_amount'] = undefined;
192
199
 
193
200
  /**
194
- * The developer fee for the order, in the currency specified by `currency`. If `currency` is not specified, the fee is in the cryptocurrency specified by `token_id`. If you are a merchant directly serving payers, set this field to `0`. Developer fees are only relevant for platforms like payment service providers (PSPs) that charge fees to their downstream merchants. The developer fee is added to the base amount (`order_amount`) to determine the final charge. For example: - Base amount (`order_amount`): \"100.00\" - Developer fee (`fee_amount`): \"2.00\" - Total charged to customer: \"102.00\" Values can contain up to two decimal places.
201
+ * The developer fee for the order. - **When to set:** If you are a merchant serving payers directly, set this field to `0`. Developer fees are only relevant for platforms like payment service providers (PSPs) that charge fees to their downstream merchants. For details, see [Funds allocation and balances](https://www.cobo.com/developers/v2/payments/amounts-and-balances). - **Denomination:** The denomination of `fee_amount` depends on the presence of `currency`: - If `currency` is set, the amount is denominated in that currency (e.g., \"USD\"). - If `currency` is not set, the amount is denominated in the cryptocurrency specified by `token_id` (e.g., \"ETH_USDT\"). - **Calculation:** The developer fee is added to the base order amount (`order_amount`) to determine the final amount charged to the customer. For example: - Base amount (`order_amount`): \"100.00\" - Developer fee (`fee_amount`): \"2.00\" - **Total charged:** \"102.00\" - **Formatting:** The value can contain up to two decimal places.
195
202
  * @member {String} fee_amount
196
203
  */
197
204
  CreatePaymentOrderRequest.prototype['fee_amount'] = undefined;
@@ -222,8 +229,14 @@ CreatePaymentOrderRequest.prototype['expired_in'] = 1800;
222
229
  CreatePaymentOrderRequest.prototype['use_dedicated_address'] = undefined;
223
230
 
224
231
  /**
225
- * A custom exchange rate specified by the merchant. - Only effective when `currency` is `\"USD\"`. - Expressed as the amount of USD per 1 unit of the specified cryptocurrency. - If not provided, the system will use the default internal rate. Example: If the cryptocurrency is USDT and `custom_exchange_rate` = `\"0.99\"`, it means 1 USDT = 0.99 USD.
232
+ * A custom exchange rate that defines how much fiat currency equals 1 unit of cryptocurrency. If not provided, the system's default exchange rate will be used. For example, if the fiat currency is USD and the cryptocurrency is USDT, setting `custom_exchange_rate` to `\"0.99\"` means that 1 USDT will be valued at 0.99 USD.
226
233
  * @member {String} custom_exchange_rate
227
234
  */
228
235
  CreatePaymentOrderRequest.prototype['custom_exchange_rate'] = undefined;
236
+
237
+ /**
238
+ * The maximum allowed deviation from the payable amount in the case of underpayment, specified as a positive value with up to one decimal place. If you provide more than one decimal place, an error will occur. When the actual received amount is within this deviation (inclusive) of the payable amount, the order status will be set to `Completed` rather than `Underpaid`.
239
+ * @member {String} amount_tolerance
240
+ */
241
+ CreatePaymentOrderRequest.prototype['amount_tolerance'] = undefined;
229
242
  var _default = exports["default"] = CreatePaymentOrderRequest;