@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
@@ -0,0 +1,88 @@
1
+ import type * as Payabli from "../../../index.mjs";
2
+ /**
3
+ * Configuration for the Pay Out payment link page. Controls branding, messaging, vendor fields, and which payout methods are offered to the vendor.
4
+ *
5
+ * @example
6
+ * {
7
+ * contactUs: {
8
+ * emailLabel: "Email",
9
+ * enabled: true,
10
+ * header: "Contact Us",
11
+ * order: 0,
12
+ * paymentIcons: true,
13
+ * phoneLabel: "Phone"
14
+ * },
15
+ * logo: {
16
+ * enabled: true,
17
+ * order: 0
18
+ * },
19
+ * messageBeforePaying: {
20
+ * enabled: true,
21
+ * label: "Please review your payment details",
22
+ * order: 0
23
+ * },
24
+ * notes: {
25
+ * enabled: true,
26
+ * header: "Additional Notes",
27
+ * order: 0,
28
+ * placeholder: "Enter any additional notes here",
29
+ * value: ""
30
+ * },
31
+ * page: {
32
+ * description: "Get paid securely",
33
+ * enabled: true,
34
+ * header: "Payment Page",
35
+ * order: 0
36
+ * },
37
+ * paymentButton: {
38
+ * enabled: true,
39
+ * label: "Pay Now",
40
+ * order: 0
41
+ * },
42
+ * paymentMethods: {
43
+ * allMethodsChecked: true,
44
+ * allowMultipleMethods: true,
45
+ * defaultMethod: "vcard",
46
+ * enabled: true,
47
+ * header: "Payment Methods",
48
+ * methods: {
49
+ * ach: true,
50
+ * check: true,
51
+ * vcard: true
52
+ * },
53
+ * order: 0,
54
+ * showPreviewVirtualCard: true
55
+ * },
56
+ * review: {
57
+ * enabled: true,
58
+ * header: "Review Payment",
59
+ * order: 0
60
+ * },
61
+ * settings: {
62
+ * color: "#000000",
63
+ * language: "en"
64
+ * }
65
+ * }
66
+ */
67
+ export interface PaymentPageRequestBodyOut {
68
+ /** ContactUs section of payment link page. */
69
+ contactUs?: Payabli.ContactElement | undefined;
70
+ /** Logo section of payment link page. */
71
+ logo?: Payabli.Element | undefined;
72
+ /** Message section of payment link page. */
73
+ messageBeforePaying?: Payabli.LabelElement | undefined;
74
+ /** Notes section of payment link page. */
75
+ notes?: Payabli.NoteElement | undefined;
76
+ /** Page header section of payment link page. */
77
+ page?: Payabli.PageElement | undefined;
78
+ /** Payment button section of payment link page. */
79
+ paymentButton?: Payabli.LabelElement | undefined;
80
+ /** Payment methods section of payment link page. Use this to configure which payout methods (ACH, vCard, check) are offered to the vendor. */
81
+ paymentMethods?: Payabli.MethodElementOut | undefined;
82
+ /** Review section of payment link page. */
83
+ review?: Payabli.HeaderElement | undefined;
84
+ /** Bills section of payment link page. */
85
+ bills?: Payabli.Element | undefined;
86
+ /** Settings section of payment link page. */
87
+ settings?: Payabli.PagelinkSetting | undefined;
88
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -1,3 +1,5 @@
1
1
  export * from "./GetPayLinkFromIdResponse.mjs";
2
+ export * from "./PatchOutPaymentLinkRequest.mjs";
2
3
  export * from "./PayabliApiResponsePaymentLinks.mjs";
3
4
  export * from "./PaymentPageRequestBody.mjs";
5
+ export * from "./PaymentPageRequestBodyOut.mjs";
@@ -1,3 +1,5 @@
1
1
  export * from "./GetPayLinkFromIdResponse.mjs";
2
+ export * from "./PatchOutPaymentLinkRequest.mjs";
2
3
  export * from "./PayabliApiResponsePaymentLinks.mjs";
3
4
  export * from "./PaymentPageRequestBody.mjs";
5
+ export * from "./PaymentPageRequestBodyOut.mjs";
@@ -7,7 +7,7 @@ export interface ListTransfersPaypointRequest {
7
7
  exportFormat?: Payabli.ExportFormat;
8
8
  /** The number of records to skip before starting to collect the result set. */
9
9
  fromRecord?: number;
10
- limitRecord?: Payabli.LimitRecord | undefined;
10
+ limitRecord?: Payabli.LimitRecord;
11
11
  /**
12
12
  * Collection of field names, conditions, and values used to filter
13
13
  * the query.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Max number of records to return for the query. Use `0` or negative value to return all records. Defaults to 20.
3
3
  */
4
- export type LimitRecord = number | undefined;
4
+ export type LimitRecord = number;
@@ -75,7 +75,7 @@ export declare namespace QueryTransferDetailResponse {
75
75
  /** Transaction total amount (including service fee or sub-charge) */
76
76
  TotalAmount: number | null;
77
77
  /** Net amount paid */
78
- NetAmount: (Payabli.Netamountnullable | undefined) | null;
78
+ NetAmount: Payabli.Netamountnullable | null;
79
79
  FeeAmount: Payabli.FeeAmount | null;
80
80
  /** Settlement status for transaction. See [the docs](/developers/references/money-in-statuses#payment-funding-status) for a full reference. */
81
81
  SettlementStatus: number | null;
@@ -98,19 +98,19 @@ export declare namespace QueryTransferDetailResponse {
98
98
  /** Indicates whether the ACH account has been validated */
99
99
  IsValidatedACH: boolean | null;
100
100
  /** Transaction date and time, in UTC */
101
- TransactionTime: (Payabli.DatetimeNullable | undefined) | null;
101
+ TransactionTime: string | null;
102
102
  Customer: Payabli.QueryTransactionPayorData | null;
103
- splitFundingInstructions: (Payabli.SplitFunding | undefined) | null;
103
+ splitFundingInstructions: Payabli.SplitFunding | null;
104
104
  CfeeTransactions: Payabli.QueryCFeeTransaction[] | null;
105
105
  TransactionEvents: Payabli.QueryTransactionEvents[] | null;
106
- PendingFeeAmount: (Payabli.PendingFeeAmount | undefined) | null;
107
- RiskFlagged: (Payabli.RiskFlagged | undefined) | null;
108
- RiskFlaggedOn: (Payabli.RiskFlaggedOn | undefined) | null;
106
+ PendingFeeAmount: Payabli.PendingFeeAmount | null;
107
+ RiskFlagged: Payabli.RiskFlagged | null;
108
+ RiskFlaggedOn: Payabli.RiskFlaggedOn | null;
109
109
  RiskStatus: Payabli.RiskStatus | null;
110
110
  RiskReason: Payabli.RiskReason | null;
111
111
  RiskAction: Payabli.RiskAction | null;
112
- RiskActionCode: (Payabli.RiskActionCode | undefined) | null;
113
- DeviceId: (Payabli.DeviceId | undefined) | null;
112
+ RiskActionCode: Payabli.RiskActionCode | null;
113
+ DeviceId: Payabli.DeviceId | null;
114
114
  AchSecCode: Payabli.AchSecCode | null;
115
115
  AchHolderType: Payabli.AchHolderType | null;
116
116
  IpAddress: Payabli.IpAddress | null;
@@ -84,7 +84,7 @@ import type * as Payabli from "../../../../index.mjs";
84
84
  * }
85
85
  */
86
86
  export interface RequestSchedule {
87
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
87
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
88
88
  idempotencyKey?: Payabli.IdempotencyKey;
89
89
  body: Payabli.SubscriptionRequestBody;
90
90
  }
@@ -29,6 +29,8 @@ export declare class TokenStorageClient {
29
29
  * },
30
30
  * entryPoint: "f743aed24a",
31
31
  * fallbackAuth: true,
32
+ * fallbackAuthAmount: 100,
33
+ * methodDescription: "Primary Visa card",
32
34
  * paymentMethod: {
33
35
  * cardcvv: "123",
34
36
  * cardexp: "02/25",
@@ -36,7 +38,8 @@ export declare class TokenStorageClient {
36
38
  * cardnumber: "4111111111111111",
37
39
  * cardzip: "12345",
38
40
  * method: "card"
39
- * }
41
+ * },
42
+ * source: "api"
40
43
  * }
41
44
  * })
