mollie-api-typescript 0.0.2 → 0.0.4

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 (120) hide show
  1. package/FUNCTIONS.md +1 -1
  2. package/README.md +6 -6
  3. package/bin/mcp-server.js +97 -199
  4. package/bin/mcp-server.js.map +16 -16
  5. package/dist/commonjs/lib/config.d.ts +3 -3
  6. package/dist/commonjs/lib/config.js +3 -3
  7. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  8. package/dist/commonjs/mcp-server/server.js +1 -1
  9. package/dist/commonjs/models/operations/cancelpayment.d.ts +10 -59
  10. package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
  11. package/dist/commonjs/models/operations/cancelpayment.js +10 -43
  12. package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
  13. package/dist/commonjs/models/operations/createcustomerpayment.d.ts +20 -118
  14. package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
  15. package/dist/commonjs/models/operations/createcustomerpayment.js +19 -86
  16. package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
  17. package/dist/commonjs/models/operations/createpayment.d.ts +20 -118
  18. package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
  19. package/dist/commonjs/models/operations/createpayment.js +18 -84
  20. package/dist/commonjs/models/operations/createpayment.js.map +1 -1
  21. package/dist/commonjs/models/operations/getpayment.d.ts +10 -59
  22. package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
  23. package/dist/commonjs/models/operations/getpayment.js +10 -43
  24. package/dist/commonjs/models/operations/getpayment.js.map +1 -1
  25. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +10 -59
  26. package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  27. package/dist/commonjs/models/operations/getpaymentlinkpayments.js +11 -44
  28. package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
  29. package/dist/commonjs/models/operations/listallsubscriptions.d.ts +10 -59
  30. package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
  31. package/dist/commonjs/models/operations/listallsubscriptions.js +11 -44
  32. package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
  33. package/dist/commonjs/models/operations/listcustomerpayments.d.ts +10 -59
  34. package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
  35. package/dist/commonjs/models/operations/listcustomerpayments.js +11 -44
  36. package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
  37. package/dist/commonjs/models/operations/listpayments.d.ts +10 -59
  38. package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
  39. package/dist/commonjs/models/operations/listpayments.js +11 -44
  40. package/dist/commonjs/models/operations/listpayments.js.map +1 -1
  41. package/dist/commonjs/models/operations/listsettlementpayments.d.ts +10 -59
  42. package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
  43. package/dist/commonjs/models/operations/listsettlementpayments.js +11 -44
  44. package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
  45. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +10 -59
  46. package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  47. package/dist/commonjs/models/operations/listsubscriptionpayments.js +11 -44
  48. package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
  49. package/dist/commonjs/models/operations/updatepayment.d.ts +16 -59
  50. package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
  51. package/dist/commonjs/models/operations/updatepayment.js +13 -44
  52. package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
  53. package/dist/esm/lib/config.d.ts +3 -3
  54. package/dist/esm/lib/config.js +3 -3
  55. package/dist/esm/mcp-server/mcp-server.js +1 -1
  56. package/dist/esm/mcp-server/server.js +1 -1
  57. package/dist/esm/models/operations/cancelpayment.d.ts +10 -59
  58. package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
  59. package/dist/esm/models/operations/cancelpayment.js +6 -39
  60. package/dist/esm/models/operations/cancelpayment.js.map +1 -1
  61. package/dist/esm/models/operations/createcustomerpayment.d.ts +20 -118
  62. package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
  63. package/dist/esm/models/operations/createcustomerpayment.js +13 -80
  64. package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
  65. package/dist/esm/models/operations/createpayment.d.ts +20 -118
  66. package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
  67. package/dist/esm/models/operations/createpayment.js +12 -78
  68. package/dist/esm/models/operations/createpayment.js.map +1 -1
  69. package/dist/esm/models/operations/getpayment.d.ts +10 -59
  70. package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
  71. package/dist/esm/models/operations/getpayment.js +6 -39
  72. package/dist/esm/models/operations/getpayment.js.map +1 -1
  73. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +10 -59
  74. package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
  75. package/dist/esm/models/operations/getpaymentlinkpayments.js +6 -39
  76. package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
  77. package/dist/esm/models/operations/listallsubscriptions.d.ts +10 -59
  78. package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
  79. package/dist/esm/models/operations/listallsubscriptions.js +6 -39
  80. package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
  81. package/dist/esm/models/operations/listcustomerpayments.d.ts +10 -59
  82. package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
  83. package/dist/esm/models/operations/listcustomerpayments.js +6 -39
  84. package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
  85. package/dist/esm/models/operations/listpayments.d.ts +10 -59
  86. package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
  87. package/dist/esm/models/operations/listpayments.js +6 -39
  88. package/dist/esm/models/operations/listpayments.js.map +1 -1
  89. package/dist/esm/models/operations/listsettlementpayments.d.ts +10 -59
  90. package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
  91. package/dist/esm/models/operations/listsettlementpayments.js +6 -39
  92. package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
  93. package/dist/esm/models/operations/listsubscriptionpayments.d.ts +10 -59
  94. package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
  95. package/dist/esm/models/operations/listsubscriptionpayments.js +6 -39
  96. package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
  97. package/dist/esm/models/operations/updatepayment.d.ts +16 -59
  98. package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
  99. package/dist/esm/models/operations/updatepayment.js +8 -39
  100. package/dist/esm/models/operations/updatepayment.js.map +1 -1
  101. package/docs/sdks/customers/README.md +2 -2
  102. package/docs/sdks/payments/README.md +2 -2
  103. package/examples/package-lock.json +1 -1
  104. package/examples/paymentsCreate.example.ts +1 -1
  105. package/jsr.json +1 -1
  106. package/package.json +1 -1
  107. package/src/lib/config.ts +3 -3
  108. package/src/mcp-server/mcp-server.ts +1 -1
  109. package/src/mcp-server/server.ts +1 -1
  110. package/src/models/operations/cancelpayment.ts +10 -71
  111. package/src/models/operations/createcustomerpayment.ts +21 -150
  112. package/src/models/operations/createpayment.ts +20 -143
  113. package/src/models/operations/getpayment.ts +10 -69
  114. package/src/models/operations/getpaymentlinkpayments.ts +10 -72
  115. package/src/models/operations/listallsubscriptions.ts +10 -71
  116. package/src/models/operations/listcustomerpayments.ts +10 -71
  117. package/src/models/operations/listpayments.ts +10 -71
  118. package/src/models/operations/listsettlementpayments.ts +10 -72
  119. package/src/models/operations/listsubscriptionpayments.ts +10 -74
  120. package/src/models/operations/updatepayment.ts +12 -71
