@codat/lending 4.2.0 → 4.3.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 (281) hide show
  1. package/README.md +36 -1
  2. package/dist/sdk/companies.d.ts +22 -7
  3. package/dist/sdk/companies.js +22 -7
  4. package/dist/sdk/models/operations/getcreateoperation.d.ts +1 -1
  5. package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +2 -2
  6. package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
  7. package/dist/sdk/models/shared/accountingcreateaccountresponse.d.ts +171 -34
  8. package/dist/sdk/models/shared/accountingcreateaccountresponse.js +194 -4
  9. package/dist/sdk/models/shared/accountingcreatebankaccountresponse.d.ts +116 -22
  10. package/dist/sdk/models/shared/accountingcreatebankaccountresponse.js +118 -4
  11. package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.d.ts +12 -2
  12. package/dist/sdk/models/shared/accountingcreatebanktransactionsresponse.js +26 -4
  13. package/dist/sdk/models/shared/accountingcreatedirectcostresponse.d.ts +165 -18
  14. package/dist/sdk/models/shared/accountingcreatedirectcostresponse.js +150 -4
  15. package/dist/sdk/models/shared/accountingcreatepaymentresponse.d.ts +797 -675
  16. package/dist/sdk/models/shared/accountingcreatepaymentresponse.js +782 -4
  17. package/dist/sdk/models/shared/accountingcreatesupplierresponse.d.ts +69 -11
  18. package/dist/sdk/models/shared/accountingcreatesupplierresponse.js +99 -4
  19. package/dist/sdk/models/shared/accountingcreatetransferresponse.d.ts +81 -9
  20. package/dist/sdk/models/shared/accountingcreatetransferresponse.js +93 -4
  21. package/dist/sdk/models/shared/accountingcreditnote.d.ts +2 -2
  22. package/dist/sdk/models/shared/accountingcreditnote.js +3 -3
  23. package/dist/sdk/models/shared/accountingdirectcost.d.ts +11 -5
  24. package/dist/sdk/models/shared/accountingdirectcost.js +18 -11
  25. package/dist/sdk/models/shared/accountinginvoice.d.ts +10 -5
  26. package/dist/sdk/models/shared/accountinginvoice.js +11 -5
  27. package/dist/sdk/models/shared/accountingjournalentry.d.ts +3 -7
  28. package/dist/sdk/models/shared/accountingjournalentry.js +3 -3
  29. package/dist/sdk/models/shared/accounttransactionline.d.ts +3 -7
  30. package/dist/sdk/models/shared/accounttransactionline.js +3 -3
  31. package/dist/sdk/models/shared/accounttransactionlinerecordref.d.ts +30 -0
  32. package/dist/sdk/models/shared/accounttransactionlinerecordref.js +70 -0
  33. package/dist/sdk/models/shared/bankingtransactioncategory.d.ts +5 -1
  34. package/dist/sdk/models/shared/bankingtransactioncategory.js +5 -1
  35. package/dist/sdk/models/shared/company.d.ts +10 -0
  36. package/dist/sdk/models/shared/company.js +20 -1
  37. package/dist/sdk/models/shared/companyrequestbody.d.ts +5 -0
  38. package/dist/sdk/models/shared/companyrequestbody.js +7 -0
  39. package/dist/sdk/models/shared/connection.d.ts +2 -0
  40. package/dist/sdk/models/shared/connection.js +2 -0
  41. package/dist/sdk/models/shared/contactref.d.ts +9 -3
  42. package/dist/sdk/models/shared/contactref.js +9 -2
  43. package/dist/sdk/models/shared/directcostprototype.d.ts +11 -5
  44. package/dist/sdk/models/shared/directcostprototype.js +18 -11
  45. package/dist/sdk/models/shared/errormessage.d.ts +5 -0
  46. package/dist/sdk/models/shared/errormessage.js +7 -0
  47. package/dist/sdk/models/shared/errorvalidation.d.ts +9 -0
  48. package/dist/sdk/models/shared/errorvalidation.js +56 -0
  49. package/dist/sdk/models/shared/errorvalidationitem.d.ts +15 -0
  50. package/dist/sdk/models/shared/errorvalidationitem.js +55 -0
  51. package/dist/sdk/models/shared/index.d.ts +6 -0
  52. package/dist/sdk/models/shared/index.js +6 -0
  53. package/dist/sdk/models/shared/invoicelineitem.d.ts +0 -2
  54. package/dist/sdk/models/shared/items.d.ts +2 -6
  55. package/dist/sdk/models/shared/items.js +2 -7
  56. package/dist/sdk/models/shared/journalentryrecordref.d.ts +30 -0
  57. package/dist/sdk/models/shared/journalentryrecordref.js +70 -0
  58. package/dist/sdk/models/shared/journalline.d.ts +2 -2
  59. package/dist/sdk/models/shared/journalline.js +3 -3
  60. package/dist/sdk/models/shared/tracking.d.ts +2 -1
  61. package/dist/sdk/models/shared/tracking.js +3 -2
  62. package/dist/sdk/models/shared/trackingrecordref.d.ts +22 -0
  63. package/dist/sdk/models/shared/trackingrecordref.js +62 -0
  64. package/dist/sdk/models/shared/withholdingtaxitems.d.ts +11 -0
  65. package/dist/sdk/models/shared/withholdingtaxitems.js +50 -0
  66. package/dist/sdk/sdk.js +3 -3
  67. package/docs/sdk/models/operations/createcompanyresponse.md +7 -7
  68. package/docs/sdk/models/operations/createconnectionresponse.md +7 -7
  69. package/docs/sdk/models/operations/createsupplierrequest.md +7 -7
  70. package/docs/sdk/models/operations/getaccountingagedcreditorsreportresponse.md +7 -7
  71. package/docs/sdk/models/operations/getaccountingageddebtorsreportresponse.md +7 -7
  72. package/docs/sdk/models/operations/getaccountingbillcreditnoteresponse.md +7 -7
  73. package/docs/sdk/models/operations/getaccountingbillpaymentresponse.md +7 -7
  74. package/docs/sdk/models/operations/getaccountingcreditnoteresponse.md +7 -7
  75. package/docs/sdk/models/operations/getaccountingprofileresponse.md +7 -7
  76. package/docs/sdk/models/operations/getaccountingsupplierresponse.md +7 -7
  77. package/docs/sdk/models/operations/getbankingaccountresponse.md +7 -7
  78. package/docs/sdk/models/operations/getbankingtransactioncategoryresponse.md +7 -7
  79. package/docs/sdk/models/operations/getbankingtransactionresponse.md +7 -7
  80. package/docs/sdk/models/operations/getcategorizedbalancesheetstatementresponse.md +7 -7
  81. package/docs/sdk/models/operations/getcategorizedprofitandlossstatementresponse.md +7 -7
  82. package/docs/sdk/models/operations/getcommercecustomerresponse.md +7 -7
  83. package/docs/sdk/models/operations/getcommercedisputeresponse.md +7 -7
  84. package/docs/sdk/models/operations/getcommercelocationresponse.md +7 -7
  85. package/docs/sdk/models/operations/getcommerceorderresponse.md +7 -7
  86. package/docs/sdk/models/operations/getcommerceproductcategoryresponse.md +7 -7
  87. package/docs/sdk/models/operations/getcompanyresponse.md +7 -7
  88. package/docs/sdk/models/operations/getconnectionresponse.md +7 -7
  89. package/docs/sdk/models/operations/getcreateoperationrequest.md +4 -4
  90. package/docs/sdk/models/operations/getloansummaryresponse.md +7 -7
  91. package/docs/sdk/models/operations/getpulloperationresponse.md +7 -7
  92. package/docs/sdk/models/operations/listaccountingaccountsresponse.md +7 -7
  93. package/docs/sdk/models/operations/listaccountingaccounttransactionsresponse.md +7 -7
  94. package/docs/sdk/models/operations/listaccountingbankaccountsresponse.md +7 -7
  95. package/docs/sdk/models/operations/listaccountingbankaccounttransactionsresponse.md +7 -7
  96. package/docs/sdk/models/operations/listaccountingbillcreditnotesresponse.md +7 -7
  97. package/docs/sdk/models/operations/listaccountingbillpaymentsresponse.md +7 -7
  98. package/docs/sdk/models/operations/listaccountingbillsresponse.md +7 -7
  99. package/docs/sdk/models/operations/listaccountingcreditnotesresponse.md +7 -7
  100. package/docs/sdk/models/operations/listaccountingcustomersresponse.md +7 -7
  101. package/docs/sdk/models/operations/listaccountingdirectcostsresponse.md +7 -7
  102. package/docs/sdk/models/operations/listaccountingdirectincomesresponse.md +7 -7
  103. package/docs/sdk/models/operations/listaccountinginvoicesresponse.md +7 -7
  104. package/docs/sdk/models/operations/listaccountingjournalentriesresponse.md +7 -7
  105. package/docs/sdk/models/operations/listaccountingjournalsresponse.md +7 -7
  106. package/docs/sdk/models/operations/listaccountingpaymentsresponse.md +7 -7
  107. package/docs/sdk/models/operations/listaccountingsuppliersresponse.md +7 -7
  108. package/docs/sdk/models/operations/listaccountingtransfersresponse.md +7 -7
  109. package/docs/sdk/models/operations/listbankingaccountbalancesresponse.md +7 -7
  110. package/docs/sdk/models/operations/listbankingaccountsresponse.md +7 -7
  111. package/docs/sdk/models/operations/listbankingtransactioncategoriesresponse.md +7 -7
  112. package/docs/sdk/models/operations/listbankingtransactionsresponse.md +7 -7
  113. package/docs/sdk/models/operations/listcommercecustomersresponse.md +7 -7
  114. package/docs/sdk/models/operations/listcommercedisputesresponse.md +7 -7
  115. package/docs/sdk/models/operations/listcommercelocationsresponse.md +7 -7
  116. package/docs/sdk/models/operations/listcommerceordersresponse.md +7 -7
  117. package/docs/sdk/models/operations/listcommercepaymentmethodsresponse.md +7 -7
  118. package/docs/sdk/models/operations/listcommercepaymentsresponse.md +7 -7
  119. package/docs/sdk/models/operations/listcommerceproductcategoriesresponse.md +7 -7
  120. package/docs/sdk/models/operations/listcommerceproductsresponse.md +7 -7
  121. package/docs/sdk/models/operations/listcommercetransactionsresponse.md +7 -7
  122. package/docs/sdk/models/operations/listcompaniesresponse.md +7 -7
  123. package/docs/sdk/models/operations/listconnectionsresponse.md +7 -7
  124. package/docs/sdk/models/operations/listcreateoperationsresponse.md +7 -7
  125. package/docs/sdk/models/operations/listdataintegritydetailsresponse.md +7 -7
  126. package/docs/sdk/models/operations/listloantransactionsresponse.md +7 -7
  127. package/docs/sdk/models/operations/listpulloperationsresponse.md +7 -7
  128. package/docs/sdk/models/operations/refreshdatatyperesponse.md +7 -7
  129. package/docs/sdk/models/operations/unlinkconnectionresponse.md +7 -7
  130. package/docs/sdk/models/operations/updatecompanyresponse.md +7 -7
  131. package/docs/sdk/models/shared/accountingaccounts.md +7 -7
  132. package/docs/sdk/models/shared/accountingaccounttransactions.md +7 -7
  133. package/docs/sdk/models/shared/accountingbankaccounts.md +7 -7
  134. package/docs/sdk/models/shared/accountingbanktransactions.md +7 -7
  135. package/docs/sdk/models/shared/accountingbillcreditnote.md +1 -1
  136. package/docs/sdk/models/shared/accountingbillcreditnotes.md +7 -7
  137. package/docs/sdk/models/shared/accountingbillpayment.md +1 -1
  138. package/docs/sdk/models/shared/accountingbillpayments.md +7 -7
  139. package/docs/sdk/models/shared/accountingbills.md +7 -7
  140. package/docs/sdk/models/shared/accountingcreateaccountresponse.md +16 -16
  141. package/docs/sdk/models/shared/accountingcreateaccountresponseaccountingaccount.md +54 -0
  142. package/docs/sdk/models/shared/accountingcreateaccountresponsevaliddatatypelinks.md +50 -0
  143. package/docs/sdk/models/shared/accountingcreatebankaccountresponse.md +16 -16
  144. package/docs/sdk/models/shared/accountingcreatebankaccountresponseaccountingbankaccount.md +42 -0
  145. package/docs/sdk/models/shared/accountingcreatebankaccounttransactions.md +11 -0
  146. package/docs/sdk/models/shared/accountingcreatebanktransactionsresponse.md +1 -1
  147. package/docs/sdk/models/shared/accountingcreatedirectcostresponse.md +16 -16
  148. package/docs/sdk/models/shared/accountingcreatedirectcostresponseaccountingdirectcost.md +41 -0
  149. package/docs/sdk/models/shared/accountingcreatedirectcostresponsecontactreference.md +11 -0
  150. package/docs/sdk/models/shared/accountingcreatedirectcostresponsedatatype.md +11 -0
  151. package/docs/sdk/models/shared/accountingcreatepaymentresponse.md +16 -16
  152. package/docs/sdk/models/shared/accountingcreatepaymentresponseaccountingpayment.md +703 -0
  153. package/docs/sdk/models/shared/accountingcreatesupplierresponse.md +1 -1
  154. package/docs/sdk/models/shared/accountingcreatesupplierresponseaccountingsupplier.md +29 -0
  155. package/docs/sdk/models/shared/accountingcreatetransferresponse.md +1 -1
  156. package/docs/sdk/models/shared/accountingcreatetransferresponseaccountingtransfer.md +25 -0
  157. package/docs/sdk/models/shared/accountingcreditnote.md +1 -1
  158. package/docs/sdk/models/shared/accountingcreditnotes.md +7 -7
  159. package/docs/sdk/models/shared/accountingcustomers.md +7 -7
  160. package/docs/sdk/models/shared/accountingdirectcost.md +1 -1
  161. package/docs/sdk/models/shared/accountingdirectcostcontactreference.md +11 -0
  162. package/docs/sdk/models/shared/accountingdirectcostdatatype.md +11 -0
  163. package/docs/sdk/models/shared/accountingdirectcosts.md +7 -7
  164. package/docs/sdk/models/shared/accountingdirectincomes.md +7 -7
  165. package/docs/sdk/models/shared/accountinginvoice.md +1 -1
  166. package/docs/sdk/models/shared/accountinginvoicedatatype.md +10 -0
  167. package/docs/sdk/models/shared/accountinginvoices.md +7 -7
  168. package/docs/sdk/models/shared/accountingjournalentries.md +7 -7
  169. package/docs/sdk/models/shared/accountingjournalentry.md +1 -1
  170. package/docs/sdk/models/shared/accountingjournals.md +7 -7
  171. package/docs/sdk/models/shared/accountingpayment.md +1 -1
  172. package/docs/sdk/models/shared/accountingpayments.md +7 -7
  173. package/docs/sdk/models/shared/accountingsuppliers.md +7 -7
  174. package/docs/sdk/models/shared/accountingtransfers.md +7 -7
  175. package/docs/sdk/models/shared/accounts.md +1 -1
  176. package/docs/sdk/models/shared/accounttransactionline.md +5 -5
  177. package/docs/sdk/models/shared/accounttransactionlinerecordref.md +11 -0
  178. package/docs/sdk/models/shared/accounttransactionlinerecordrefdatatype.md +20 -0
  179. package/docs/sdk/models/shared/bankingaccountbalances.md +7 -7
  180. package/docs/sdk/models/shared/bankingaccounts.md +7 -7
  181. package/docs/sdk/models/shared/bankingtransactioncategories.md +7 -7
  182. package/docs/sdk/models/shared/bankingtransactioncategory.md +3 -1
  183. package/docs/sdk/models/shared/bankingtransactions.md +7 -7
  184. package/docs/sdk/models/shared/commercecustomers.md +7 -7
  185. package/docs/sdk/models/shared/commercedisputes.md +7 -7
  186. package/docs/sdk/models/shared/commercelocations.md +7 -7
  187. package/docs/sdk/models/shared/commerceorders.md +7 -7
  188. package/docs/sdk/models/shared/commercepayment.md +1 -1
  189. package/docs/sdk/models/shared/commercepaymentmethods.md +7 -7
  190. package/docs/sdk/models/shared/commercepayments.md +7 -7
  191. package/docs/sdk/models/shared/commerceproductcategories.md +7 -7
  192. package/docs/sdk/models/shared/commerceproducts.md +7 -7
  193. package/docs/sdk/models/shared/commercetransactions.md +7 -7
  194. package/docs/sdk/models/shared/companies.md +7 -7
  195. package/docs/sdk/models/shared/company.md +1 -0
  196. package/docs/sdk/models/shared/companyrequestbody.md +1 -0
  197. package/docs/sdk/models/shared/connections.md +7 -7
  198. package/docs/sdk/models/shared/contactref.md +4 -4
  199. package/docs/sdk/models/shared/contactrefdatatype.md +11 -0
  200. package/docs/sdk/models/shared/contactreference.md +11 -0
  201. package/docs/sdk/models/shared/dataintegritydetails.md +7 -7
  202. package/docs/sdk/models/shared/directcostprototype.md +1 -1
  203. package/docs/sdk/models/shared/directcostprototypedatatype.md +11 -0
  204. package/docs/sdk/models/shared/enhancedcashflowtransaction.md +2 -2
  205. package/docs/sdk/models/shared/enhancedcashflowtransactions.md +5 -5
  206. package/docs/sdk/models/shared/enhancedinvoicesreport.md +4 -4
  207. package/docs/sdk/models/shared/errormessage.md +9 -8
  208. package/docs/sdk/models/shared/errorvalidation.md +11 -0
  209. package/docs/sdk/models/shared/errorvalidationitem.md +10 -0
  210. package/docs/sdk/models/shared/groupreference.md +8 -0
  211. package/docs/sdk/models/shared/invoicelineitem.md +1 -1
  212. package/docs/sdk/models/shared/items.md +3 -4
  213. package/docs/sdk/models/shared/journalentryrecordref.md +11 -0
  214. package/docs/sdk/models/shared/journalentryrecordrefdatatype.md +20 -0
  215. package/docs/sdk/models/shared/journallinetracking.md +3 -3
  216. package/docs/sdk/models/shared/pulloperations.md +7 -7
  217. package/docs/sdk/models/shared/pushoperations.md +7 -7
  218. package/docs/sdk/models/shared/salesorderreference.md +4 -4
  219. package/docs/sdk/models/shared/sourcetype.md +2 -0
  220. package/docs/sdk/models/shared/tracking.md +1 -1
  221. package/docs/sdk/models/shared/trackingrecordref.md +11 -0
  222. package/docs/sdk/models/shared/trackingrecordrefdatatype.md +12 -0
  223. package/docs/sdk/models/shared/withholdingtaxitems.md +9 -0
  224. package/docs/sdks/accountbalances/README.md +1 -1
  225. package/docs/sdks/accounts/README.md +2 -2
  226. package/docs/sdks/accounttransactions/README.md +2 -2
  227. package/docs/sdks/balancesheet/README.md +2 -2
  228. package/docs/sdks/bankaccounts/README.md +2 -2
  229. package/docs/sdks/banktransactions/README.md +2 -2
  230. package/docs/sdks/billcreditnotes/README.md +2 -2
  231. package/docs/sdks/billpayments/README.md +2 -2
  232. package/docs/sdks/bills/README.md +5 -5
  233. package/docs/sdks/cashflow/README.md +1 -1
  234. package/docs/sdks/categorizedstatement/README.md +1 -1
  235. package/docs/sdks/codatlendingaccountingbankdata/README.md +1 -1
  236. package/docs/sdks/codatlendingaccounts/README.md +2 -2
  237. package/docs/sdks/codatlendingbankingtransactions/README.md +2 -2
  238. package/docs/sdks/codatlendingcustomers/README.md +2 -2
  239. package/docs/sdks/codatlendingdirectcosts/README.md +5 -5
  240. package/docs/sdks/codatlendingfinancialstatementsaccounts/README.md +2 -2
  241. package/docs/sdks/codatlendingloanwritebackaccounts/README.md +2 -2
  242. package/docs/sdks/codatlendingpayments/README.md +4 -3
  243. package/docs/sdks/codatlendingreports/README.md +2 -2
  244. package/docs/sdks/codatlendingsalespayments/README.md +2 -2
  245. package/docs/sdks/codatlendingsuppliers/README.md +26 -7
  246. package/docs/sdks/codatlendingtransactions/README.md +2 -2
  247. package/docs/sdks/codatlendingtransfers/README.md +2 -2
  248. package/docs/sdks/companies/README.md +38 -13
  249. package/docs/sdks/companyinfo/README.md +2 -2
  250. package/docs/sdks/connections/README.md +5 -5
  251. package/docs/sdks/createoperations/README.md +2 -2
  252. package/docs/sdks/creditnotes/README.md +2 -2
  253. package/docs/sdks/customers/README.md +5 -5
  254. package/docs/sdks/dataintegrity/README.md +3 -3
  255. package/docs/sdks/directcosts/README.md +10 -11
  256. package/docs/sdks/directincomes/README.md +5 -5
  257. package/docs/sdks/disputes/README.md +2 -2
  258. package/docs/sdks/excelreports/README.md +3 -3
  259. package/docs/sdks/fileupload/README.md +3 -3
  260. package/docs/sdks/invoices/README.md +7 -7
  261. package/docs/sdks/journalentries/README.md +2 -2
  262. package/docs/sdks/journals/README.md +2 -2
  263. package/docs/sdks/liabilities/README.md +4 -4
  264. package/docs/sdks/locations/README.md +2 -2
  265. package/docs/sdks/managedata/README.md +1 -1
  266. package/docs/sdks/metrics/README.md +3 -3
  267. package/docs/sdks/orders/README.md +2 -2
  268. package/docs/sdks/paymentmethods/README.md +2 -2
  269. package/docs/sdks/payments/README.md +2 -2
  270. package/docs/sdks/productcategories/README.md +2 -2
  271. package/docs/sdks/products/README.md +2 -2
  272. package/docs/sdks/profitandloss/README.md +2 -2
  273. package/docs/sdks/pulloperations/README.md +2 -2
  274. package/docs/sdks/refresh/README.md +2 -2
  275. package/docs/sdks/reports/README.md +4 -4
  276. package/docs/sdks/suppliers/README.md +5 -5
  277. package/docs/sdks/transactioncategories/README.md +2 -2
  278. package/docs/sdks/transfers/README.md +3 -4
  279. package/package.json +1 -1
  280. package/docs/sdk/models/shared/accountingdirectcostcontactref.md +0 -11
  281. package/docs/sdk/models/shared/directcostprototypecontactref.md +0 -11