42
45
  *
@@ -38,6 +38,8 @@ export class TokenStorageClient {
38
38
  * },
39
39
  * entryPoint: "f743aed24a",
40
40
  * fallbackAuth: true,
41
+ * fallbackAuthAmount: 100,
42
+ * methodDescription: "Primary Visa card",
41
43
  * paymentMethod: {
42
44
  * cardcvv: "123",
43
45
  * cardexp: "02/25",
@@ -45,7 +47,8 @@ export class TokenStorageClient {
45
47
  * cardnumber: "4111111111111111",
46
48
  * cardzip: "12345",
47
49
  * method: "card"
48
- * }
50
+ * },
51
+ * source: "api"
49
52
  * }
50
53
  * })
51
54
  *
@@ -8,6 +8,8 @@ import type * as Payabli from "../../../../index.mjs";
8
8
  * },
9
9
  * entryPoint: "f743aed24a",
10
10
  * fallbackAuth: true,
11
+ * fallbackAuthAmount: 100,
12
+ * methodDescription: "Primary Visa card",
11
13
  * paymentMethod: {
12
14
  * cardcvv: "123",
13
15
  * cardexp: "02/25",
@@ -15,7 +17,8 @@ import type * as Payabli from "../../../../index.mjs";
15
17
  * cardnumber: "4111111111111111",
16
18
  * cardzip: "12345",
17
19
  * method: "card"
18
- * }
20
+ * },
21
+ * source: "api"
19
22
  * }