@@ -36,12 +36,12 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.CreateCustomerPaymentRecurringRequest$outboundSchema = exports.CreateCustomerPaymentRecurringRequest$inboundSchema = exports.CreateCustomerPaymentRecurringAmountRequest$ = exports.CreateCustomerPaymentRecurringAmountRequest$outboundSchema = exports.CreateCustomerPaymentRecurringAmountRequest$inboundSchema = exports.CreateCustomerPaymentIntervalRequest$ = exports.CreateCustomerPaymentIntervalRequest$outboundSchema = exports.CreateCustomerPaymentIntervalRequest$inboundSchema = exports.CreateCustomerPaymentCategoryRequest$ = exports.CreateCustomerPaymentCategoryRequest$outboundSchema = exports.CreateCustomerPaymentCategoryRequest$inboundSchema = exports.CreateCustomerPaymentVatAmountRequest$ = exports.CreateCustomerPaymentVatAmountRequest$outboundSchema = exports.CreateCustomerPaymentVatAmountRequest$inboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$ = exports.CreateCustomerPaymentTotalAmountRequest$outboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$inboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$ = exports.CreateCustomerPaymentDiscountAmountRequest$outboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$inboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$ = exports.CreateCustomerPaymentUnitPriceRequest$outboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$inboundSchema = exports.CreateCustomerPaymentLineTypeRequest$ = exports.CreateCustomerPaymentLineTypeRequest$outboundSchema = exports.CreateCustomerPaymentLineTypeRequest$inboundSchema = exports.CreateCustomerPaymentAmountRequest$ = exports.CreateCustomerPaymentAmountRequest$outboundSchema = exports.CreateCustomerPaymentAmountRequest$inboundSchema = exports.CreateCustomerPaymentStatus = exports.CreateCustomerPaymentSequenceTypeResponse = exports.CreateCustomerPaymentRoutingTypeResponse = exports.CreateCustomerPaymentRoutingMode = exports.CreateCustomerPaymentCaptureDelayResponse = exports.CreateCustomerPaymentCaptureModeResponse = exports.CreateCustomerPaymentMethodResponse = exports.CreateCustomerPaymentLocaleResponse = exports.CreateCustomerPaymentIntervalResponse = exports.CreateCustomerPaymentCategoryResponse = exports.CreateCustomerPaymentLineTypeResponse = exports.CreateCustomerPaymentMode = exports.CreateCustomerPaymentSequenceTypeRequest = exports.CreateCustomerPaymentRoutingTypeRequest = exports.CreateCustomerPaymentCaptureDelayRequest = exports.CreateCustomerPaymentCaptureModeRequest = exports.CreateCustomerPaymentMethodRequest = exports.CreateCustomerPaymentLocaleRequest = exports.CreateCustomerPaymentIntervalRequest = exports.CreateCustomerPaymentCategoryRequest = exports.CreateCustomerPaymentLineTypeRequest = void 0;
40
- exports.CreateCustomerPaymentLinksRequest$inboundSchema = exports.CreateCustomerPaymentPaymentRequest$ = exports.CreateCustomerPaymentPaymentRequest$outboundSchema = exports.CreateCustomerPaymentPaymentRequest$inboundSchema = exports.CreateCustomerPaymentSelfRequest$ = exports.CreateCustomerPaymentSelfRequest$outboundSchema = exports.CreateCustomerPaymentSelfRequest$inboundSchema = exports.CreateCustomerPaymentDestinationRequest$ = exports.CreateCustomerPaymentDestinationRequest$outboundSchema = exports.CreateCustomerPaymentDestinationRequest$inboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$ = exports.CreateCustomerPaymentRoutingTypeRequest$outboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$ = exports.CreateCustomerPaymentRoutingAmountRequest$outboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$ = exports.CreateCustomerPaymentApplicationFeeRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$ = exports.CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = exports.CreateCustomerPaymentCaptureDelayRequest$ = exports.CreateCustomerPaymentCaptureDelayRequest$outboundSchema = exports.CreateCustomerPaymentCaptureDelayRequest$inboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$ = exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$inboundSchema = exports.CreateCustomerPaymentMetadataRequestUnion$ = exports.CreateCustomerPaymentMetadataRequestUnion$outboundSchema = exports.CreateCustomerPaymentMetadataRequestUnion$inboundSchema = exports.CreateCustomerPaymentMetadataRequest$ = exports.CreateCustomerPaymentMetadataRequest$outboundSchema = exports.CreateCustomerPaymentMetadataRequest$inboundSchema = exports.CreateCustomerPaymentMethodRequest$ = exports.CreateCustomerPaymentMethodRequest$outboundSchema = exports.CreateCustomerPaymentMethodRequest$inboundSchema = exports.CreateCustomerPaymentLocaleRequest$ = exports.CreateCustomerPaymentLocaleRequest$outboundSchema = exports.CreateCustomerPaymentLocaleRequest$inboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$ = exports.CreateCustomerPaymentShippingAddressRequest$outboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$inboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$ = exports.CreateCustomerPaymentBillingAddressRequest$outboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$inboundSchema = exports.CreateCustomerPaymentLineRequest$ = exports.CreateCustomerPaymentLineRequest$outboundSchema = exports.CreateCustomerPaymentLineRequest$inboundSchema = exports.CreateCustomerPaymentRecurringRequest$ = void 0;
41
- exports.CreateCustomerPaymentLineTypeResponse$ = exports.CreateCustomerPaymentLineTypeResponse$outboundSchema = exports.CreateCustomerPaymentLineTypeResponse$inboundSchema = exports.CreateCustomerPaymentSettlementAmount$ = exports.CreateCustomerPaymentSettlementAmount$outboundSchema = exports.CreateCustomerPaymentSettlementAmount$inboundSchema = exports.CreateCustomerPaymentAmountChargedBack$ = exports.CreateCustomerPaymentAmountChargedBack$outboundSchema = exports.CreateCustomerPaymentAmountChargedBack$inboundSchema = exports.CreateCustomerPaymentAmountCaptured$ = exports.CreateCustomerPaymentAmountCaptured$outboundSchema = exports.CreateCustomerPaymentAmountCaptured$inboundSchema = exports.CreateCustomerPaymentAmountRemaining$ = exports.CreateCustomerPaymentAmountRemaining$outboundSchema = exports.CreateCustomerPaymentAmountRemaining$inboundSchema = exports.CreateCustomerPaymentAmountRefunded$ = exports.CreateCustomerPaymentAmountRefunded$outboundSchema = exports.CreateCustomerPaymentAmountRefunded$inboundSchema = exports.CreateCustomerPaymentAmountResponse$ = exports.CreateCustomerPaymentAmountResponse$outboundSchema = exports.CreateCustomerPaymentAmountResponse$inboundSchema = exports.CreateCustomerPaymentMode$ = exports.CreateCustomerPaymentMode$outboundSchema = exports.CreateCustomerPaymentMode$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$ = exports.CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$ = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$ = exports.CreateCustomerPaymentServiceUnavailableLinks$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$ = exports.CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema = exports.CreateCustomerPaymentRequest$ = exports.CreateCustomerPaymentRequest$outboundSchema = exports.CreateCustomerPaymentRequest$inboundSchema = exports.CreateCustomerPaymentRequestBody$ = exports.CreateCustomerPaymentRequestBody$outboundSchema = exports.CreateCustomerPaymentRequestBody$inboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$ = exports.CreateCustomerPaymentSequenceTypeRequest$outboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingRequest$ = exports.CreateCustomerPaymentRoutingRequest$outboundSchema = exports.CreateCustomerPaymentRoutingRequest$inboundSchema = exports.CreateCustomerPaymentLinksRequest$ = exports.CreateCustomerPaymentLinksRequest$outboundSchema = void 0;
42
- exports.CreateCustomerPaymentCaptureDelayResponse$outboundSchema = exports.CreateCustomerPaymentCaptureDelayResponse$inboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$ = exports.CreateCustomerPaymentCaptureModeResponse$outboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$inboundSchema = exports.CreateCustomerPaymentMetadataResponseUnion$ = exports.CreateCustomerPaymentMetadataResponseUnion$outboundSchema = exports.CreateCustomerPaymentMetadataResponseUnion$inboundSchema = exports.CreateCustomerPaymentMetadataResponse$ = exports.CreateCustomerPaymentMetadataResponse$outboundSchema = exports.CreateCustomerPaymentMetadataResponse$inboundSchema = exports.CreateCustomerPaymentMethodResponse$ = exports.CreateCustomerPaymentMethodResponse$outboundSchema = exports.CreateCustomerPaymentMethodResponse$inboundSchema = exports.CreateCustomerPaymentLocaleResponse$ = exports.CreateCustomerPaymentLocaleResponse$outboundSchema = exports.CreateCustomerPaymentLocaleResponse$inboundSchema = exports.CreateCustomerPaymentShippingAddressResponse$ = exports.CreateCustomerPaymentShippingAddressResponse$outboundSchema = exports.CreateCustomerPaymentShippingAddressResponse$inboundSchema = exports.CreateCustomerPaymentBillingAddressResponse$ = exports.CreateCustomerPaymentBillingAddressResponse$outboundSchema = exports.CreateCustomerPaymentBillingAddressResponse$inboundSchema = exports.CreateCustomerPaymentLineResponse$ = exports.CreateCustomerPaymentLineResponse$outboundSchema = exports.CreateCustomerPaymentLineResponse$inboundSchema = exports.CreateCustomerPaymentRecurringResponse$ = exports.CreateCustomerPaymentRecurringResponse$outboundSchema = exports.CreateCustomerPaymentRecurringResponse$inboundSchema = exports.CreateCustomerPaymentRecurringAmountResponse$ = exports.CreateCustomerPaymentRecurringAmountResponse$outboundSchema = exports.CreateCustomerPaymentRecurringAmountResponse$inboundSchema = exports.CreateCustomerPaymentIntervalResponse$ = exports.CreateCustomerPaymentIntervalResponse$outboundSchema = exports.CreateCustomerPaymentIntervalResponse$inboundSchema = exports.CreateCustomerPaymentCategoryResponse$ = exports.CreateCustomerPaymentCategoryResponse$outboundSchema = exports.CreateCustomerPaymentCategoryResponse$inboundSchema = exports.CreateCustomerPaymentVatAmountResponse$ = exports.CreateCustomerPaymentVatAmountResponse$outboundSchema = exports.CreateCustomerPaymentVatAmountResponse$inboundSchema = exports.CreateCustomerPaymentTotalAmountResponse$ = exports.CreateCustomerPaymentTotalAmountResponse$outboundSchema = exports.CreateCustomerPaymentTotalAmountResponse$inboundSchema = exports.CreateCustomerPaymentDiscountAmountResponse$ = exports.CreateCustomerPaymentDiscountAmountResponse$outboundSchema = exports.CreateCustomerPaymentDiscountAmountResponse$inboundSchema = exports.CreateCustomerPaymentUnitPriceResponse$ = exports.CreateCustomerPaymentUnitPriceResponse$outboundSchema = exports.CreateCustomerPaymentUnitPriceResponse$inboundSchema = void 0;
43
- exports.CreateCustomerPaymentChangePaymentState$inboundSchema = exports.CreateCustomerPaymentMobileAppCheckout$ = exports.CreateCustomerPaymentMobileAppCheckout$outboundSchema = exports.CreateCustomerPaymentMobileAppCheckout$inboundSchema = exports.CreateCustomerPaymentCheckout$ = exports.CreateCustomerPaymentCheckout$outboundSchema = exports.CreateCustomerPaymentCheckout$inboundSchema = exports.CreateCustomerPaymentSelfResponse$ = exports.CreateCustomerPaymentSelfResponse$outboundSchema = exports.CreateCustomerPaymentSelfResponse$inboundSchema = exports.CreateCustomerPaymentStatusReason$ = exports.CreateCustomerPaymentStatusReason$outboundSchema = exports.CreateCustomerPaymentStatusReason$inboundSchema = exports.CreateCustomerPaymentStatus$ = exports.CreateCustomerPaymentStatus$outboundSchema = exports.CreateCustomerPaymentStatus$inboundSchema = exports.CreateCustomerPaymentSequenceTypeResponse$ = exports.CreateCustomerPaymentSequenceTypeResponse$outboundSchema = exports.CreateCustomerPaymentSequenceTypeResponse$inboundSchema = exports.CreateCustomerPaymentRoutingResponse$ = exports.CreateCustomerPaymentRoutingResponse$outboundSchema = exports.CreateCustomerPaymentRoutingResponse$inboundSchema = exports.CreateCustomerPaymentRoutingLinksResponse$ = exports.CreateCustomerPaymentRoutingLinksResponse$outboundSchema = exports.CreateCustomerPaymentRoutingLinksResponse$inboundSchema = exports.CreateCustomerPaymentPaymentResponse$ = exports.CreateCustomerPaymentPaymentResponse$outboundSchema = exports.CreateCustomerPaymentPaymentResponse$inboundSchema = exports.CreateCustomerPaymentRoutingSelfResponse$ = exports.CreateCustomerPaymentRoutingSelfResponse$outboundSchema = exports.CreateCustomerPaymentRoutingSelfResponse$inboundSchema = exports.CreateCustomerPaymentDestinationResponse$ = exports.CreateCustomerPaymentDestinationResponse$outboundSchema = exports.CreateCustomerPaymentDestinationResponse$inboundSchema = exports.CreateCustomerPaymentRoutingTypeResponse$ = exports.CreateCustomerPaymentRoutingTypeResponse$outboundSchema = exports.CreateCustomerPaymentRoutingTypeResponse$inboundSchema = exports.CreateCustomerPaymentRoutingAmountResponse$ = exports.CreateCustomerPaymentRoutingAmountResponse$outboundSchema = exports.CreateCustomerPaymentRoutingAmountResponse$inboundSchema = exports.CreateCustomerPaymentRoutingMode$ = exports.CreateCustomerPaymentRoutingMode$outboundSchema = exports.CreateCustomerPaymentRoutingMode$inboundSchema = exports.CreateCustomerPaymentApplicationFeeResponse$ = exports.CreateCustomerPaymentApplicationFeeResponse$outboundSchema = exports.CreateCustomerPaymentApplicationFeeResponse$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountResponse$ = exports.CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema = exports.CreateCustomerPaymentCaptureDelayResponse$ = void 0;
44
- exports.CreateCustomerPaymentResponse$ = exports.CreateCustomerPaymentResponse$outboundSchema = exports.CreateCustomerPaymentResponse$inboundSchema = exports.CreateCustomerPaymentLinksResponse$ = exports.CreateCustomerPaymentLinksResponse$outboundSchema = exports.CreateCustomerPaymentLinksResponse$inboundSchema = exports.CreateCustomerPaymentDocumentation$ = exports.CreateCustomerPaymentDocumentation$outboundSchema = exports.CreateCustomerPaymentDocumentation$inboundSchema = exports.CreateCustomerPaymentTerminal$ = exports.CreateCustomerPaymentTerminal$outboundSchema = exports.CreateCustomerPaymentTerminal$inboundSchema = exports.CreateCustomerPaymentOrder$ = exports.CreateCustomerPaymentOrder$outboundSchema = exports.CreateCustomerPaymentOrder$inboundSchema = exports.CreateCustomerPaymentSubscription$ = exports.CreateCustomerPaymentSubscription$outboundSchema = exports.CreateCustomerPaymentSubscription$inboundSchema = exports.CreateCustomerPaymentMandate$ = exports.CreateCustomerPaymentMandate$outboundSchema = exports.CreateCustomerPaymentMandate$inboundSchema = exports.CreateCustomerPaymentCustomer$ = exports.CreateCustomerPaymentCustomer$outboundSchema = exports.CreateCustomerPaymentCustomer$inboundSchema = exports.CreateCustomerPaymentSettlement$ = exports.CreateCustomerPaymentSettlement$outboundSchema = exports.CreateCustomerPaymentSettlement$inboundSchema = exports.CreateCustomerPaymentCaptures$ = exports.CreateCustomerPaymentCaptures$outboundSchema = exports.CreateCustomerPaymentCaptures$inboundSchema = exports.CreateCustomerPaymentChargebacks$ = exports.CreateCustomerPaymentChargebacks$outboundSchema = exports.CreateCustomerPaymentChargebacks$inboundSchema = exports.CreateCustomerPaymentRefunds$ = exports.CreateCustomerPaymentRefunds$outboundSchema = exports.CreateCustomerPaymentRefunds$inboundSchema = exports.CreateCustomerPaymentDashboard$ = exports.CreateCustomerPaymentDashboard$outboundSchema = exports.CreateCustomerPaymentDashboard$inboundSchema = exports.CreateCustomerPaymentChangePaymentState$ = exports.CreateCustomerPaymentChangePaymentState$outboundSchema = void 0;
39
+ exports.CreateCustomerPaymentLineRequest$inboundSchema = exports.CreateCustomerPaymentRecurringRequest$ = exports.CreateCustomerPaymentRecurringRequest$outboundSchema = exports.CreateCustomerPaymentRecurringRequest$inboundSchema = exports.CreateCustomerPaymentRecurringAmountRequest$ = exports.CreateCustomerPaymentRecurringAmountRequest$outboundSchema = exports.CreateCustomerPaymentRecurringAmountRequest$inboundSchema = exports.CreateCustomerPaymentIntervalRequest$ = exports.CreateCustomerPaymentIntervalRequest$outboundSchema = exports.CreateCustomerPaymentIntervalRequest$inboundSchema = exports.CreateCustomerPaymentCategoryRequest$ = exports.CreateCustomerPaymentCategoryRequest$outboundSchema = exports.CreateCustomerPaymentCategoryRequest$inboundSchema = exports.CreateCustomerPaymentVatAmountRequest$ = exports.CreateCustomerPaymentVatAmountRequest$outboundSchema = exports.CreateCustomerPaymentVatAmountRequest$inboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$ = exports.CreateCustomerPaymentTotalAmountRequest$outboundSchema = exports.CreateCustomerPaymentTotalAmountRequest$inboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$ = exports.CreateCustomerPaymentDiscountAmountRequest$outboundSchema = exports.CreateCustomerPaymentDiscountAmountRequest$inboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$ = exports.CreateCustomerPaymentUnitPriceRequest$outboundSchema = exports.CreateCustomerPaymentUnitPriceRequest$inboundSchema = exports.CreateCustomerPaymentLineTypeRequest$ = exports.CreateCustomerPaymentLineTypeRequest$outboundSchema = exports.CreateCustomerPaymentLineTypeRequest$inboundSchema = exports.CreateCustomerPaymentAmountRequest$ = exports.CreateCustomerPaymentAmountRequest$outboundSchema = exports.CreateCustomerPaymentAmountRequest$inboundSchema = exports.CreateCustomerPaymentStatus = exports.CreateCustomerPaymentSequenceTypeResponse = exports.CreateCustomerPaymentRoutingTypeResponse = exports.CreateCustomerPaymentRoutingMode = exports.CreateCustomerPaymentCaptureModeResponse = exports.CreateCustomerPaymentMethodResponse = exports.CreateCustomerPaymentLocaleResponse = exports.CreateCustomerPaymentIntervalResponse = exports.CreateCustomerPaymentCategoryResponse = exports.CreateCustomerPaymentLineTypeResponse = exports.CreateCustomerPaymentMode = exports.CreateCustomerPaymentSequenceTypeRequest = exports.CreateCustomerPaymentRoutingTypeRequest = exports.CreateCustomerPaymentCaptureModeRequest = exports.CreateCustomerPaymentMethodRequest = exports.CreateCustomerPaymentLocaleRequest = exports.CreateCustomerPaymentIntervalRequest = exports.CreateCustomerPaymentCategoryRequest = exports.CreateCustomerPaymentLineTypeRequest = void 0;
40
+ exports.CreateCustomerPaymentRoutingRequest$ = exports.CreateCustomerPaymentRoutingRequest$outboundSchema = exports.CreateCustomerPaymentRoutingRequest$inboundSchema = exports.CreateCustomerPaymentLinksRequest$ = exports.CreateCustomerPaymentLinksRequest$outboundSchema = exports.CreateCustomerPaymentLinksRequest$inboundSchema = exports.CreateCustomerPaymentPaymentRequest$ = exports.CreateCustomerPaymentPaymentRequest$outboundSchema = exports.CreateCustomerPaymentPaymentRequest$inboundSchema = exports.CreateCustomerPaymentSelfRequest$ = exports.CreateCustomerPaymentSelfRequest$outboundSchema = exports.CreateCustomerPaymentSelfRequest$inboundSchema = exports.CreateCustomerPaymentDestinationRequest$ = exports.CreateCustomerPaymentDestinationRequest$outboundSchema = exports.CreateCustomerPaymentDestinationRequest$inboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$ = exports.CreateCustomerPaymentRoutingTypeRequest$outboundSchema = exports.CreateCustomerPaymentRoutingTypeRequest$inboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$ = exports.CreateCustomerPaymentRoutingAmountRequest$outboundSchema = exports.CreateCustomerPaymentRoutingAmountRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$ = exports.CreateCustomerPaymentApplicationFeeRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeRequest$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$ = exports.CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$ = exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$inboundSchema = exports.CreateCustomerPaymentMetadataRequestUnion$ = exports.CreateCustomerPaymentMetadataRequestUnion$outboundSchema = exports.CreateCustomerPaymentMetadataRequestUnion$inboundSchema = exports.CreateCustomerPaymentMetadataRequest$ = exports.CreateCustomerPaymentMetadataRequest$outboundSchema = exports.CreateCustomerPaymentMetadataRequest$inboundSchema = exports.CreateCustomerPaymentMethodRequest$ = exports.CreateCustomerPaymentMethodRequest$outboundSchema = exports.CreateCustomerPaymentMethodRequest$inboundSchema = exports.CreateCustomerPaymentLocaleRequest$ = exports.CreateCustomerPaymentLocaleRequest$outboundSchema = exports.CreateCustomerPaymentLocaleRequest$inboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$ = exports.CreateCustomerPaymentShippingAddressRequest$outboundSchema = exports.CreateCustomerPaymentShippingAddressRequest$inboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$ = exports.CreateCustomerPaymentBillingAddressRequest$outboundSchema = exports.CreateCustomerPaymentBillingAddressRequest$inboundSchema = exports.CreateCustomerPaymentLineRequest$ = exports.CreateCustomerPaymentLineRequest$outboundSchema = void 0;
41
+ exports.CreateCustomerPaymentDiscountAmountResponse$outboundSchema = exports.CreateCustomerPaymentDiscountAmountResponse$inboundSchema = exports.CreateCustomerPaymentUnitPriceResponse$ = exports.CreateCustomerPaymentUnitPriceResponse$outboundSchema = exports.CreateCustomerPaymentUnitPriceResponse$inboundSchema = exports.CreateCustomerPaymentLineTypeResponse$ = exports.CreateCustomerPaymentLineTypeResponse$outboundSchema = exports.CreateCustomerPaymentLineTypeResponse$inboundSchema = exports.CreateCustomerPaymentSettlementAmount$ = exports.CreateCustomerPaymentSettlementAmount$outboundSchema = exports.CreateCustomerPaymentSettlementAmount$inboundSchema = exports.CreateCustomerPaymentAmountChargedBack$ = exports.CreateCustomerPaymentAmountChargedBack$outboundSchema = exports.CreateCustomerPaymentAmountChargedBack$inboundSchema = exports.CreateCustomerPaymentAmountCaptured$ = exports.CreateCustomerPaymentAmountCaptured$outboundSchema = exports.CreateCustomerPaymentAmountCaptured$inboundSchema = exports.CreateCustomerPaymentAmountRemaining$ = exports.CreateCustomerPaymentAmountRemaining$outboundSchema = exports.CreateCustomerPaymentAmountRemaining$inboundSchema = exports.CreateCustomerPaymentAmountRefunded$ = exports.CreateCustomerPaymentAmountRefunded$outboundSchema = exports.CreateCustomerPaymentAmountRefunded$inboundSchema = exports.CreateCustomerPaymentAmountResponse$ = exports.CreateCustomerPaymentAmountResponse$outboundSchema = exports.CreateCustomerPaymentAmountResponse$inboundSchema = exports.CreateCustomerPaymentMode$ = exports.CreateCustomerPaymentMode$outboundSchema = exports.CreateCustomerPaymentMode$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$ = exports.CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$ = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema = exports.CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$ = exports.CreateCustomerPaymentServiceUnavailableLinks$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableLinks$inboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$ = exports.CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema = exports.CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema = exports.CreateCustomerPaymentRequest$ = exports.CreateCustomerPaymentRequest$outboundSchema = exports.CreateCustomerPaymentRequest$inboundSchema = exports.CreateCustomerPaymentRequestBody$ = exports.CreateCustomerPaymentRequestBody$outboundSchema = exports.CreateCustomerPaymentRequestBody$inboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$ = exports.CreateCustomerPaymentSequenceTypeRequest$outboundSchema = exports.CreateCustomerPaymentSequenceTypeRequest$inboundSchema = void 0;
42
+ exports.CreateCustomerPaymentRoutingMode$inboundSchema = exports.CreateCustomerPaymentApplicationFeeResponse$ = exports.CreateCustomerPaymentApplicationFeeResponse$outboundSchema = exports.CreateCustomerPaymentApplicationFeeResponse$inboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountResponse$ = exports.CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema = exports.CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$ = exports.CreateCustomerPaymentCaptureModeResponse$outboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$inboundSchema = exports.CreateCustomerPaymentMetadataResponseUnion$ = exports.CreateCustomerPaymentMetadataResponseUnion$outboundSchema = exports.CreateCustomerPaymentMetadataResponseUnion$inboundSchema = exports.CreateCustomerPaymentMetadataResponse$ = exports.CreateCustomerPaymentMetadataResponse$outboundSchema = exports.CreateCustomerPaymentMetadataResponse$inboundSchema = exports.CreateCustomerPaymentMethodResponse$ = exports.CreateCustomerPaymentMethodResponse$outboundSchema = exports.CreateCustomerPaymentMethodResponse$inboundSchema = exports.CreateCustomerPaymentLocaleResponse$ = exports.CreateCustomerPaymentLocaleResponse$outboundSchema = exports.CreateCustomerPaymentLocaleResponse$inboundSchema = exports.CreateCustomerPaymentShippingAddressResponse$ = exports.CreateCustomerPaymentShippingAddressResponse$outboundSchema = exports.CreateCustomerPaymentShippingAddressResponse$inboundSchema = exports.CreateCustomerPaymentBillingAddressResponse$ = exports.CreateCustomerPaymentBillingAddressResponse$outboundSchema = exports.CreateCustomerPaymentBillingAddressResponse$inboundSchema = exports.CreateCustomerPaymentLineResponse$ = exports.CreateCustomerPaymentLineResponse$outboundSchema = exports.CreateCustomerPaymentLineResponse$inboundSchema = exports.CreateCustomerPaymentRecurringResponse$ = exports.CreateCustomerPaymentRecurringResponse$outboundSchema = exports.CreateCustomerPaymentRecurringResponse$inboundSchema = exports.CreateCustomerPaymentRecurringAmountResponse$ = exports.CreateCustomerPaymentRecurringAmountResponse$outboundSchema = exports.CreateCustomerPaymentRecurringAmountResponse$inboundSchema = exports.CreateCustomerPaymentIntervalResponse$ = exports.CreateCustomerPaymentIntervalResponse$outboundSchema = exports.CreateCustomerPaymentIntervalResponse$inboundSchema = exports.CreateCustomerPaymentCategoryResponse$ = exports.CreateCustomerPaymentCategoryResponse$outboundSchema = exports.CreateCustomerPaymentCategoryResponse$inboundSchema = exports.CreateCustomerPaymentVatAmountResponse$ = exports.CreateCustomerPaymentVatAmountResponse$outboundSchema = exports.CreateCustomerPaymentVatAmountResponse$inboundSchema = exports.CreateCustomerPaymentTotalAmountResponse$ = exports.CreateCustomerPaymentTotalAmountResponse$outboundSchema = exports.CreateCustomerPaymentTotalAmountResponse$inboundSchema = exports.CreateCustomerPaymentDiscountAmountResponse$ = void 0;
43
+ exports.CreateCustomerPaymentRefunds$ = exports.CreateCustomerPaymentRefunds$outboundSchema = exports.CreateCustomerPaymentRefunds$inboundSchema = exports.CreateCustomerPaymentDashboard$ = exports.CreateCustomerPaymentDashboard$outboundSchema = exports.CreateCustomerPaymentDashboard$inboundSchema = exports.CreateCustomerPaymentChangePaymentState$ = exports.CreateCustomerPaymentChangePaymentState$outboundSchema = exports.CreateCustomerPaymentChangePaymentState$inboundSchema = exports.CreateCustomerPaymentMobileAppCheckout$ = exports.CreateCustomerPaymentMobileAppCheckout$outboundSchema = exports.CreateCustomerPaymentMobileAppCheckout$inboundSchema = exports.CreateCustomerPaymentCheckout$ = exports.CreateCustomerPaymentCheckout$outboundSchema = exports.CreateCustomerPaymentCheckout$inboundSchema = exports.CreateCustomerPaymentSelfResponse$ = exports.CreateCustomerPaymentSelfResponse$outboundSchema = exports.CreateCustomerPaymentSelfResponse$inboundSchema = exports.CreateCustomerPaymentStatusReason$ = exports.CreateCustomerPaymentStatusReason$outboundSchema = exports.CreateCustomerPaymentStatusReason$inboundSchema = exports.CreateCustomerPaymentStatus$ = exports.CreateCustomerPaymentStatus$outboundSchema = exports.CreateCustomerPaymentStatus$inboundSchema = exports.CreateCustomerPaymentSequenceTypeResponse$ = exports.CreateCustomerPaymentSequenceTypeResponse$outboundSchema = exports.CreateCustomerPaymentSequenceTypeResponse$inboundSchema = exports.CreateCustomerPaymentRoutingResponse$ = exports.CreateCustomerPaymentRoutingResponse$outboundSchema = exports.CreateCustomerPaymentRoutingResponse$inboundSchema = exports.CreateCustomerPaymentRoutingLinksResponse$ = exports.CreateCustomerPaymentRoutingLinksResponse$outboundSchema = exports.CreateCustomerPaymentRoutingLinksResponse$inboundSchema = exports.CreateCustomerPaymentPaymentResponse$ = exports.CreateCustomerPaymentPaymentResponse$outboundSchema = exports.CreateCustomerPaymentPaymentResponse$inboundSchema = exports.CreateCustomerPaymentRoutingSelfResponse$ = exports.CreateCustomerPaymentRoutingSelfResponse$outboundSchema = exports.CreateCustomerPaymentRoutingSelfResponse$inboundSchema = exports.CreateCustomerPaymentDestinationResponse$ = exports.CreateCustomerPaymentDestinationResponse$outboundSchema = exports.CreateCustomerPaymentDestinationResponse$inboundSchema = exports.CreateCustomerPaymentRoutingTypeResponse$ = exports.CreateCustomerPaymentRoutingTypeResponse$outboundSchema = exports.CreateCustomerPaymentRoutingTypeResponse$inboundSchema = exports.CreateCustomerPaymentRoutingAmountResponse$ = exports.CreateCustomerPaymentRoutingAmountResponse$outboundSchema = exports.CreateCustomerPaymentRoutingAmountResponse$inboundSchema = exports.CreateCustomerPaymentRoutingMode$ = exports.CreateCustomerPaymentRoutingMode$outboundSchema = void 0;
44
+ exports.CreateCustomerPaymentResponse$ = exports.CreateCustomerPaymentResponse$outboundSchema = exports.CreateCustomerPaymentResponse$inboundSchema = exports.CreateCustomerPaymentLinksResponse$ = exports.CreateCustomerPaymentLinksResponse$outboundSchema = exports.CreateCustomerPaymentLinksResponse$inboundSchema = exports.CreateCustomerPaymentDocumentation$ = exports.CreateCustomerPaymentDocumentation$outboundSchema = exports.CreateCustomerPaymentDocumentation$inboundSchema = exports.CreateCustomerPaymentTerminal$ = exports.CreateCustomerPaymentTerminal$outboundSchema = exports.CreateCustomerPaymentTerminal$inboundSchema = exports.CreateCustomerPaymentOrder$ = exports.CreateCustomerPaymentOrder$outboundSchema = exports.CreateCustomerPaymentOrder$inboundSchema = exports.CreateCustomerPaymentSubscription$ = exports.CreateCustomerPaymentSubscription$outboundSchema = exports.CreateCustomerPaymentSubscription$inboundSchema = exports.CreateCustomerPaymentMandate$ = exports.CreateCustomerPaymentMandate$outboundSchema = exports.CreateCustomerPaymentMandate$inboundSchema = exports.CreateCustomerPaymentCustomer$ = exports.CreateCustomerPaymentCustomer$outboundSchema = exports.CreateCustomerPaymentCustomer$inboundSchema = exports.CreateCustomerPaymentSettlement$ = exports.CreateCustomerPaymentSettlement$outboundSchema = exports.CreateCustomerPaymentSettlement$inboundSchema = exports.CreateCustomerPaymentCaptures$ = exports.CreateCustomerPaymentCaptures$outboundSchema = exports.CreateCustomerPaymentCaptures$inboundSchema = exports.CreateCustomerPaymentChargebacks$ = exports.CreateCustomerPaymentChargebacks$outboundSchema = exports.CreateCustomerPaymentChargebacks$inboundSchema = void 0;
45
45
  exports.createCustomerPaymentAmountRequestToJSON = createCustomerPaymentAmountRequestToJSON;