@@ -0,0 +1,11 @@
1
+ # ErrorValidation
2
+
3
+ A human-readable object describing validation decisions Codat has made. If an operation has failed because of validation errors, they will be detailed here.
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description |
9
+ | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
10
+ | `errors` | [shared.ErrorValidationItem](../../../sdk/models/shared/errorvalidationitem.md)[] | :heavy_minus_sign: | N/A |
11
+ | `warnings` | [shared.ErrorValidationItem](../../../sdk/models/shared/errorvalidationitem.md)[] | :heavy_minus_sign: | N/A |
@@ -0,0 +1,10 @@
1
+ # ErrorValidationItem
2
+
3
+
4
+ ## Fields
5
+
6
+ | Field | Type | Required | Description |
7
+ | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
8
+ | `itemId` | *string* | :heavy_minus_sign: | Unique identifier for a validation item. |
9
+ | `message` | *string* | :heavy_minus_sign: | A message outlining validation item's issue. |
10
+ | `validatorName` | *string* | :heavy_minus_sign: | Name of validator. |
@@ -0,0 +1,8 @@
1
+ # GroupReference
2
+
3
+
4
+ ## Fields
5
+
6
+ | Field | Type | Required | Description | Example |
7
+ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8
+ | `id` | *string* | :heavy_minus_sign: | Unique identifier for the group. | 60d2fa12-8a04-11ee-b9d1-0242ac120002 |
@@ -17,5 +17,5 @@
17
17
  | `taxRateRef` | [shared.TaxRateRef](../../../sdk/models/shared/taxrateref.md) | :heavy_minus_sign: | Data types that reference a tax rate, for example invoice and bill line items, use a taxRateRef that includes the ID and name of the linked tax rate.<br/><br/>Found on:<br/><br/>- Bill line items<br/>- Bill Credit Note line items<br/>- Credit Note line items<br/>- Direct incomes line items<br/>- Invoice line items<br/>- Items |