20
23
  * }
21
24
  *
@@ -93,9 +96,9 @@ import type * as Payabli from "../../../../index.mjs";
93
96
  * }
94
97
  */
95
98
  export interface AddMethodRequest {
96
- achValidation?: Payabli.AchValidation | undefined;
99
+ achValidation?: Payabli.AchValidation;
97
100
  createAnonymous?: Payabli.CreateAnonymous;
98
- forceCustomerCreation?: Payabli.ForceCustomerCreation | undefined;
101
+ forceCustomerCreation?: Payabli.ForceCustomerCreation;
99
102
  temporary?: Payabli.Temporary;
100
103
  idempotencyKey?: Payabli.IdempotencyKey;
101
104
  body: Payabli.RequestTokenStorage;
@@ -61,6 +61,6 @@ import type * as Payabli from "../../../../index.mjs";
61
61
  * }
62
62
  */
63
63
  export interface UpdateMethodRequest {
64
- achValidation?: Payabli.AchValidation | undefined;
64
+ achValidation?: Payabli.AchValidation;
65
65
  body: Payabli.RequestTokenStorage;
66
66
  }
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * When `true`, creates a saved method with no associated customer information. The token will be associated with customer information the first time it's used to make a payment. Defaults to `false`.
3
3
  */
4
- export type CreateAnonymous = boolean | undefined;
4
+ export type CreateAnonymous = boolean;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Creates a temporary, one-time-use token for the payment method that expires in 12 hours. Defaults to `false`.
3
3
  */
4
- export type Temporary = boolean | undefined;
4
+ export type Temporary = boolean;
@@ -21,7 +21,7 @@ import type * as Payabli from "../../../index.mjs";
21
21
  * method: "card",