46
46
  exports.createCustomerPaymentAmountRequestFromJSON = createCustomerPaymentAmountRequestFromJSON;
47
47
  exports.createCustomerPaymentUnitPriceRequestToJSON = createCustomerPaymentUnitPriceRequestToJSON;
@@ -270,6 +270,7 @@ exports.CreateCustomerPaymentMethodRequest = {
270
270
  Banktransfer: "banktransfer",
271
271
  Belfius: "belfius",
272
272
  Billie: "billie",
273
+ Bizum: "bizum",
273
274
  Blik: "blik",
274
275
  Creditcard: "creditcard",
275
276
  Directdebit: "directdebit",
@@ -282,6 +283,7 @@ exports.CreateCustomerPaymentMethodRequest = {
282
283
  Mbway: "mbway",
283
284
  Multibanco: "multibanco",
284
285
  Mybank: "mybank",
286
+ Paybybank: "paybybank",
285
287
  Payconiq: "payconiq",
286
288
  Paypal: "paypal",
287
289
  Paysafecard: "paysafecard",
@@ -306,26 +308,6 @@ exports.CreateCustomerPaymentCaptureModeRequest = {
306
308
  Automatic: "automatic",
307
309
  Manual: "manual",
308
310
  };
309
- /**
310
- * **Only relevant if you wish to manage authorization and capturing separately.**
311
- *
312
- * @remarks
313
- *
314
- * Some payment methods allow placing a hold on the card or bank account. This hold or 'authorization' can then at a
315
- * later point either be 'captured' or canceled.
316
- *
317
- * By default, we charge the customer's card or bank account immediately when they complete the payment. If you set a
318
- * capture delay however, we will delay the automatic capturing of the payment for the specified amount of time. For
319
- * example `8 hours` or `2 days`.
320
- *
321
- * To schedule an automatic capture, the `captureMode` must be set to `automatic`.
322
- *
323
- * The maximum delay is 7 days (168 hours).
324
- */
325
- exports.CreateCustomerPaymentCaptureDelayRequest = {
326
- DotDotDotHours: "... hours",
327
- DotDotDotDays: "... days",
328
- };
329
311
  /**
330
312
  * The type of destination. Currently only the destination type `organization` is supported.
331
313
  */
@@ -445,6 +427,7 @@ exports.CreateCustomerPaymentMethodResponse = {
445
427
  Banktransfer: "banktransfer",
446
428
  Belfius: "belfius",
447
429
  Billie: "billie",
430
+ Bizum: "bizum",
448
431
  Blik: "blik",
449
432
  Creditcard: "creditcard",
450
433
  Directdebit: "directdebit",
@@ -457,6 +440,7 @@ exports.CreateCustomerPaymentMethodResponse = {
457
440
  Mbway: "mbway",
458
441
  Multibanco: "multibanco",
459
442
  Mybank: "mybank",
443
+ Paybybank: "paybybank",
460
444
  Payconiq: "payconiq",
461
445
  Paypal: "paypal",
462
446
  Paysafecard: "paysafecard",
@@ -481,26 +465,6 @@ exports.CreateCustomerPaymentCaptureModeResponse = {
481
465
  Automatic: "automatic",
482
466
  Manual: "manual",
483
467
  };
484
- /**
485
- * **Only relevant if you wish to manage authorization and capturing separately.**
486
- *
487
- * @remarks
488
- *
489
- * Some payment methods allow placing a hold on the card or bank account. This hold or 'authorization' can then at a
490
- * later point either be 'captured' or canceled.
491
- *
492
- * By default, we charge the customer's card or bank account immediately when they complete the payment. If you set a
493
- * capture delay however, we will delay the automatic capturing of the payment for the specified amount of time. For
494
- * example `8 hours` or `2 days`.
495
- *
496
- * To schedule an automatic capture, the `captureMode` must be set to `automatic`.
497
- *
498
- * The maximum delay is 7 days (168 hours).
499
- */
500
- exports.CreateCustomerPaymentCaptureDelayResponse = {
501
- DotDotDotHours: "... hours",
502
- DotDotDotDays: "... days",
503
- };
504
468
  /**
505
469
  * Whether this entity was created in live mode or in test mode.
506
470
  */
@@ -1041,22 +1005,6 @@ var CreateCustomerPaymentCaptureModeRequest$;
1041
1005
  CreateCustomerPaymentCaptureModeRequest$.outboundSchema = exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema;
1042
1006
  })(CreateCustomerPaymentCaptureModeRequest$ || (exports.CreateCustomerPaymentCaptureModeRequest$ = CreateCustomerPaymentCaptureModeRequest$ = {}));
1043
1007
  /** @internal */
1044
- exports.CreateCustomerPaymentCaptureDelayRequest$inboundSchema = z
1045
- .nativeEnum(exports.CreateCustomerPaymentCaptureDelayRequest);
1046
- /** @internal */
1047
- exports.CreateCustomerPaymentCaptureDelayRequest$outboundSchema = exports.CreateCustomerPaymentCaptureDelayRequest$inboundSchema;
1048
- /**
1049
- * @internal
1050
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1051
- */
1052
- var CreateCustomerPaymentCaptureDelayRequest$;
1053
- (function (CreateCustomerPaymentCaptureDelayRequest$) {
1054
- /** @deprecated use `CreateCustomerPaymentCaptureDelayRequest$inboundSchema` instead. */
1055
- CreateCustomerPaymentCaptureDelayRequest$.inboundSchema = exports.CreateCustomerPaymentCaptureDelayRequest$inboundSchema;
1056
- /** @deprecated use `CreateCustomerPaymentCaptureDelayRequest$outboundSchema` instead. */
1057
- CreateCustomerPaymentCaptureDelayRequest$.outboundSchema = exports.CreateCustomerPaymentCaptureDelayRequest$outboundSchema;
1058
- })(CreateCustomerPaymentCaptureDelayRequest$ || (exports.CreateCustomerPaymentCaptureDelayRequest$ = CreateCustomerPaymentCaptureDelayRequest$ = {}));
1059
- /** @internal */
1060
1008
  exports.CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema = z.object({
1061
1009
  currency: z.string(),
1062
1010
  value: z.string(),
@@ -1337,8 +1285,9 @@ exports.CreateCustomerPaymentRequestBody$inboundSchema = z.object({
1337
1285
  z.string(),
1338
1286
  z.array(z.string()),
1339
1287
  ])).optional(),
1340
- captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeRequest$inboundSchema.default("automatic")),
1341
- captureDelay: z.nullable(exports.CreateCustomerPaymentCaptureDelayRequest$inboundSchema).optional(),
1288
+ captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeRequest$inboundSchema)
1289
+ .optional(),
1290
+ captureDelay: z.nullable(z.string()).optional(),
1342
1291
  applicationFee: z.nullable(z.lazy(() => exports.CreateCustomerPaymentApplicationFeeRequest$inboundSchema)).optional(),
1343
1292
  routing: z.nullable(z.array(z.lazy(() => exports.CreateCustomerPaymentRoutingRequest$inboundSchema))).optional(),
1344
1293
  sequenceType: z.nullable(exports.CreateCustomerPaymentSequenceTypeRequest$inboundSchema.default("oneoff")),
@@ -1369,8 +1318,8 @@ exports.CreateCustomerPaymentRequestBody$outboundSchema = z.object({
1369
1318
  z.string(),
1370
1319
  z.array(z.string()),
1371
1320
  ])).optional(),
