@payabli/sdk-node 0.0.131 → 0.0.133

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 (263) hide show
  1. package/LICENSE.md +1 -1
  2. package/dist/cjs/BaseClient.js +2 -2
  3. package/dist/cjs/api/resources/bill/types/BillOutData.d.ts +3 -3
  4. package/dist/cjs/api/resources/bill/types/BillResponseData.d.ts +3 -3
  5. package/dist/cjs/api/resources/boarding/client/Client.d.ts +41 -5
  6. package/dist/cjs/api/resources/boarding/client/Client.js +41 -5
  7. package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.ts +1 -1
  8. package/dist/cjs/api/resources/invoice/client/requests/AddInvoiceRequest.d.ts +1 -1
  9. package/dist/cjs/api/resources/invoice/types/GetInvoiceRecord.d.ts +5 -5
  10. package/dist/cjs/api/resources/invoice/types/QueryInvoiceResponse.d.ts +5 -5
  11. package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +1 -1
  12. package/dist/cjs/api/resources/moneyIn/client/Client.js +1 -1
  13. package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +1 -1
  14. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +2 -2
  15. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.ts +1 -1
  16. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.ts +1 -1
  17. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentV2.d.ts +2 -2
  18. package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.d.ts +1 -1
  19. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailCustomer.d.ts +1 -1
  20. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.ts +9 -9
  21. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.d.ts +1 -1
  22. package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +21 -0
  23. package/dist/cjs/api/resources/moneyOut/client/Client.js +21 -0
  24. package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.ts +21 -0
  25. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +2 -2
  26. package/dist/cjs/api/resources/moneyOutTypes/types/MethodElementOut.d.ts +21 -0
  27. package/dist/cjs/api/resources/moneyOutTypes/types/MethodsListOut.d.ts +11 -0
  28. package/dist/cjs/api/resources/moneyOutTypes/types/PaymentLinkStatus.d.ts +8 -0
  29. package/dist/cjs/api/resources/moneyOutTypes/types/PaymentLinkStatus.js +11 -0
  30. package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +3 -0
  31. package/dist/cjs/api/resources/moneyOutTypes/types/index.js +3 -0
  32. package/dist/cjs/api/resources/notification/client/Client.d.ts +4 -4
  33. package/dist/cjs/api/resources/notification/client/Client.js +4 -4
  34. package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.d.ts +1 -1
  35. package/dist/cjs/api/resources/organization/client/requests/OrganizationData.d.ts +1 -1
  36. package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +231 -46
  37. package/dist/cjs/api/resources/paymentLink/client/Client.js +325 -46
  38. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataBill.d.ts +69 -22
  39. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataOut.d.ts +8 -25
  40. package/dist/cjs/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.d.ts +12 -0
  41. package/dist/cjs/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.js +3 -0
  42. package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +0 -79
  43. package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBodyOut.d.ts +88 -0
  44. package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBodyOut.js +3 -0
  45. package/dist/cjs/api/resources/paymentLink/types/index.d.ts +2 -0
  46. package/dist/cjs/api/resources/paymentLink/types/index.js +2 -0
  47. package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +1 -1
  48. package/dist/cjs/api/resources/queryTypes/types/LimitRecord.d.ts +1 -1
  49. package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +8 -8
  50. package/dist/cjs/api/resources/subscription/client/requests/RequestSchedule.d.ts +1 -1
  51. package/dist/cjs/api/resources/tokenStorage/client/Client.d.ts +4 -1
  52. package/dist/cjs/api/resources/tokenStorage/client/Client.js +4 -1
  53. package/dist/cjs/api/resources/tokenStorage/client/requests/AddMethodRequest.d.ts +6 -3
  54. package/dist/cjs/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.ts +1 -1
  55. package/dist/cjs/api/resources/tokenStorage/types/CreateAnonymous.d.ts +1 -1
  56. package/dist/cjs/api/resources/tokenStorage/types/Temporary.d.ts +1 -1
  57. package/dist/cjs/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.d.ts +2 -2
  58. package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +14 -14
  59. package/dist/cjs/api/types/AcceptOauth.d.ts +1 -1
  60. package/dist/cjs/api/types/AcceptRegister.d.ts +1 -1
  61. package/dist/cjs/api/types/AchValidation.d.ts +1 -1
  62. package/dist/cjs/api/types/Annualrevenue.d.ts +1 -1
  63. package/dist/cjs/api/types/ApplePayType.d.ts +1 -1
  64. package/dist/cjs/api/types/ApplicationData.d.ts +1 -1
  65. package/dist/cjs/api/types/ApplicationDataPayIn.d.ts +3 -5
  66. package/dist/cjs/api/types/ApplicationDetailsRecord.d.ts +1 -1
  67. package/dist/cjs/api/types/ApplicationQueryRecord.d.ts +1 -1
  68. package/dist/cjs/api/types/Attachments.d.ts +1 -1
  69. package/dist/cjs/api/types/Avgmonthly.d.ts +1 -1
  70. package/dist/cjs/api/types/Avgticketamt.d.ts +1 -1
  71. package/dist/cjs/api/types/BankData.d.ts +1 -1
  72. package/dist/cjs/api/types/BillApprovals.d.ts +1 -1
  73. package/dist/cjs/api/types/BillData.d.ts +3 -3
  74. package/dist/cjs/api/types/BillDetailsResponse.d.ts +2 -2
  75. package/dist/cjs/api/types/BillEvents.d.ts +1 -1
  76. package/dist/cjs/api/types/BillPayOutData.d.ts +2 -2
  77. package/dist/cjs/api/types/BillPayOutDataRequest.d.ts +2 -2
  78. package/dist/cjs/api/types/BillQueryRecord2.d.ts +4 -4
  79. package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.d.ts +1 -1
  80. package/dist/cjs/api/types/Billitems.d.ts +1 -1
  81. package/dist/cjs/api/types/ContactsField.d.ts +1 -1
  82. package/dist/cjs/api/types/DeviceId.d.ts +1 -1
  83. package/dist/cjs/api/types/Discount.d.ts +1 -1
  84. package/dist/cjs/api/types/DutyAmount.d.ts +1 -1
  85. package/dist/cjs/api/types/EnrollmentStatus.d.ts +1 -1
  86. package/dist/cjs/api/types/ExpectedProcessingDateTime.d.ts +1 -1
  87. package/dist/cjs/api/types/ForceCustomerCreation.d.ts +1 -1
  88. package/dist/cjs/api/types/FreightAmount.d.ts +1 -1
  89. package/dist/cjs/api/types/HasVcardTransactions.d.ts +1 -1
  90. package/dist/cjs/api/types/Highticketamt.d.ts +1 -1
  91. package/dist/cjs/api/types/Initiator.d.ts +1 -1
  92. package/dist/cjs/api/types/IsRoot.d.ts +1 -1
  93. package/dist/cjs/api/types/IsSameDayAch.d.ts +1 -1
  94. package/dist/cjs/api/types/LastModified.d.ts +1 -1
  95. package/dist/cjs/api/types/Mfa.d.ts +1 -1
  96. package/dist/cjs/api/types/Netamountnullable.d.ts +1 -1
  97. package/dist/cjs/api/types/Ownerid.d.ts +5 -1
  98. package/dist/cjs/api/types/Ownership.d.ts +1 -1
  99. package/dist/cjs/api/types/PayabliCredentials.d.ts +2 -0
  100. package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +2 -0
  101. package/dist/cjs/api/types/PaymentDetail.d.ts +1 -1
  102. package/dist/cjs/api/types/PayorId.d.ts +1 -1
  103. package/dist/cjs/api/types/PciAttestation.d.ts +1 -1
  104. package/dist/cjs/api/types/PendingFeeAmount.d.ts +1 -1
  105. package/dist/cjs/api/types/ReadOnly.d.ts +1 -1
  106. package/dist/cjs/api/types/RiskActionCode.d.ts +1 -1
  107. package/dist/cjs/api/types/RiskFlagged.d.ts +1 -1
  108. package/dist/cjs/api/types/RiskFlaggedOn.d.ts +1 -1
  109. package/dist/cjs/api/types/SaveIfSuccess.d.ts +1 -1
  110. package/dist/cjs/api/types/Sequence.d.ts +1 -1
  111. package/dist/cjs/api/types/SignerAcceptance.d.ts +1 -1
  112. package/dist/cjs/api/types/SignerData.d.ts +6 -2
  113. package/dist/cjs/api/types/SignerDataRequest.d.ts +1 -1
  114. package/dist/cjs/api/types/SplitFunding.d.ts +1 -1
  115. package/dist/cjs/api/types/StoredMethodUsageType.d.ts +1 -1
  116. package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +4 -4
  117. package/dist/cjs/api/types/Tax.d.ts +1 -1
  118. package/dist/cjs/api/types/TemplateCode.d.ts +1 -1
  119. package/dist/cjs/api/types/Ticketamt.d.ts +1 -1
  120. package/dist/cjs/api/types/TransactionQueryRecords.d.ts +1 -1
  121. package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +1 -1
  122. package/dist/cjs/api/types/VendorPhone.d.ts +1 -1
  123. package/dist/cjs/api/types/Visible.d.ts +1 -1
  124. package/dist/cjs/api/types/index.d.ts +0 -2
  125. package/dist/cjs/api/types/index.js +0 -2
  126. package/dist/cjs/version.d.ts +1 -1
  127. package/dist/cjs/version.js +1 -1
  128. package/dist/esm/BaseClient.mjs +2 -2
  129. package/dist/esm/api/resources/bill/types/BillOutData.d.mts +3 -3
  130. package/dist/esm/api/resources/bill/types/BillResponseData.d.mts +3 -3
  131. package/dist/esm/api/resources/boarding/client/Client.d.mts +41 -5
  132. package/dist/esm/api/resources/boarding/client/Client.mjs +41 -5
  133. package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.mts +1 -1
  134. package/dist/esm/api/resources/invoice/client/requests/AddInvoiceRequest.d.mts +1 -1
  135. package/dist/esm/api/resources/invoice/types/GetInvoiceRecord.d.mts +5 -5
  136. package/dist/esm/api/resources/invoice/types/QueryInvoiceResponse.d.mts +5 -5
  137. package/dist/esm/api/resources/moneyIn/client/Client.d.mts +1 -1
  138. package/dist/esm/api/resources/moneyIn/client/Client.mjs +1 -1
  139. package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +1 -1
  140. package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +2 -2
  141. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.mts +1 -1
  142. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorizeV2.d.mts +1 -1
  143. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentV2.d.mts +2 -2
  144. package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.d.mts +1 -1
  145. package/dist/esm/api/resources/moneyIn/types/TransactionDetailCustomer.d.mts +1 -1
  146. package/dist/esm/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.mts +9 -9
  147. package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.d.mts +1 -1
  148. package/dist/esm/api/resources/moneyOut/client/Client.d.mts +21 -0
  149. package/dist/esm/api/resources/moneyOut/client/Client.mjs +21 -0
  150. package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.mts +21 -0
  151. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +2 -2
  152. package/dist/esm/api/resources/moneyOutTypes/types/MethodElementOut.d.mts +21 -0
  153. package/dist/esm/api/resources/moneyOutTypes/types/MethodsListOut.d.mts +11 -0
  154. package/dist/esm/api/resources/moneyOutTypes/types/PaymentLinkStatus.d.mts +8 -0
  155. package/dist/esm/api/resources/moneyOutTypes/types/PaymentLinkStatus.mjs +8 -0
  156. package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +3 -0
  157. package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +3 -0
  158. package/dist/esm/api/resources/notification/client/Client.d.mts +4 -4
  159. package/dist/esm/api/resources/notification/client/Client.mjs +4 -4
  160. package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.d.mts +1 -1
  161. package/dist/esm/api/resources/organization/client/requests/OrganizationData.d.mts +1 -1
  162. package/dist/esm/api/resources/paymentLink/client/Client.d.mts +231 -46
  163. package/dist/esm/api/resources/paymentLink/client/Client.mjs +325 -46
  164. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataBill.d.mts +69 -22
  165. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataOut.d.mts +8 -25
  166. package/dist/esm/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.d.mts +12 -0
  167. package/dist/esm/api/resources/paymentLink/types/PatchOutPaymentLinkRequest.mjs +2 -0
  168. package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +0 -79
  169. package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBodyOut.d.mts +88 -0
  170. package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBodyOut.mjs +2 -0
  171. package/dist/esm/api/resources/paymentLink/types/index.d.mts +2 -0
  172. package/dist/esm/api/resources/paymentLink/types/index.mjs +2 -0
  173. package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +1 -1
  174. package/dist/esm/api/resources/queryTypes/types/LimitRecord.d.mts +1 -1
  175. package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +8 -8
  176. package/dist/esm/api/resources/subscription/client/requests/RequestSchedule.d.mts +1 -1
  177. package/dist/esm/api/resources/tokenStorage/client/Client.d.mts +4 -1
  178. package/dist/esm/api/resources/tokenStorage/client/Client.mjs +4 -1
  179. package/dist/esm/api/resources/tokenStorage/client/requests/AddMethodRequest.d.mts +6 -3
  180. package/dist/esm/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.mts +1 -1
  181. package/dist/esm/api/resources/tokenStorage/types/CreateAnonymous.d.mts +1 -1
  182. package/dist/esm/api/resources/tokenStorage/types/Temporary.d.mts +1 -1
  183. package/dist/esm/api/resources/v2MoneyInTypes/types/V2DeclinedTransactionResponseWrapper.d.mts +2 -2
  184. package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +14 -14
  185. package/dist/esm/api/types/AcceptOauth.d.mts +1 -1
  186. package/dist/esm/api/types/AcceptRegister.d.mts +1 -1
  187. package/dist/esm/api/types/AchValidation.d.mts +1 -1
  188. package/dist/esm/api/types/Annualrevenue.d.mts +1 -1
  189. package/dist/esm/api/types/ApplePayType.d.mts +1 -1
  190. package/dist/esm/api/types/ApplicationData.d.mts +1 -1
  191. package/dist/esm/api/types/ApplicationDataPayIn.d.mts +3 -5
  192. package/dist/esm/api/types/ApplicationDetailsRecord.d.mts +1 -1
  193. package/dist/esm/api/types/ApplicationQueryRecord.d.mts +1 -1
  194. package/dist/esm/api/types/Attachments.d.mts +1 -1
  195. package/dist/esm/api/types/Avgmonthly.d.mts +1 -1
  196. package/dist/esm/api/types/Avgticketamt.d.mts +1 -1
  197. package/dist/esm/api/types/BankData.d.mts +1 -1
  198. package/dist/esm/api/types/BillApprovals.d.mts +1 -1
  199. package/dist/esm/api/types/BillData.d.mts +3 -3
  200. package/dist/esm/api/types/BillDetailsResponse.d.mts +2 -2
  201. package/dist/esm/api/types/BillEvents.d.mts +1 -1
  202. package/dist/esm/api/types/BillPayOutData.d.mts +2 -2
  203. package/dist/esm/api/types/BillPayOutDataRequest.d.mts +2 -2
  204. package/dist/esm/api/types/BillQueryRecord2.d.mts +4 -4
  205. package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.d.mts +1 -1
  206. package/dist/esm/api/types/Billitems.d.mts +1 -1
  207. package/dist/esm/api/types/ContactsField.d.mts +1 -1
  208. package/dist/esm/api/types/DeviceId.d.mts +1 -1
  209. package/dist/esm/api/types/Discount.d.mts +1 -1
  210. package/dist/esm/api/types/DutyAmount.d.mts +1 -1
  211. package/dist/esm/api/types/EnrollmentStatus.d.mts +1 -1
  212. package/dist/esm/api/types/ExpectedProcessingDateTime.d.mts +1 -1
  213. package/dist/esm/api/types/ForceCustomerCreation.d.mts +1 -1
  214. package/dist/esm/api/types/FreightAmount.d.mts +1 -1
  215. package/dist/esm/api/types/HasVcardTransactions.d.mts +1 -1
  216. package/dist/esm/api/types/Highticketamt.d.mts +1 -1
  217. package/dist/esm/api/types/Initiator.d.mts +1 -1
  218. package/dist/esm/api/types/IsRoot.d.mts +1 -1
  219. package/dist/esm/api/types/IsSameDayAch.d.mts +1 -1
  220. package/dist/esm/api/types/LastModified.d.mts +1 -1
  221. package/dist/esm/api/types/Mfa.d.mts +1 -1
  222. package/dist/esm/api/types/Netamountnullable.d.mts +1 -1
  223. package/dist/esm/api/types/Ownerid.d.mts +5 -1
  224. package/dist/esm/api/types/Ownership.d.mts +1 -1
  225. package/dist/esm/api/types/PayabliCredentials.d.mts +2 -0
  226. package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +2 -0
  227. package/dist/esm/api/types/PaymentDetail.d.mts +1 -1
  228. package/dist/esm/api/types/PayorId.d.mts +1 -1
  229. package/dist/esm/api/types/PciAttestation.d.mts +1 -1
  230. package/dist/esm/api/types/PendingFeeAmount.d.mts +1 -1
  231. package/dist/esm/api/types/ReadOnly.d.mts +1 -1
  232. package/dist/esm/api/types/RiskActionCode.d.mts +1 -1
  233. package/dist/esm/api/types/RiskFlagged.d.mts +1 -1
  234. package/dist/esm/api/types/RiskFlaggedOn.d.mts +1 -1
  235. package/dist/esm/api/types/SaveIfSuccess.d.mts +1 -1
  236. package/dist/esm/api/types/Sequence.d.mts +1 -1
  237. package/dist/esm/api/types/SignerAcceptance.d.mts +1 -1
  238. package/dist/esm/api/types/SignerData.d.mts +6 -2
  239. package/dist/esm/api/types/SignerDataRequest.d.mts +1 -1
  240. package/dist/esm/api/types/SplitFunding.d.mts +1 -1
  241. package/dist/esm/api/types/StoredMethodUsageType.d.mts +1 -1
  242. package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +4 -4
  243. package/dist/esm/api/types/Tax.d.mts +1 -1
  244. package/dist/esm/api/types/TemplateCode.d.mts +1 -1
  245. package/dist/esm/api/types/Ticketamt.d.mts +1 -1
  246. package/dist/esm/api/types/TransactionQueryRecords.d.mts +1 -1
  247. package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +1 -1
  248. package/dist/esm/api/types/VendorPhone.d.mts +1 -1
  249. package/dist/esm/api/types/Visible.d.mts +1 -1
  250. package/dist/esm/api/types/index.d.mts +0 -2
  251. package/dist/esm/api/types/index.mjs +0 -2
  252. package/dist/esm/version.d.mts +1 -1
  253. package/dist/esm/version.mjs +1 -1
  254. package/package.json +1 -1
  255. package/reference.md +253 -56
  256. package/dist/cjs/api/types/Datenullable.d.ts +0 -4
  257. package/dist/cjs/api/types/DatetimeNullable.d.ts +0 -4
  258. package/dist/esm/api/types/Datenullable.d.mts +0 -4
  259. package/dist/esm/api/types/DatetimeNullable.d.mts +0 -4
  260. /package/dist/cjs/api/{types/Datenullable.js → resources/moneyOutTypes/types/MethodElementOut.js} +0 -0
  261. /package/dist/cjs/api/{types/DatetimeNullable.js → resources/moneyOutTypes/types/MethodsListOut.js} +0 -0
  262. /package/dist/esm/api/{types/Datenullable.mjs → resources/moneyOutTypes/types/MethodElementOut.mjs} +0 -0
  263. /package/dist/esm/api/{types/DatetimeNullable.mjs → resources/moneyOutTypes/types/MethodsListOut.mjs} +0 -0