22
22
  * batchNumber: "3040_combined_20251201",
23
23
  * batchAmount: 420,
24
- * payorId: 40144,
24
+ * payorId: 4440,
25
25
  * paymentData: {
26
26
  * maskedAccount: "4XXXXXXXXXXX5439",
27
27
  * accountType: "visa",
@@ -157,7 +157,7 @@ import type * as Payabli from "../../../index.mjs";
157
157
  * shippingState: "",
158
158
  * shippingZip: "45157",
159
159
  * shippingCountry: "US",
160
- * customerId: 40144,
160
+ * customerId: 4440,
161
161
  * customerStatus: 0,
162
162
  * additionalData: null
163
163
  * },
@@ -16,7 +16,7 @@ import type * as Payabli from "../../../index.mjs";
16
16
  * method: "card",
17
17
  * batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
18
18
  * batchAmount: 420,
19
- * payorId: 40144,
19
+ * payorId: 4440,
20
20
  * paymentData: {
21
21
  * maskedAccount: "4XXXXXXXXXXX5439",
22
22
  * accountType: "visa",
@@ -144,7 +144,7 @@ import type * as Payabli from "../../../index.mjs";
144
144
  * billingZip: "45157",
145
145
  * billingCountry: "US",
146
146
  * billingPhone: "+15555555555",
147
- * billingEmail: "mrinal.kundu@payabli.com",
147
+ * billingEmail: "example@payabli.com",
148
148
  * customerNumber: "C-90010",
149
149
  * shippingAddress1: "Home Address",
150
150
  * shippingAddress2: "",
@@ -152,7 +152,7 @@ import type * as Payabli from "../../../index.mjs";
152
152
  * shippingState: "",
153
153
  * shippingZip: "45157",
154
154
  * shippingCountry: "US",
155
- * customerId: 40144,
155
+ * customerId: 4440,
156
156
  * customerStatus: 0,
157
157
  * additionalData: null
158
158
  * },
@@ -382,13 +382,13 @@ import type * as Payabli from "../../../index.mjs";
382
382
  * method: "card",
383
383
  * batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
384
384
  * batchAmount: 630,
385
- * payorId: 40144,
385
+ * payorId: 4440,
386
386
  * paymentData: {
387
387
  * maskedAccount: "3XXXXXXXXXX0227",
388
388
  * accountType: "amex",
389
389
  * accountExp: "12/25",
390
390
  * holderName: "Alexa Amazon",
391
- * storedId: "fb1f5ec2-1ba4-4ba6-9839-20c2cc4baf5a-40144",
391
+ * storedId: "fb1f5ec2-1ba4-4ba6-9839-20c2cc4baf5a-4440",
392
392
  * initiator: "merchant",
393
393
  * storedMethodUsageType: "unscheduled",
394
394
  * sequence: "subsequent",
@@ -510,7 +510,7 @@ import type * as Payabli from "../../../index.mjs";
510
510
  * billingZip: "45157",
511
511
  * billingCountry: "US",
512
512
  * billingPhone: "+15555555555",
513
- * billingEmail: "mrinal.kundu@payabli.com",
513
+ * billingEmail: "example@payabli.com",
514
514
  * customerNumber: "C-90010",
515
515
  * shippingAddress1: "Home Address",
516
516
  * shippingAddress2: "",
@@ -518,7 +518,7 @@ import type * as Payabli from "../../../index.mjs";
518
518
  * shippingState: "",
519
519
  * shippingZip: "45157",
520
520
  * shippingCountry: "US",
521
- * customerId: 40144,
521
+ * customerId: 4440,
522
522
  * customerStatus: 0,
523
523
  * additionalData: null
524
524
  * },
@@ -571,7 +571,7 @@ import type * as Payabli from "../../../index.mjs";
571
571
  * method: "card",
572
572
  * batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
573
573
  * batchAmount: 420,