1372
- captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema.default("automatic")),
1373
- captureDelay: z.nullable(exports.CreateCustomerPaymentCaptureDelayRequest$outboundSchema).optional(),
1321
+ captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeRequest$outboundSchema).optional(),
1322
+ captureDelay: z.nullable(z.string()).optional(),
1374
1323
  applicationFee: z.nullable(z.lazy(() => exports.CreateCustomerPaymentApplicationFeeRequest$outboundSchema)).optional(),
1375
1324
  routing: z.nullable(z.array(z.lazy(() => exports.CreateCustomerPaymentRoutingRequest$outboundSchema))).optional(),
1376
1325
  sequenceType: z.nullable(exports.CreateCustomerPaymentSequenceTypeRequest$outboundSchema.default("oneoff")),
@@ -2176,22 +2125,6 @@ var CreateCustomerPaymentCaptureModeResponse$;
2176
2125
  CreateCustomerPaymentCaptureModeResponse$.outboundSchema = exports.CreateCustomerPaymentCaptureModeResponse$outboundSchema;
2177
2126
  })(CreateCustomerPaymentCaptureModeResponse$ || (exports.CreateCustomerPaymentCaptureModeResponse$ = CreateCustomerPaymentCaptureModeResponse$ = {}));
2178
2127
  /** @internal */