18
18
  | `totalAmount` | *number* | :heavy_minus_sign: | Total amount of the line, including tax. When pushing invoices to Xero, the total amount is exclusive of tax to allow automatic calculations if a tax rate or tax amount is not specified. |
19
19
  | `tracking` | [shared.AccountsReceivableTracking](../../../sdk/models/shared/accountsreceivabletracking.md) | :heavy_minus_sign: | Categories, and a project and customer, against which the item is tracked. |
20
- | ~~`trackingCategoryRefs`~~ | [shared.TrackingCategoryRef](../../../sdk/models/shared/trackingcategoryref.md)[] | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Reference to the tracking categories to which the line item is linked. |
20
+ | `trackingCategoryRefs` | [shared.TrackingCategoryRef](../../../sdk/models/shared/trackingcategoryref.md)[] | :heavy_minus_sign: | Reference to the tracking categories to which the line item is linked. |
21
21
  | `unitAmount` | *number* | :heavy_check_mark: | Price of each unit of goods or services. |
@@ -3,7 +3,6 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
8
- | `amount` | *number* | :heavy_check_mark: | Amount of tax withheld. |
9
- | `name` | *string* | :heavy_check_mark: | Name assigned to withheld tax. |
6
+ | Field | Type | Required | Description | Example |
7
+ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8
+ | `id` | *string* | :heavy_minus_sign: | Unique identifier for the group. | 60d2fa12-8a04-11ee-b9d1-0242ac120002 |
@@ -0,0 +1,11 @@
1
+ # JournalEntryRecordRef
2
+
3
+ Links a journal entry to the underlying record that created it.
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description | Example |
9
+ | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
10
+ | `dataType` | [shared.JournalEntryRecordRefDataType](../../../sdk/models/shared/journalentryrecordrefdatatype.md) | :heavy_minus_sign: | Name of underlying data type. | transfers |
11
+ | `id` | *string* | :heavy_minus_sign: | 'id' of the underlying record or data type. | |
@@ -0,0 +1,20 @@
1
+ # JournalEntryRecordRefDataType
2
+
3
+ Name of underlying data type.
4
+
5
+
6
+ ## Values
7
+
8
+ | Name | Value |
9
+ | ------------------ | ------------------ |
10
+ | `BankTransactions` | bankTransactions |
11
+ | `BillCreditNotes` | billCreditNotes |
12
+ | `BillPayments` | billPayments |
13
+ | `Bills` | bills |
14
+ | `CreditNotes` | creditNotes |
15
+ | `DirectCosts` | directCosts |
16
+ | `DirectIncomes` | directIncomes |
17
+ | `Invoices` | invoices |
18
+ | `JournalEntries` | journalEntries |
19
+ | `Payments` | payments |
20
+ | `Transfers` | transfers |
@@ -5,6 +5,6 @@ List of record refs associated with the tracking information for the line (eg to
5
5
 
6
6
  ## Fields
7
7
 
8
- | Field | Type | Required | Description |
9
- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
10
- | `recordRefs` | [shared.RecordRef](../../../sdk/models/shared/recordref.md)[] | :heavy_minus_sign: | N/A |
8
+ | Field | Type | Required | Description |
9
+ | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
10
+ | `recordRefs` | [shared.TrackingRecordRef](../../../sdk/models/shared/trackingrecordref.md)[] | :heavy_minus_sign: | N/A |
@@ -3,10 +3,10 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
8
- | `links` | [shared.Links](../../../sdk/models/shared/links.md) | :heavy_check_mark: | N/A |
9
- | `pageNumber` | *number* | :heavy_check_mark: | Current page number. |
10
- | `pageSize` | *number* | :heavy_check_mark: | Number of items to return in results array. |
11
- | `results` | [shared.PullOperation](../../../sdk/models/shared/pulloperation.md)[] | :heavy_minus_sign: | N/A |
12
- | `totalResults` | *number* | :heavy_check_mark: | Total number of items. |
6
+ | Field | Type | Required | Description | Example |
7
+ | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
8
+ | `links` | [shared.Links](../../../sdk/models/shared/links.md) | :heavy_check_mark: | N/A | {"self":{"href":"/companies/{id}/data/{dataType}"},"current":{"href":"/companies/{id}/data/{dataType}?page=1&pageSize=10"}} |
9
+ | `pageNumber` | *number* | :heavy_check_mark: | Current page number. | |
10
+ | `pageSize` | *number* | :heavy_check_mark: | Number of items to return in results array. | |
11
+ | `results` | [shared.PullOperation](../../../sdk/models/shared/pulloperation.md)[] | :heavy_minus_sign: | N/A | |
12
+ | `totalResults` | *number* | :heavy_check_mark: | Total number of items. | |
@@ -3,10 +3,10 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description |
7
- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
8
- | `links` | [shared.Links](../../../sdk/models/shared/links.md) | :heavy_check_mark: | N/A |
9
- | `pageNumber` | *number* | :heavy_check_mark: | Current page number. |
10
- | `pageSize` | *number* | :heavy_check_mark: | Number of items to return in results array. |
11
- | `results` | [shared.PushOperation](../../../sdk/models/shared/pushoperation.md)[] | :heavy_minus_sign: | N/A |
12
- | `totalResults` | *number* | :heavy_check_mark: | Total number of items. |
6
+ | Field | Type | Required | Description | Example |
7
+ | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
8
+ | `links` | [shared.Links](../../../sdk/models/shared/links.md) | :heavy_check_mark: | N/A | {"self":{"href":"/companies/{id}/data/{dataType}"},"current":{"href":"/companies/{id}/data/{dataType}?page=1&pageSize=10"}} |
9
+ | `pageNumber` | *number* | :heavy_check_mark: | Current page number. | |
10
+ | `pageSize` | *number* | :heavy_check_mark: | Number of items to return in results array. | |
11
+ | `results` | [shared.PushOperation](../../../sdk/models/shared/pushoperation.md)[] | :heavy_minus_sign: | N/A | |
12
+ | `totalResults` | *number* | :heavy_check_mark: | Total number of items. | |
@@ -3,7 +3,7 @@
3
3
 
4
4
  ## Fields
5
5
 
6
- | Field | Type | Required | Description | Example |
7
- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
8
- | `dataType` | [shared.DataType](../../../sdk/models/shared/datatype.md) | :heavy_minus_sign: | Available Data types | invoices |
9
- | `id` | *string* | :heavy_minus_sign: | Unique identifier to a record in `dataType`. | |
6
+ | Field | Type | Required | Description |
7
+ | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
8
+ | `dataType` | [shared.AccountingInvoiceDataType](../../../sdk/models/shared/accountinginvoicedatatype.md) | :heavy_minus_sign: | The underlying data type associated to the reference `id`. |
9
+ | `id` | *string* | :heavy_minus_sign: | Unique identifier to a record in `dataType`. |
@@ -9,6 +9,8 @@ The type of platform of the connection.
9
9
  | ------------ | ------------ |
10
10
  | `Accounting` | Accounting |
11
11
  | `Banking` | Banking |
12
+ | `BankFeed` | BankFeed |
12
13
  | `Commerce` | Commerce |
14
+ | `Expense` | Expense |
13
15
  | `Other` | Other |
14
16
  | `Unknown` | Unknown |
@@ -6,4 +6,4 @@
6
6
  | Field | Type | Required | Description |
7
7
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8
8
  | `invoiceTo` | [shared.RecordRef](../../../sdk/models/shared/recordref.md) | :heavy_minus_sign: | Links the current record to the underlying record or data type that created it. <br/><br/>For example, if a journal entry is generated based on an invoice, this property allows you to connect the journal entry to the underlying invoice in our data model. |
9
- | `recordRefs` | [shared.RecordRef](../../../sdk/models/shared/recordref.md)[] | :heavy_check_mark: | N/A |
9
+ | `recordRefs` | [shared.TrackingRecordRef](../../../sdk/models/shared/trackingrecordref.md)[] | :heavy_check_mark: | N/A |
@@ -0,0 +1,11 @@
1
+ # TrackingRecordRef
2
+
3
+ Links to the customer or tracking category.
4
+
5
+
6
+ ## Fields
7
+
8
+ | Field | Type | Required | Description | Example |
9
+ | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
10
+ | `dataType` | [shared.TrackingRecordRefDataType](../../../sdk/models/shared/trackingrecordrefdatatype.md) | :heavy_minus_sign: | Name of underlying data type. | trackingCategories |
11
+ | `id` | *string* | :heavy_minus_sign: | 'id' of the underlying record or data type. | |
@@ -0,0 +1,12 @@
1
+ # TrackingRecordRefDataType
2
+
3
+ Name of underlying data type.
4
+
5
+
6
+ ## Values
7
+
8
+ | Name | Value |
9
+ | -------------------- | -------------------- |
10
+ | `Customers` | customers |
11
+ | `Suppliers` | suppliers |
12
+ | `TrackingCategories` | trackingCategories |
@@ -0,0 +1,9 @@
1
+ # WithholdingTaxItems
2
+
3
+
4
+ ## Fields
5
+
6
+ | Field | Type | Required | Description |
7
+ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
8
+ | `amount` | *number* | :heavy_check_mark: | Amount of tax withheld. |
9
+ | `name` | *string* | :heavy_check_mark: | Name assigned to withheld tax. |
@@ -58,4 +58,4 @@ run();
58
58
 
59
59
  | Error Object | Status Code | Content Type |
60
60
  | --------------- | --------------- | --------------- |
61
- | errors.SDKError | 400-600 | */* |
61
+ | errors.SDKError | 4xx-5xx | */* |
@@ -59,7 +59,7 @@ run();
59
59
 
60
60
  | Error Object | Status Code | Content Type |
61
61
  | --------------- | --------------- | --------------- |
62
- | errors.SDKError | 400-600 | */* |
62
+ | errors.SDKError | 4xx-5xx | */* |
63
63
 
64
64
  ## list
65
65
 
@@ -114,4 +114,4 @@ run();
114
114
 
115
115
  | Error Object | Status Code | Content Type |
116
116
  | --------------- | --------------- | --------------- |
117
- | errors.SDKError | 400-600 | */* |
117
+ | errors.SDKError | 4xx-5xx | */* |
@@ -59,7 +59,7 @@ run();
59
59
 
60
60
  | Error Object | Status Code | Content Type |
61
61
  | --------------- | --------------- | --------------- |
62
- | errors.SDKError | 400-600 | */* |
62
+ | errors.SDKError | 4xx-5xx | */* |
63
63
 
64
64
  ## list
65
65
 
@@ -114,4 +114,4 @@ run();
114
114
 
115
115
  | Error Object | Status Code | Content Type |
116
116
  | --------------- | --------------- | --------------- |
117
- | errors.SDKError | 400-600 | */* |
117
+ | errors.SDKError | 4xx-5xx | */* |
@@ -53,7 +53,7 @@ run();
53
53
 
54
54
  | Error Object | Status Code | Content Type |
55
55
  | --------------- | --------------- | --------------- |
56
- | errors.SDKError | 400-600 | */* |
56
+ | errors.SDKError | 4xx-5xx | */* |
57
57
 
58
58
  ## getCategorizedAccounts
59
59
 
@@ -102,4 +102,4 @@ run();
102
102
 
103
103
  | Error Object | Status Code | Content Type |
104
104
  | --------------- | --------------- | --------------- |
105
- | errors.SDKError | 400-600 | */* |
105
+ | errors.SDKError | 4xx-5xx | */* |
@@ -73,7 +73,7 @@ run();
73
73
 
74
74
  | Error Object | Status Code | Content Type |
75
75
  | --------------- | --------------- | --------------- |
76
- | errors.SDKError | 400-600 | */* |
76
+ | errors.SDKError | 4xx-5xx | */* |
77
77
 
78
78
  ## getCreateUpdateModel
79
79
 
@@ -129,4 +129,4 @@ run();
129
129
 
130
130
  | Error Object | Status Code | Content Type |
131
131
  | --------------- | --------------- | --------------- |
132
- | errors.SDKError | 400-600 | */* |
132
+ | errors.SDKError | 4xx-5xx | */* |
@@ -69,7 +69,7 @@ run();
69
69
 
70
70
  | Error Object | Status Code | Content Type |
71
71
  | --------------- | --------------- | --------------- |
72
- | errors.SDKError | 400-600 | */* |
72
+ | errors.SDKError | 4xx-5xx | */* |
73
73
 
74
74
  ## getCreateModel
75
75
 
@@ -126,4 +126,4 @@ run();
126
126
 
127
127
  | Error Object | Status Code | Content Type |
128
128
  | --------------- | --------------- | --------------- |
129
- | errors.SDKError | 400-600 | */* |
129
+ | errors.SDKError | 4xx-5xx | */* |
@@ -58,7 +58,7 @@ run();
58
58
 
59
59
  | Error Object | Status Code | Content Type |
60
60
  | --------------- | --------------- | --------------- |
61
- | errors.SDKError | 400-600 | */* |
61
+ | errors.SDKError | 4xx-5xx | */* |
62
62
 
63
63
  ## list
64
64
 
@@ -112,4 +112,4 @@ run();
112
112
 
113
113
  | Error Object | Status Code | Content Type |
114
114
  | --------------- | --------------- | --------------- |
115
- | errors.SDKError | 400-600 | */* |
115
+ | errors.SDKError | 4xx-5xx | */* |
@@ -58,7 +58,7 @@ run();
58
58
 
59
59
  | Error Object | Status Code | Content Type |
60
60
  | --------------- | --------------- | --------------- |
61
- | errors.SDKError | 400-600 | */* |
61
+ | errors.SDKError | 4xx-5xx | */* |
62
62
 
63
63
  ## list
64
64
 
@@ -112,4 +112,4 @@ run();
112
112
 
113
113
  | Error Object | Status Code | Content Type |
114
114
  | --------------- | --------------- | --------------- |
115
- | errors.SDKError | 400-600 | */* |
115
+ | errors.SDKError | 4xx-5xx | */* |
@@ -61,7 +61,7 @@ run();
61
61
 
62
62
  | Error Object | Status Code | Content Type |
63
63
  | --------------- | --------------- | --------------- |
64
- | errors.SDKError | 400-600 | */* |
64
+ | errors.SDKError | 4xx-5xx | */* |
65
65
 
66
66
  ## get
67
67
 
@@ -115,7 +115,7 @@ run();
115
115
 
116
116
  | Error Object | Status Code | Content Type |
117
117
  | --------------- | --------------- | --------------- |
118
- | errors.SDKError | 400-600 | */* |
118
+ | errors.SDKError | 4xx-5xx | */* |
119
119
 
120
120
  ## getAttachment
121
121
 
@@ -169,7 +169,7 @@ run();
169
169
 
170
170
  | Error Object | Status Code | Content Type |
171
171
  | --------------- | --------------- | --------------- |
172
- | errors.SDKError | 400-600 | */* |
172
+ | errors.SDKError | 4xx-5xx | */* |
173
173
 
174
174
  ## list
175
175
 
@@ -223,7 +223,7 @@ run();
223
223
 
224
224
  | Error Object | Status Code | Content Type |
225
225
  | --------------- | --------------- | --------------- |
226
- | errors.SDKError | 400-600 | */* |
226
+ | errors.SDKError | 4xx-5xx | */* |
227
227
 
228
228
  ## listAttachments
229
229
 
@@ -276,4 +276,4 @@ run();
276
276
 
277
277
  | Error Object | Status Code | Content Type |
278
278
  | --------------- | --------------- | --------------- |
279
- | errors.SDKError | 400-600 | */* |
279
+ | errors.SDKError | 4xx-5xx | */* |
@@ -52,4 +52,4 @@ run();
52
52
 
53
53
  | Error Object | Status Code | Content Type |
54
54
  | --------------- | --------------- | --------------- |
55
- | errors.SDKError | 400-600 | */* |
55
+ | errors.SDKError | 4xx-5xx | */* |
@@ -55,4 +55,4 @@ run();
55
55
 
56
56
  | Error Object | Status Code | Content Type |
57
57
  | --------------- | --------------- | --------------- |
58
- | errors.SDKError | 400-600 | */* |
58
+ | errors.SDKError | 4xx-5xx | */* |
@@ -65,4 +65,4 @@ run();
65
65
 
66
66
  | Error Object | Status Code | Content Type |
67
67
  | --------------- | --------------- | --------------- |
68
- | errors.SDKError | 400-600 | */* |
68
+ | errors.SDKError | 4xx-5xx | */* |
@@ -59,7 +59,7 @@ run();
59
59
 
60
60
  | Error Object | Status Code | Content Type |
61
61
  | --------------- | --------------- | --------------- |
62
- | errors.SDKError | 400-600 | */* |
62
+ | errors.SDKError | 4xx-5xx | */* |
63
63
 
64
64
  ## list
65
65
 
@@ -114,4 +114,4 @@ run();
114
114
 
115
115
  | Error Object | Status Code | Content Type |
116
116
  | --------------- | --------------- | --------------- |
117
- | errors.SDKError | 400-600 | */* |
117
+ | errors.SDKError | 4xx-5xx | */* |
@@ -59,7 +59,7 @@ run();
59
59
 
60
60
  | Error Object | Status Code | Content Type |
61
61
  | --------------- | --------------- | --------------- |
62
- | errors.SDKError | 400-600 | */* |
62
+ | errors.SDKError | 4xx-5xx | */* |
63
63
 
64
64
  ## list
65
65
 
@@ -114,4 +114,4 @@ run();
114
114
 
115
115
  | Error Object | Status Code | Content Type |
116
116
  | --------------- | --------------- | --------------- |
117
- | errors.SDKError | 400-600 | */* |
117
+ | errors.SDKError | 4xx-5xx | */* |
@@ -59,7 +59,7 @@ run();
59
59
 
60
60
  | Error Object | Status Code | Content Type |
61
61
  | --------------- | --------------- | --------------- |
62
- | errors.SDKError | 400-600 | */* |
62
+ | errors.SDKError | 4xx-5xx | */* |
63
63
 
64
64
  ## list
65
65
 
@@ -114,4 +114,4 @@ run();
114
114
 
115
115
  | Error Object | Status Code | Content Type |
116
116
  | --------------- | --------------- | --------------- |
117
- | errors.SDKError | 400-600 | */* |
117
+ | errors.SDKError | 4xx-5xx | */* |
@@ -61,7 +61,7 @@ run();
61
61
 
62
62
  | Error Object | Status Code | Content Type |
63
63
  | --------------- | --------------- | --------------- |
64
- | errors.SDKError | 400-600 | */* |
64
+ | errors.SDKError | 4xx-5xx | */* |
65
65
 
66
66
  ## get
67
67
 
@@ -116,7 +116,7 @@ run();
116
116
 
117
117
  | Error Object | Status Code | Content Type |
118
118
  | --------------- | --------------- | --------------- |
119
- | errors.SDKError | 400-600 | */* |
119
+ | errors.SDKError | 4xx-5xx | */* |
120
120
 
121
121
  ## getAttachment
122
122
 
@@ -170,7 +170,7 @@ run();
170
170
 
171
171
  | Error Object | Status Code | Content Type |
172
172
  | --------------- | --------------- | --------------- |
173
- | errors.SDKError | 400-600 | */* |
173
+ | errors.SDKError | 4xx-5xx | */* |
174
174
 
175
175
  ## list
176
176
 
@@ -225,7 +225,7 @@ run();
225
225
 
226
226
  | Error Object | Status Code | Content Type |
227
227
  | --------------- | --------------- | --------------- |
228
- | errors.SDKError | 400-600 | */* |
228
+ | errors.SDKError | 4xx-5xx | */* |
229
229
 
230
230
  ## listAttachments
231
231
 
@@ -278,4 +278,4 @@ run();
278
278
 
279
279
  | Error Object | Status Code | Content Type |
280
280
  | --------------- | --------------- | --------------- |
281
- | errors.SDKError | 400-600 | */* |
281
+ | errors.SDKError | 4xx-5xx | */* |
@@ -58,7 +58,7 @@ run();
58
58
 
59
59
  | Error Object | Status Code | Content Type |
60
60
  | --------------- | --------------- | --------------- |
61
- | errors.SDKError | 400-600 | */* |
61
+ | errors.SDKError | 4xx-5xx | */* |
62
62
 
63
63
  ## list
64
64
 
@@ -111,4 +111,4 @@ run();
111
111
 
112
112
  | Error Object | Status Code | Content Type |
113
113
  | --------------- | --------------- | --------------- |
114
- | errors.SDKError | 400-600 | */* |
114
+ | errors.SDKError | 4xx-5xx | */* |
@@ -86,7 +86,7 @@ run();
86
86
 
87
87
  | Error Object | Status Code | Content Type |
88
88
  | --------------- | --------------- | --------------- |
89
- | errors.SDKError | 400-600 | */* |
89
+ | errors.SDKError | 4xx-5xx | */* |
90
90
 
91
91
  ## getCreateModel
92
92
 
@@ -142,4 +142,4 @@ run();
142
142
 
143
143
  | Error Object | Status Code | Content Type |
144
144
  | --------------- | --------------- | --------------- |
145
- | errors.SDKError | 400-600 | */* |
145
+ | errors.SDKError | 4xx-5xx | */* |
@@ -54,7 +54,8 @@ async function run() {
54
54
  metadata: {},
55
55
  modifiedDate: "2022-10-23T00:00:00Z",
56
56
  paymentMethodRef: {
57
- id: "<ID>",
57
+ id: "EILBDVJVNUAGVKRQ",
58
+ name: "AliPay",
58
59
  },
59
60
  sourceModifiedDate: "2022-10-23T00:00:00Z",
60
61
  supplementalData: {
@@ -93,7 +94,7 @@ run();
93
94
 
94
95
  | Error Object | Status Code | Content Type |
95
96
  | --------------- | --------------- | --------------- |
96
- | errors.SDKError | 400-600 | */* |
97
+ | errors.SDKError | 4xx-5xx | */* |
97
98
 
98
99
  ## getCreateModel
99
100
 
@@ -149,4 +150,4 @@ run();
149
150
 
150
151
  | Error Object | Status Code | Content Type |
151
152
  | --------------- | --------------- | --------------- |
152
- | errors.SDKError | 400-600 | */* |
153
+ | errors.SDKError | 4xx-5xx | */* |
@@ -79,7 +79,7 @@ run();
79
79
 
80
80
  | Error Object | Status Code | Content Type |
81
81
  | --------------- | --------------- | --------------- |
82
- | errors.SDKError | 400-600 | */* |
82
+ | errors.SDKError | 4xx-5xx | */* |
83
83
 
84
84
  ## getRefunds
85
85
 
@@ -155,4 +155,4 @@ run();
155
155
 
156
156
  | Error Object | Status Code | Content Type |
157
157
  | --------------- | --------------- | --------------- |
158
- | errors.SDKError | 400-600 | */* |
158
+ | errors.SDKError | 4xx-5xx | */* |