574
- * payorId: 40144,
574
+ * payorId: 4440,
575
575
  * paymentData: {
576
576
  * maskedAccount: "4XXXXXXXXXXX5439",
577
577
  * accountType: "visa",
@@ -699,7 +699,7 @@ import type * as Payabli from "../../../index.mjs";
699
699
  * billingZip: "45157",
700
700
  * billingCountry: "US",
701
701
  * billingPhone: "+15555555555",
702
- * billingEmail: "mrinal.kundu@payabli.com",
702
+ * billingEmail: "example@payabli.com",
703
703
  * customerNumber: "C-90010",
704
704
  * shippingAddress1: "Home Address",
705
705
  * shippingAddress2: "",
@@ -707,7 +707,7 @@ import type * as Payabli from "../../../index.mjs";
707
707
  * shippingState: "",
708
708
  * shippingZip: "45157",
709
709
  * shippingCountry: "US",
710
- * customerId: 40144,
710
+ * customerId: 4440,
711
711
  * customerStatus: 0,
712
712
  * additionalData: null
713
713
  * },
@@ -760,7 +760,7 @@ import type * as Payabli from "../../../index.mjs";
760
760
  * method: "card",
761
761
  * batchNumber: "3040_combined_20251201_3a50747d-6b5c-40ef-9f69-93a9cc7fcb49",
762
762
  * batchAmount: 420,
763
- * payorId: 40144,
763
+ * payorId: 4440,
764
764
  * paymentData: {
765
765
  * maskedAccount: "4XXXXXXXXXXX5439",
766
766
  * accountType: "visa",
@@ -888,7 +888,7 @@ import type * as Payabli from "../../../index.mjs";
888
888
  * billingZip: "45157",
889
889
  * billingCountry: "US",
890
890
  * billingPhone: "+15555555555",
891
- * billingEmail: "mrinal.kundu@payabli.com",
891
+ * billingEmail: "example@payabli.com",
892
892
  * customerNumber: "C-90010",
893
893
  * shippingAddress1: "Home Address",
894
894
  * shippingAddress2: "",
@@ -896,7 +896,7 @@ import type * as Payabli from "../../../index.mjs";
896
896
  * shippingState: "",
897
897
  * shippingZip: "45157",
898
898
  * shippingCountry: "US",
899
- * customerId: 40144,
899
+ * customerId: 4440,
900
900
  * customerStatus: 0,
901
901
  * additionalData: null
902
902
  * },