2179
- exports.CreateCustomerPaymentCaptureDelayResponse$inboundSchema = z
2180
- .nativeEnum(exports.CreateCustomerPaymentCaptureDelayResponse);
2181
- /** @internal */
2182
- exports.CreateCustomerPaymentCaptureDelayResponse$outboundSchema = exports.CreateCustomerPaymentCaptureDelayResponse$inboundSchema;
2183
- /**
2184
- * @internal
2185
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2186
- */
2187
- var CreateCustomerPaymentCaptureDelayResponse$;
2188
- (function (CreateCustomerPaymentCaptureDelayResponse$) {
2189
- /** @deprecated use `CreateCustomerPaymentCaptureDelayResponse$inboundSchema` instead. */
2190
- CreateCustomerPaymentCaptureDelayResponse$.inboundSchema = exports.CreateCustomerPaymentCaptureDelayResponse$inboundSchema;
2191
- /** @deprecated use `CreateCustomerPaymentCaptureDelayResponse$outboundSchema` instead. */
2192
- CreateCustomerPaymentCaptureDelayResponse$.outboundSchema = exports.CreateCustomerPaymentCaptureDelayResponse$outboundSchema;
2193
- })(CreateCustomerPaymentCaptureDelayResponse$ || (exports.CreateCustomerPaymentCaptureDelayResponse$ = CreateCustomerPaymentCaptureDelayResponse$ = {}));
2194
- /** @internal */
2195
2128
  exports.CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema = z.object({
2196
2129
  currency: z.string(),
2197
2130
  value: z.string(),
@@ -3019,8 +2952,8 @@ exports.CreateCustomerPaymentResponse$inboundSchema = z.object({
3019
2952
  z.string(),
3020
2953
  z.array(z.string()),
3021
2954
  ])).optional(),
3022
- captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeResponse$inboundSchema.default("automatic")),
3023
- captureDelay: z.nullable(exports.CreateCustomerPaymentCaptureDelayResponse$inboundSchema).optional(),
2955
+ captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeResponse$inboundSchema).optional(),
2956
+ captureDelay: z.nullable(z.string()).optional(),
3024
2957
  captureBefore: z.nullable(z.string()).optional(),