@@ -48,7 +48,27 @@ export class BoardingClient {
48
48
  * avgmonthly: 1000,
49
49
  * baddress: "123 Walnut Street",
50
50
  * baddress1: "Suite 103",
51
- * bankData: {},
51
+ * bankData: [{
52
+ * accountNumber: "123123123",
53
+ * bankAccountFunction: 1,
54
+ * bankAccountHolderName: "Gruzya Adventure Outfitters LLC",
55
+ * bankAccountHolderType: "Business",
56
+ * bankName: "Test Bank",
57
+ * nickname: "Withdrawal Account",
58
+ * routingAccount: "123123123",
59
+ * typeAccount: "Checking",
60
+ * accountId: "123-456"
61
+ * }, {
62
+ * accountNumber: "123123123",
63
+ * bankAccountFunction: 0,
64
+ * bankAccountHolderName: "Gruzya Adventure Outfitters LLC",
65
+ * bankAccountHolderType: "Business",
66
+ * bankName: "Test Bank",
67
+ * nickname: "Deposit Account",
68
+ * routingAccount: "123123123",
69
+ * typeAccount: "Checking",
70
+ * accountId: "123-456"
71
+ * }],
52
72
  * bcity: "New Vegas",
53
73
  * bcountry: "US",
54
74
  * binperson: 60,
@@ -118,7 +138,11 @@ export class BoardingClient {
118
138
  * signedDocumentReference: "https://example.com/signed-document.pdf",
119
139
  * attestationDate: "04/20/2025",
120
140
  * signDate: "04/20/2025",
121
- * additionalData: "{\"deviceId\":\"499585-389fj484-3jcj8hj3\",\"session\":\"fifji4-fiu443-fn4843\",\"timeWithCompany\":\"6 Years\"}"
141
+ * additionalData: {
142
+ * "deviceId": "499585-389fj484-3jcj8hj3",
143
+ * "session": "fifji4-fiu443-fn4843",
144
+ * "timeWithCompany": "6 Years"
145
+ * }
122
146
  * },
123
147
  * startdate: "01/01/1990",
124
148
  * taxFillName: "Sunshine LLC",
@@ -230,7 +254,11 @@ export class BoardingClient {
230
254
  * signedDocumentReference: "https://example.com/signed-document.pdf",
231
255
  * attestationDate: "04/20/2025",
232
256
  * signDate: "04/20/2025",
233
- * additionalData: "{\"deviceId\":\"499585-389fj484-3jcj8hj3\",\"session\":\"fifji4-fiu443-fn4843\",\"timeWithCompany\":\"6 Years\"}"
257
+ * additionalData: {
258
+ * "deviceId": "499585-389fj484-3jcj8hj3",
259
+ * "session": "fifji4-fiu443-fn4843",
260
+ * "timeWithCompany": "6 Years"
261
+ * }
234
262
  * },
235
263
  * startdate: "01/01/2015",
236
264
  * taxfillname: "Herman's Coatings LLC",
@@ -363,7 +391,11 @@ export class BoardingClient {
363
391
  * signedDocumentReference: "https://example.com/signed-document.pdf",
364
392
  * attestationDate: "04/20/2025",
365
393
  * signDate: "04/20/2025",
366
- * additionalData: "{\"deviceId\":\"499585-389fj484-3jcj8hj3\",\"session\":\"fifji4-fiu443-fn4843\",\"timeWithCompany\":\"6 Years\"}"
394
+ * additionalData: {
395
+ * "deviceId": "499585-389fj484-3jcj8hj3",
396
+ * "session": "fifji4-fiu443-fn4843",
397
+ * "timeWithCompany": "6 Years"
398
+ * }
367
399
  * },
368
400
  * startdate: "01/01/2015",
369
401
  * taxfillname: "Herman's Coatings LLC",
@@ -498,7 +530,11 @@ export class BoardingClient {
498
530
  * signedDocumentReference: "https://example.com/signed-document.pdf",
499
531
  * attestationDate: "04/20/2025",
500
532
  * signDate: "04/20/2025",
501
- * additionalData: "{\"deviceId\":\"499585-389fj484-3jcj8hj3\",\"session\":\"fifji4-fiu443-fn4843\",\"timeWithCompany\":\"6 Years\"}"
533
+ * additionalData: {
534
+ * "deviceId": "499585-389fj484-3jcj8hj3",
535
+ * "session": "fifji4-fiu443-fn4843",
536
+ * "timeWithCompany": "6 Years"
537
+ * }
502
538
  * },
503
539
  * startdate: "01/01/2015",
504
540
  * taxfillname: "Herman's Coatings LLC",
@@ -8,7 +8,7 @@ import type * as Payabli from "../../../../index.mjs";
8
8
  export interface ResponseChargeBack {
9
9
  idempotencyKey?: Payabli.IdempotencyKey;
10
10
  /** Array of attached files to response. */
11
- attachments?: Payabli.Attachments | undefined;
11
+ attachments?: Payabli.Attachments;
12
12
  /** Email of response submitter. */
13
13
  contactEmail?: Payabli.Email;
14
14
  /** Name of response submitter */
@@ -35,7 +35,7 @@ import type * as Payabli from "../../../../index.mjs";
35
35
  * }
36
36
  */
37
37
  export interface AddInvoiceRequest {
38
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
38
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
39
39
  idempotencyKey?: Payabli.IdempotencyKey;
40
40
  body: Payabli.InvoiceDataRequest;
41
41
  }
@@ -4,11 +4,11 @@ export interface GetInvoiceRecord {
4
4
  customerId: Payabli.CustomerId;
5
5
  paypointId: Payabli.PaypointId;
6
6
  invoiceNumber: Payabli.InvoiceNumber;
7
- invoiceDate?: Payabli.Datenullable | undefined;
8
- invoiceDueDate?: Payabli.Datenullable | undefined;
9
- invoiceSentDate?: Payabli.DatetimeNullable | undefined;
10
- invoiceEndDate?: Payabli.Datenullable | undefined;
11
- lastPaymentDate?: Payabli.DatetimeNullable | undefined;
7
+ invoiceDate: string | null;
8
+ invoiceDueDate: string | null;
9
+ invoiceSentDate: string | null;
10
+ invoiceEndDate: string | null;
11
+ lastPaymentDate: string | null;
12
12
  createdAt: Payabli.CreatedAt;
13
13
  invoiceStatus: Payabli.Invoicestatus;
14
14
  invoiceType: Payabli.InvoiceType;
@@ -12,15 +12,15 @@ export declare namespace QueryInvoiceResponse {
12
12
  paypointId: Payabli.PaypointId;
13
13
  invoiceNumber: Payabli.InvoiceNumber;
14
14
  /** Invoice date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
15
- invoiceDate?: Payabli.Datenullable | undefined;
15
+ invoiceDate: string | null;
16
16
  /** Invoice due date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
17
- invoiceDueDate?: Payabli.Datenullable | undefined;
17
+ invoiceDueDate: string | null;
18
18
  /** Invoice sent date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
19
- invoiceSentDate?: Payabli.Datenullable | undefined;
19
+ invoiceSentDate: string | null;
20
20
  /** The end date for a scheduled invoice cycle (`invoiceType` = 1). */
21
- invoiceEndDate?: Payabli.Datenullable | undefined;
21
+ invoiceEndDate: string | null;
22
22
  /** Timestamp of last payment. */
23
- lastPaymentDate?: Payabli.DatetimeNullable | undefined;
23
+ lastPaymentDate: string | null;
24
24
  createdAt: Payabli.CreatedAt;
25
25
  invoiceStatus: Payabli.Invoicestatus;
26
26
  invoiceType: Payabli.InvoiceType;
@@ -117,7 +117,7 @@ export declare class MoneyInClient {
117
117
  captureAuth(transId: string, request: Payabli.CaptureRequest, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.CaptureResponse>;
118
118
  private __captureAuth;
119
119
  /**
120
- * Make a temporary microdeposit in a customer account to verify the customer's ownership and access to the target account. Reverse the microdeposit with `reverseCredit`.
120
+ * Make a temporary microdeposit in a customer account to verify the customer's ownership and access to the target account. Reverse the microdeposit with `reverseCredit`. Payabli doesn't automatically make microdeposits when you add a bank account, you must manually make the requests.
121
121
  *
122
122
  * This feature must be enabled by Payabli on a per-merchant basis. Contact support for help.
123
123
  *
@@ -270,7 +270,7 @@ export class MoneyInClient {
270
270
  });
271
271
  }
272
272
  /**
273
- * Make a temporary microdeposit in a customer account to verify the customer's ownership and access to the target account. Reverse the microdeposit with `reverseCredit`.
273
+ * Make a temporary microdeposit in a customer account to verify the customer's ownership and access to the target account. Reverse the microdeposit with `reverseCredit`. Payabli doesn't automatically make microdeposits when you add a bank account, you must manually make the requests.
274
274
  *
275
275
  * This feature must be enabled by Payabli on a per-merchant basis. Contact support for help.
276
276
  *
@@ -48,7 +48,7 @@ import type * as Payabli from "../../../../index.mjs";
48
48
  * }
49
49
  */
50
50
  export interface RequestCredit {
51
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
51
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
52
52
  idempotencyKey?: Payabli.IdempotencyKey;
53
53
  accountId?: Payabli.Accountid;
54
54
  /** Object describing the customer/payor. */
@@ -200,8 +200,8 @@ import type * as Payabli from "../../../../index.mjs";
200
200
  * }
201
201
  */
202
202
  export interface RequestPayment {
203
- achValidation?: Payabli.AchValidation | undefined;
204
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
203
+ achValidation?: Payabli.AchValidation;
204
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
205
205
  /** When `true`, transactionDetails object is returned in the response. See a full example of the `transactionDetails` object in the [Transaction integration guide](/developers/developer-guides/money-in-transaction-add#includedetailstrue-response). */
206
206
  includeDetails?: boolean;
207
207
  idempotencyKey?: Payabli.IdempotencyKey;
@@ -25,7 +25,7 @@ import type * as Payabli from "../../../../index.mjs";
25
25
  * }
26
26
  */
27
27
  export interface RequestPaymentAuthorize {
28
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
28
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
29
29
  idempotencyKey?: Payabli.IdempotencyKey;
30
30
  body: Payabli.TransRequestBody;
31
31
  }
@@ -25,7 +25,7 @@ import type * as Payabli from "../../../../index.mjs";
25
25
  * }
26
26
  */
27
27
  export interface RequestPaymentAuthorizeV2 {
28
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
28
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
29
29
  idempotencyKey?: Payabli.IdempotencyKey;
30
30
  body: Payabli.TransRequestBody;
31
31
  }
@@ -90,8 +90,8 @@ import type * as Payabli from "../../../../index.mjs";
90
90
  * }
91
91
  */
92
92
  export interface RequestPaymentV2 {
93
- achValidation?: Payabli.AchValidation | undefined;
94
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
93
+ achValidation?: Payabli.AchValidation;
94
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
95
95
  idempotencyKey?: Payabli.IdempotencyKey;
96
96
  /** Value obtained from user when an API generated CAPTCHA is used in payment page */
97
97
  validationCode?: string;
@@ -1,7 +1,7 @@
1
1
  import type * as Payabli from "../../../index.mjs";
2
2
  export interface ResponseDataRefunds {
3
3
  authCode: Payabli.Authcode;
4
- expectedProcessingDateTime: (Payabli.ExpectedProcessingDateTime | undefined) | null;
4
+ expectedProcessingDateTime: Payabli.ExpectedProcessingDateTime | null;
5
5
  /** This field isn't applicable to refund operations. */
6
6
  avsResponseText?: Payabli.AvsResponseText | undefined;
7
7
  customerId: Payabli.CustomerId | null;
@@ -24,5 +24,5 @@ export interface TransactionDetailCustomer {
24
24
  shippingCountry: Payabli.Shippingcountry;
25
25
  customerId: Payabli.CustomerId;
26
26
  customerStatus: Payabli.CustomerStatus;
27
- additionalData: Payabli.AdditionalDataString | null;
27
+ additionalData: Payabli.AdditionalDataMap | null;
28
28
  }
@@ -4,20 +4,20 @@ import type * as Payabli from "../../../index.mjs";
4
4
  */
5
5
  export interface TransactionDetailInvoiceData {
6
6
  invoiceNumber: Payabli.InvoiceNumber | null;
7
- invoiceDate: (Payabli.Datenullable | undefined) | null;
8
- invoiceDueDate: (Payabli.Datenullable | undefined) | null;
9
- invoiceEndDate: (Payabli.Datenullable | undefined) | null;
7
+ invoiceDate: string | null;
8
+ invoiceDueDate: string | null;
9
+ invoiceEndDate: string | null;
10
10
  invoiceStatus: Payabli.Invoicestatus | null;
11
11
  invoiceType: Payabli.InvoiceType | null;
12
12
  frequency: Payabli.Frequency | null;
13
13
  paymentTerms: string | null;
14
14
  termsConditions: Payabli.TermsConditions | null;
15
15
  notes: string | null;
16
- tax: (Payabli.Tax | undefined) | null;
17
- discount: (Payabli.Discount | undefined) | null;
16
+ tax: Payabli.Tax | null;
17
+ discount: Payabli.Discount | null;
18
18
  invoiceAmount: Payabli.InvoiceAmount | null;
19
- freightAmount: (Payabli.FreightAmount | undefined) | null;
20
- dutyAmount: (Payabli.DutyAmount | undefined) | null;
19
+ freightAmount: Payabli.FreightAmount | null;
20
+ dutyAmount: Payabli.DutyAmount | null;
21
21
  purchaseOrder: Payabli.PurchaseOrder | null;
22
22
  firstName: string | null;
23
23
  lastName: string | null;
@@ -33,6 +33,6 @@ export interface TransactionDetailInvoiceData {
33
33
  shippingFromZip: Payabli.ShippingFromZip | null;
34
34
  summaryCommodityCode: Payabli.SummaryCommodityCode | null;
35
35
  items: Payabli.BillItem[] | null;
36
- attachments: (Payabli.Attachments | undefined) | null;
37
- additionalData: Payabli.AdditionalDataString | null;
36
+ attachments: Payabli.Attachments | null;
37
+ additionalData: Payabli.AdditionalDataMap | null;
38
38
  }
@@ -39,7 +39,7 @@ export interface TransactionDetailRecord {
39
39
  isValidatedACH: boolean;
40
40
  transactionTime: string;
41
41
  customer: Payabli.TransactionDetailCustomer;
42
- splitFundingInstructions: (Payabli.SplitFunding | undefined) | null;
42
+ splitFundingInstructions: Payabli.SplitFunding | null;
43
43
  cfeeTransactions: Payabli.QueryCFeeTransaction[];
44
44
  transactionEvents: Payabli.TransactionDetailEvent[];
45
45
  pendingFeeAmount?: Payabli.PendingFeeAmount | undefined;
@@ -92,6 +92,27 @@ export declare class MoneyOutClient {
92
92
  * @example
93
93
  * await client.moneyOut.authorizeOut({
94
94
  * body: {
95
+ * entryPoint: "48acde49",
96
+ * invoiceData: [{
97
+ * billId: 54323
98
+ * }],
99
+ * orderDescription: "Office Supplies",
100
+ * paymentDetails: {
101
+ * totalAmount: 1500,
102
+ * checkNumber: "10001"
103
+ * },
104
+ * paymentMethod: {
105
+ * method: "check"
106
+ * },
107
+ * vendorData: {
108
+ * vendorNumber: "7895433"
109
+ * }
110
+ * }
111
+ * })
112
+ *
113
+ * @example
114
+ * await client.moneyOut.authorizeOut({
115
+ * body: {
95
116
  * entryPoint: "47ced57b",
96
117
  * paymentMethod: {
97
118
  * method: "ach",
@@ -101,6 +101,27 @@ export class MoneyOutClient {
101
101
  * @example
102
102
  * await client.moneyOut.authorizeOut({
103
103
  * body: {
104
+ * entryPoint: "48acde49",
105
+ * invoiceData: [{
106
+ * billId: 54323
107
+ * }],
108
+ * orderDescription: "Office Supplies",
109
+ * paymentDetails: {
110
+ * totalAmount: 1500,
111
+ * checkNumber: "10001"
112
+ * },
113
+ * paymentMethod: {
114
+ * method: "check"
115
+ * },
116
+ * vendorData: {
117
+ * vendorNumber: "7895433"
118
+ * }
119
+ * }
120
+ * })
121
+ *
122
+ * @example
123
+ * await client.moneyOut.authorizeOut({
124
+ * body: {
104
125
  * entryPoint: "47ced57b",
105
126
  * paymentMethod: {
106
127
  * method: "ach",
@@ -71,6 +71,27 @@ import type * as Payabli from "../../../../index.mjs";
71
71
  * @example
72
72
  * {
73
73
  * body: {
74
+ * entryPoint: "48acde49",
75
+ * invoiceData: [{
76
+ * billId: 54323
77
+ * }],
78
+ * orderDescription: "Office Supplies",
79
+ * paymentDetails: {
80
+ * totalAmount: 1500,
81
+ * checkNumber: "10001"
82
+ * },
83
+ * paymentMethod: {
84
+ * method: "check"
85
+ * },
86
+ * vendorData: {
87
+ * vendorNumber: "7895433"
88
+ * }
89
+ * }
90
+ * }
91
+ *
92
+ * @example
93
+ * {
94
+ * body: {
74
95
  * entryPoint: "47ced57b",
75
96
  * paymentMethod: {
76
97
  * method: "ach",
@@ -85,9 +85,9 @@ export declare namespace AuthorizePayoutBody {
85
85
  invoiceNumber?: Payabli.InvoiceNumber | undefined;
86
86
  netAmount?: Payabli.NetAmountstring | undefined;
87
87
  /** Invoice date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
88
- invoiceDate?: Payabli.Datenullable | undefined;
88
+ invoiceDate?: string | undefined;
89
89
  /** Invoice due date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
90
- dueDate?: Payabli.Datenullable | undefined;
90
+ dueDate?: string | undefined;
91
91
  comments?: Payabli.Comments | undefined;
92
92
  lotNumber?: Payabli.LotNumber | undefined;
93
93
  billId?: Payabli.BillId | undefined;
@@ -0,0 +1,21 @@
1
+ import type * as Payabli from "../../../index.mjs";
2
+ /**
3
+ * Configuration for payment method selection on Pay Out payment links.
4
+ */
5
+ export interface MethodElementOut {
6
+ /** Flag indicating if all allowed payment methods will be pre-selected. */
7
+ allMethodsChecked?: boolean | undefined;
8
+ /** When `true`, the vendor can select from multiple payment methods. When `false`, only the default method is shown. */
9
+ allowMultipleMethods?: boolean | undefined;
10
+ /** The default payment method to highlight on the payment link page. For example, `"vcard"`, `"ach"`, or `"check"`. */
11
+ defaultMethod?: string | undefined;
12
+ /** When `true`, the payment methods section is displayed on the payment link page. */
13
+ enabled?: boolean | undefined;
14
+ /** Header text for the payment methods section. */
15
+ header?: string | undefined;
16
+ methods?: Payabli.MethodsListOut | undefined;
17
+ /** Display order of the payment methods section on the page. */
18
+ order?: number | undefined;
19
+ /** When `true`, a preview of the virtual card is shown on the payment link page. */
20
+ showPreviewVirtualCard?: boolean | undefined;
21
+ }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Payment methods available for Pay Out payment links. Controls which payout options are offered to the vendor.
3
+ */
4
+ export interface MethodsListOut {
5
+ /** When `true`, ACH bank transfer is offered as a payout method. */
6
+ ach?: boolean | undefined;
7
+ /** When `true`, physical check is offered as a payout method. */
8
+ check?: boolean | undefined;
9
+ /** When `true`, virtual card (vCard) is offered as a payout method. */
10
+ vcard?: boolean | undefined;
11
+ }
@@ -0,0 +1,8 @@
1
+ /** The status of a payment link. */
2
+ export declare const PaymentLinkStatus: {
3
+ readonly Active: "Active";
4
+ readonly Expired: "Expired";
5
+ readonly Canceled: "Canceled";
6
+ readonly Deleted: "Deleted";
7
+ };
8
+ export type PaymentLinkStatus = (typeof PaymentLinkStatus)[keyof typeof PaymentLinkStatus];
@@ -0,0 +1,8 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ /** The status of a payment link. */
3
+ export const PaymentLinkStatus = {
4
+ Active: "Active",
5
+ Expired: "Expired",
6
+ Canceled: "Canceled",
7
+ Deleted: "Deleted",
8
+ };
@@ -4,5 +4,8 @@ export * from "./AuthorizePaymentMethod.mjs";
4
4
  export * from "./AuthorizePayoutBody.mjs";
5
5
  export * from "./CaptureAllOutResponse.mjs";
6
6
  export * from "./LotNumber.mjs";
7
+ export * from "./MethodElementOut.mjs";
8
+ export * from "./MethodsListOut.mjs";
7
9
  export * from "./OperationResult.mjs";
10
+ export * from "./PaymentLinkStatus.mjs";
8
11
  export * from "./VCardGetResponse.mjs";
@@ -4,5 +4,8 @@ export * from "./AuthorizePaymentMethod.mjs";
4
4
  export * from "./AuthorizePayoutBody.mjs";
5
5
  export * from "./CaptureAllOutResponse.mjs";
6
6
  export * from "./LotNumber.mjs";
7
+ export * from "./MethodElementOut.mjs";
8
+ export * from "./MethodsListOut.mjs";
7
9
  export * from "./OperationResult.mjs";
10
+ export * from "./PaymentLinkStatus.mjs";
8
11
  export * from "./VCardGetResponse.mjs";
@@ -28,7 +28,7 @@ export declare class NotificationClient {
28
28
  * },
29
29
  * frequency: "untilcancelled",
30
30
  * method: "web",
31
- * ownerId: "236",
31
+ * ownerId: 236,
32
32
  * ownerType: 0,
33
33
  * status: 1,
34
34
  * target: "https://webhook.site/2871b8f8-edc7-441a-b376-98d8c8e33275"
@@ -41,7 +41,7 @@ export declare class NotificationClient {
41
41
  * },
42
42
  * frequency: "untilcancelled",
43
43
  * method: "web",
44
- * ownerId: "236",
44
+ * ownerId: 236,
45
45
  * ownerType: 0,
46
46
  * status: 1,
47
47
  * target: "https://cfe9dc390ce2.ngrok-free.app/webhook"
@@ -58,7 +58,7 @@ export declare class NotificationClient {
58
58
  * },
59
59
  * frequency: "biweekly",
60
60
  * method: "report-email",
61
- * ownerId: "236",
61
+ * ownerId: 236,
62
62
  * ownerType: 0,
63
63
  * status: 1,
64
64
  * target: "admin@example.com"
@@ -117,7 +117,7 @@ export declare class NotificationClient {
117
117
  * },
118
118
  * frequency: "untilcancelled",
119
119
  * method: "email",
120
- * ownerId: "136",
120
+ * ownerId: 136,
121
121
  * ownerType: 0,
122
122
  * status: 1,
123
123
  * target: "newemail@email.com"
@@ -37,7 +37,7 @@ export class NotificationClient {
37
37
  * },
38
38
  * frequency: "untilcancelled",
39
39
  * method: "web",
40
- * ownerId: "236",
40
+ * ownerId: 236,
41
41
  * ownerType: 0,
42
42
  * status: 1,
43
43
  * target: "https://webhook.site/2871b8f8-edc7-441a-b376-98d8c8e33275"
@@ -50,7 +50,7 @@ export class NotificationClient {
50
50
  * },
51
51
  * frequency: "untilcancelled",
52
52
  * method: "web",
53
- * ownerId: "236",
53
+ * ownerId: 236,
54
54
  * ownerType: 0,
55
55
  * status: 1,
56
56
  * target: "https://cfe9dc390ce2.ngrok-free.app/webhook"
@@ -67,7 +67,7 @@ export class NotificationClient {
67
67
  * },
68
68
  * frequency: "biweekly",
69
69
  * method: "report-email",
70
- * ownerId: "236",
70
+ * ownerId: 236,
71
71
  * ownerType: 0,
72
72
  * status: 1,
73
73
  * target: "admin@example.com"
@@ -258,7 +258,7 @@ export class NotificationClient {
258
258
  * },
259
259
  * frequency: "untilcancelled",
260
260
  * method: "email",
261
- * ownerId: "136",
261
+ * ownerId: 136,
262
262
  * ownerType: 0,
263
263
  * status: 1,
264
264
  * target: "newemail@email.com"
@@ -45,7 +45,7 @@ export interface AddOrganizationRequest {
45
45
  idempotencyKey?: Payabli.IdempotencyKey;
46
46
  services?: Payabli.ServiceCost[];
47
47
  billingInfo?: Payabli.Instrument;
48
- contacts?: Payabli.ContactsField | undefined;
48
+ contacts?: Payabli.ContactsField;
49
49
  hasBilling?: boolean;
50
50
  hasResidual?: boolean;
51
51
  orgAddress?: Payabli.Orgaddress;
@@ -24,7 +24,7 @@ import type * as Payabli from "../../../../index.mjs";
24
24
  export interface OrganizationData {
25
25
  services?: Payabli.ServiceCost[];
26
26
  billingInfo?: Payabli.Instrument;
27
- contacts?: Payabli.ContactsField | undefined;
27
+ contacts?: Payabli.ContactsField;
28
28
  hasBilling?: boolean;
29
29
  hasResidual?: boolean;
30
30
  orgAddress?: Payabli.Orgaddress;