@@ -982,7 +982,7 @@ export interface V2TransactionDetails {
982
982
  /** Timestamp when transaction was created. */
983
983
  transactionTime: string;
984
984
  customer: Payabli.TransactionDetailCustomer;
985
- splitFundingInstructions: (Payabli.SplitFunding | undefined) | null;
985
+ splitFundingInstructions: Payabli.SplitFunding | null;
986
986
  cfeeTransactions: Payabli.QueryCFeeTransaction[];
987
987
  transactionEvents: Payabli.TransactionDetailEvent[];
988
988
  pendingFeeAmount?: Payabli.PendingFeeAmount | undefined;
@@ -1 +1 @@
1
- export type AcceptOauth = boolean | undefined;
1
+ export type AcceptOauth = boolean;
@@ -1 +1 @@
1
- export type AcceptRegister = boolean | undefined;
1
+ export type AcceptRegister = boolean;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * When `true`, enables real-time validation of ACH account and routing numbers. This is an add-on feature, contact Payabli for more information.
3
3
  */
4
- export type AchValidation = boolean | undefined;
4
+ export type AchValidation = boolean;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Annual revenue amount.
3
3
  */
4
- export type Annualrevenue = number | undefined;
4
+ export type Annualrevenue = number;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The record type.
3
3
  */
4
- export type ApplePayType = string | undefined;
4
+ export type ApplePayType = string;
@@ -6,7 +6,7 @@ export interface ApplicationData {
6
6
  avgmonthly?: Payabli.Avgmonthly | undefined;
7
7
  baddress?: Payabli.Baddress1 | undefined;
8
8
  baddress1?: Payabli.Baddress2 | undefined;
9
- bankData?: Payabli.Bank | undefined;
9
+ bankData?: Payabli.BankData | undefined;
10
10
  bcity?: Payabli.Bcity | undefined;
11
11
  bcountry?: Payabli.Bcountry | undefined;
12
12
  binperson?: Payabli.Binperson | undefined;
@@ -10,7 +10,7 @@ export interface ApplicationDataPayIn {
10
10
  avgmonthly?: Payabli.Avgmonthly | undefined;
11
11
  baddress?: Payabli.Baddress1 | undefined;
12
12
  baddress1?: Payabli.Baddress2 | undefined;
13
- bankData: ApplicationDataPayIn.BankData;
13
+ bankData: Payabli.BankData;
14
14
  bcity?: Payabli.Bcity | undefined;
15
15
  bcountry?: Payabli.Bcountry | undefined;
16
16
  binperson?: Payabli.Binperson | undefined;
@@ -24,7 +24,7 @@ export interface ApplicationDataPayIn {
24
24
  bzip?: Payabli.Bzip | undefined;
25
25
  /** List of contacts for the business. */
26
26
  contacts?: ApplicationDataPayIn.Contacts.Item[] | undefined;
27
- /** The maximum amount of credit that our lending partner, has authorized to your business. It's the upper boundary on how much you can spend or owe on a credit account at any given time. */
27
+ /** The maximum amount of credit that our lending partner has authorized to your business for Pay In processing. It's the upper boundary on how much you can spend or owe on a credit account at any given time. For on-demand payout (Pay Out) credit limits, see `payoutCreditLimit`. */
28
28
  creditLimit?: string | undefined;
29
29
  /** The alternate or common name that this business is doing business under usually referred to as a DBA name. Payabli strongly recommends including this information. */
30
30
  dbaName?: Payabli.Dbaname | undefined;
@@ -65,7 +65,7 @@ export interface ApplicationDataPayIn {
65
65
  whenDelivered: Payabli.Whendelivered;
66
66
  whenProvided: Payabli.Whenprovided;
67
67
  whenRefunded: Payabli.Whenrefunded;
68
- additionalData?: Payabli.AdditionalDataString | undefined;
68
+ additionalData?: Payabli.AdditionalDataMap | undefined;
69
69
  RepCode?: Payabli.RepCode | undefined;
70
70
  RepName?: Payabli.RepName | undefined;
71
71
  RepOffice?: Payabli.RepOffice | undefined;
@@ -83,8 +83,6 @@ export declare namespace ApplicationDataPayIn {
83
83
  interface Card extends Payabli.CardSetup {
84
84
  }
85
85
  }
86
- interface BankData extends Payabli.Bank {
87
- }
88
86
  type Contacts = Contacts.Item[];
89
87
  namespace Contacts {
90
88
  interface Item extends Payabli.Contacts {
@@ -63,7 +63,7 @@ export interface ApplicationDetailsRecord {
63
63
  whendelivered?: Payabli.Whendelivered | undefined;
64
64
  whenProvided?: Payabli.Whenprovided | undefined;
65
65
  whenrefund?: Payabli.Whenrefunded | undefined;
66
- additionalData?: Payabli.AdditionalDataString | undefined;
66
+ additionalData?: Payabli.AdditionalDataMap | undefined;
67
67
  }
68
68
  export declare namespace ApplicationDetailsRecord {
69
69
  type Messages = Messages.Item[];
@@ -62,7 +62,7 @@ export interface ApplicationQueryRecord {
62
62
  whendelivered?: Payabli.Whendelivered | undefined;
63
63
  whenProvided?: Payabli.Whenprovided | undefined;
64
64
  whenrefund?: Payabli.Whenrefunded | undefined;
65
- additionalData?: Payabli.AdditionalDataString | undefined;
65
+ additionalData?: Payabli.AdditionalDataMap | undefined;
66
66
  RepCode?: Payabli.RepCode | undefined;
67
67
  RepName?: Payabli.RepName | undefined;
68
68
  RepOffice?: Payabli.RepOffice | undefined;
@@ -2,4 +2,4 @@ import type * as Payabli from "../index.mjs";
2
2
  /**
3
3
  * Array of `fileContent` objects with attached documents. Max upload size is 30 MB.
4
4
  */
5
- export type Attachments = Payabli.FileContent[] | undefined;
5
+ export type Attachments = Payabli.FileContent[];
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Average total amount of transactions in your local currency that are processed each month.
3
3
  */
4
- export type Avgmonthly = number | undefined;
4
+ export type Avgmonthly = number;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Average ticket amount.
3
3
  */
4
- export type Avgticketamt = number | undefined;
4
+ export type Avgticketamt = number;
@@ -2,4 +2,4 @@ import type * as Payabli from "../index.mjs";
2
2
  /**
3
3
  * Information about associated bank accounts.
4
4
  */
5
- export type BankData = Payabli.Bank[] | undefined;
5
+ export type BankData = Payabli.Bank[];
@@ -2,4 +2,4 @@ import type * as Payabli from "../index.mjs";
2
2
  /**
3
3
  * Approvals associated with the bill.
4
4
  */
5
- export type BillApprovals = (Payabli.BillQueryRecord2BillApprovalsItem | undefined)[] | undefined;
5
+ export type BillApprovals = (Payabli.BillQueryRecord2BillApprovalsItem | undefined)[];
@@ -13,11 +13,11 @@ export interface BillData {
13
13
  frequency?: Payabli.Frequency | undefined;
14
14
  invoiceAmount?: Payabli.InvoiceAmount | undefined;
15
15
  /** Invoice date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
16
- invoiceDate?: Payabli.Datenullable | undefined;
16
+ invoiceDate?: string | undefined;
17
17
  /** Invoice due date in one of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
18
- invoiceDueDate?: Payabli.Datenullable | undefined;
18
+ invoiceDueDate?: string | undefined;
19
19
  /** Indicate the date to finish a scheduled invoice cycle (`invoiceType`` = 1) in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
20
- invoiceEndDate?: Payabli.Datenullable | undefined;
20
+ invoiceEndDate?: string | undefined;
21
21
  /** Invoice number. Identifies the invoice under a paypoint. */
22
22
  invoiceNumber?: Payabli.InvoiceNumber | undefined;
23
23
  invoiceStatus?: Payabli.Invoicestatus | undefined;
@@ -13,9 +13,9 @@ export interface BillDetailsResponse {
13
13
  /** Bill discount amount. */
14
14
  discount?: string | undefined;
15
15
  /** Bill due date in format YYYY-MM-DD or MM/DD/YYYY. */
16
- dueDate?: Payabli.Datenullable | undefined;
16
+ dueDate: string | null;
17
17
  /** Bill date in format YYYY-MM-DD or MM/DD/YYYY. */
18
- invoiceDate?: Payabli.Datenullable | undefined;
18
+ invoiceDate: string | null;
19
19
  /** Any comments about bill. **For managed payouts, this field has a limit of 100 characters**. */
20
20
  comments?: Payabli.Comments | undefined;
21
21
  }
@@ -2,4 +2,4 @@ import type * as Payabli from "../index.mjs";
2
2
  /**
3
3
  * Array of event objects with information related to events associated to the invoice.
4
4
  */
5
- export type BillEvents = Payabli.GeneralEvents[] | undefined;
5
+ export type BillEvents = Payabli.GeneralEvents[];
@@ -5,9 +5,9 @@ export interface BillPayOutData {
5
5
  /** Any comments about bill. **For managed payouts, this field has a limit of 100 characters**. */
6
6
  comments?: Payabli.Comments | undefined;
7
7
  /** Bill due date in format YYYY-MM-DD or MM/DD/YYYY. */
8
- dueDate?: Payabli.Datenullable | undefined;
8
+ dueDate: string | null;
9
9
  /** Bill date in format YYYY-MM-DD or MM/DD/YYYY. */
10
- invoiceDate?: Payabli.Datenullable | undefined;
10
+ invoiceDate: string | null;
11
11
  /** Custom number identifying the bill. Must be unique in paypoint. **Required** for new bill and when `billId` isn't provided. */
12
12
  invoiceNumber?: Payabli.InvoiceNumber | undefined;
13
13
  /** Net Amount owed in bill. Required when adding a bill. */
@@ -5,9 +5,9 @@ export interface BillPayOutDataRequest {
5
5
  /** Any comments about bill. **For managed payouts, this field has a limit of 100 characters**. */
6
6
  comments?: Payabli.Comments | undefined;
7
7
  /** Bill due date in format YYYY-MM-DD or MM/DD/YYYY. */
8
- dueDate?: Payabli.Datenullable | undefined;
8
+ dueDate?: string | undefined;
9
9
  /** Bill date in format YYYY-MM-DD or MM/DD/YYYY. */
10
- invoiceDate?: Payabli.Datenullable | undefined;
10
+ invoiceDate?: string | undefined;
11
11
  /** Custom number identifying the bill. Must be unique in paypoint. **Required** for new bill and when `billId` isn't provided. */
12
12
  invoiceNumber?: Payabli.InvoiceNumber | undefined;
13
13
  /** Net Amount owed in bill. Required when adding a bill. */
@@ -8,7 +8,7 @@ export interface BillQueryRecord2 {
8
8
  BatchNumber: string | null;
9
9
  billApprovals: Payabli.BillQueryRecord2BillApprovalsItem[] | null;
10
10
  /** Bill creation date in one of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
11
- BillDate: (Payabli.Datenullable | undefined) | null;
11
+ BillDate: string | null;
12
12
  /** Events associated with the bill. */
13
13
  billEvents: Payabli.GeneralEvents[] | null;
14
14
  /** Array of items included in the bill. */
@@ -24,9 +24,9 @@ export interface BillQueryRecord2 {
24
24
  /** Reference to documents associated with the bill. */
25
25
  DocumentsRef: string | null;
26
26
  /** Bill due date in one of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
27
- DueDate: (Payabli.Datenullable | undefined) | null;
27
+ DueDate: string | null;
28
28
  /** End date for the bill. */
29
- EndDate: (Payabli.Datenullable | undefined) | null;
29
+ EndDate: string | null;
30
30
  /** Entity identifier associated with the bill. */
31
31
  EntityID: string | null;
32
32
  externalPaypointID: Payabli.ExternalPaypointId | null;
@@ -35,7 +35,7 @@ export interface BillQueryRecord2 {
35
35
  /** Identifier of the bill. */
36
36
  IdBill: number | null;
37
37
  /** Timestamp of when bill was last updated, in UTC. */
38
- LastUpdated: (Payabli.DatetimeNullable | undefined) | null;
38
+ LastUpdated: string | null;
39
39
  /** Lot number associated with the bill. */
40
40
  LotNumber: string | null;
41
41
  /** Bill mode: value `0` for single/one-time bills, `1` for scheduled bills. */
@@ -3,7 +3,7 @@ export interface BillQueryRecord2BillApprovalsItem {
3
3
  /** Indicates whether the bill has been approved. `0` is false, and `1` is true. */
4
4
  approved?: number | undefined;
5
5
  /** Timestamp of when the approval was made, in UTC. */
6
- approvedTime?: Payabli.DatetimeNullable | undefined;
6
+ approvedTime: string | null;
7
7
  /** Additional comments on the approval. */
8
8
  comments?: string | undefined;
9
9
  /** The approving user's email address. */