3025
2958
  applicationFee: z.nullable(z.lazy(() => exports.CreateCustomerPaymentApplicationFeeResponse$inboundSchema)).optional(),
3026
2959
  routing: z.nullable(z.array(z.lazy(() => exports.CreateCustomerPaymentRoutingResponse$inboundSchema))).optional(),
@@ -3077,8 +3010,8 @@ exports.CreateCustomerPaymentResponse$outboundSchema = z.object({
3077
3010
  z.string(),
3078
3011
  z.array(z.string()),
3079
3012
  ])).optional(),
3080
- captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeResponse$outboundSchema.default("automatic")),
3081
- captureDelay: z.nullable(exports.CreateCustomerPaymentCaptureDelayResponse$outboundSchema).optional(),
3013
+ captureMode: z.nullable(exports.CreateCustomerPaymentCaptureModeResponse$outboundSchema).optional(),
3014
+ captureDelay: z.nullable(z.string()).optional(),
3082
3015
  captureBefore: z.nullable(z.string()).optional(),
3083
3016
  applicationFee: z.nullable(z.lazy(() => exports.CreateCustomerPaymentApplicationFeeResponse$outboundSchema)).optional(),
3084
3017
  routing: z.nullable(z.array(z.lazy(() => exports.CreateCustomerPaymentRoutingResponse$outboundSchema))).optional(),