mollie-api-typescript 0.1.2 → 0.1.3
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.
- package/FUNCTIONS.md +13 -0
- package/README.md +84 -0
- package/bin/mcp-server.js +5173 -1638
- package/bin/mcp-server.js.map +47 -46
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/cancelpayment.d.ts +1458 -19
- package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelpayment.js +755 -20
- package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +1596 -20
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.js +819 -22
- package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +1596 -20
- package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpayment.js +810 -22
- package/dist/commonjs/models/operations/createpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.d.ts +2 -2
- package/dist/commonjs/models/operations/getnextsettlement.d.ts +6 -846
- package/dist/commonjs/models/operations/getnextsettlement.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getnextsettlement.js +3 -586
- package/dist/commonjs/models/operations/getnextsettlement.js.map +1 -1
- package/dist/commonjs/models/operations/getopensettlement.d.ts +6 -846
- package/dist/commonjs/models/operations/getopensettlement.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getopensettlement.js +3 -586
- package/dist/commonjs/models/operations/getopensettlement.js.map +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +1458 -19
- package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpayment.js +751 -20
- package/dist/commonjs/models/operations/getpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlink.d.ts +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +1466 -27
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +771 -32
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/getsettlement.d.ts +6 -846
- package/dist/commonjs/models/operations/getsettlement.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getsettlement.js +3 -579
- package/dist/commonjs/models/operations/getsettlement.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.d.ts +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallchargebacks.js +8 -14
- package/dist/commonjs/models/operations/listallchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.d.ts +15 -15
- package/dist/commonjs/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallmethods.js +19 -18
- package/dist/commonjs/models/operations/listallmethods.js.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.d.ts +8 -8
- package/dist/commonjs/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.js +8 -12
- package/dist/commonjs/models/operations/listallrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +8 -8
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +8 -13
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listbalances.d.ts +8 -8
- package/dist/commonjs/models/operations/listbalances.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalances.js +8 -12
- package/dist/commonjs/models/operations/listbalances.js.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts +8 -8
- package/dist/commonjs/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listbalancetransactions.js +8 -10
- package/dist/commonjs/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/commonjs/models/operations/listcaptures.d.ts +8 -8
- package/dist/commonjs/models/operations/listcaptures.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcaptures.js +8 -12
- package/dist/commonjs/models/operations/listcaptures.js.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listchargebacks.js +8 -12
- package/dist/commonjs/models/operations/listchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listclients.d.ts +8 -8
- package/dist/commonjs/models/operations/listclients.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listclients.js +8 -12
- package/dist/commonjs/models/operations/listclients.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +776 -42
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.d.ts +8 -8
- package/dist/commonjs/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.js +8 -12
- package/dist/commonjs/models/operations/listcustomers.js.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.d.ts +8 -8
- package/dist/commonjs/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listinvoices.js +8 -12
- package/dist/commonjs/models/operations/listinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listmandates.d.ts +8 -8
- package/dist/commonjs/models/operations/listmandates.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listmandates.js +8 -12
- package/dist/commonjs/models/operations/listmandates.js.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts +9 -9
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.js +8 -13
- package/dist/commonjs/models/operations/listpaymentlinks.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +768 -39
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.d.ts +8 -8
- package/dist/commonjs/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listprofiles.js +8 -12
- package/dist/commonjs/models/operations/listprofiles.js.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.d.ts +8 -8
- package/dist/commonjs/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.js +8 -12
- package/dist/commonjs/models/operations/listrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsalesinvoices.d.ts +8 -8
- package/dist/commonjs/models/operations/listsalesinvoices.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsalesinvoices.js +8 -14
- package/dist/commonjs/models/operations/listsalesinvoices.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementcaptures.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementcaptures.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementcaptures.js +8 -11
- package/dist/commonjs/models/operations/listsettlementcaptures.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementchargebacks.js +8 -10
- package/dist/commonjs/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +777 -40
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts +8 -8
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.js +8 -12
- package/dist/commonjs/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlements.d.ts +14 -854
- package/dist/commonjs/models/operations/listsettlements.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlements.js +11 -596
- package/dist/commonjs/models/operations/listsettlements.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +1472 -33
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +777 -39
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.d.ts +8 -8
- package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.js +8 -14
- package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listterminals.d.ts +8 -8
- package/dist/commonjs/models/operations/listterminals.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listterminals.js +8 -12
- package/dist/commonjs/models/operations/listterminals.js.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.d.ts +8 -8
- package/dist/commonjs/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listwebhooks.js +8 -12
- package/dist/commonjs/models/operations/listwebhooks.js.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +1458 -19
- package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.js +755 -21
- package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
- package/dist/commonjs/models/operations/updatepaymentlink.d.ts +2 -2
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/cancelpayment.d.ts +1458 -19
- package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelpayment.js +735 -16
- package/dist/esm/models/operations/cancelpayment.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +1596 -20
- package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.js +796 -16
- package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +1596 -20
- package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createpayment.js +787 -16
- package/dist/esm/models/operations/createpayment.js.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.d.ts +2 -2
- package/dist/esm/models/operations/getnextsettlement.d.ts +6 -846
- package/dist/esm/models/operations/getnextsettlement.d.ts.map +1 -1
- package/dist/esm/models/operations/getnextsettlement.js +2 -556
- package/dist/esm/models/operations/getnextsettlement.js.map +1 -1
- package/dist/esm/models/operations/getopensettlement.d.ts +6 -846
- package/dist/esm/models/operations/getopensettlement.d.ts.map +1 -1
- package/dist/esm/models/operations/getopensettlement.js +2 -556
- package/dist/esm/models/operations/getopensettlement.js.map +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +1458 -19
- package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/getpayment.js +731 -16
- package/dist/esm/models/operations/getpayment.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlink.d.ts +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +1466 -27
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +751 -27
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/getsettlement.d.ts +6 -846
- package/dist/esm/models/operations/getsettlement.d.ts.map +1 -1
- package/dist/esm/models/operations/getsettlement.js +2 -549
- package/dist/esm/models/operations/getsettlement.js.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.d.ts +1 -1
- package/dist/esm/models/operations/listallchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listallchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listallchargebacks.js +8 -14
- package/dist/esm/models/operations/listallchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listallmethods.d.ts +15 -15
- package/dist/esm/models/operations/listallmethods.d.ts.map +1 -1
- package/dist/esm/models/operations/listallmethods.js +16 -15
- package/dist/esm/models/operations/listallmethods.js.map +1 -1
- package/dist/esm/models/operations/listallrefunds.d.ts +8 -8
- package/dist/esm/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listallrefunds.js +8 -12
- package/dist/esm/models/operations/listallrefunds.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +8 -8
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +8 -13
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listbalances.d.ts +8 -8
- package/dist/esm/models/operations/listbalances.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalances.js +8 -12
- package/dist/esm/models/operations/listbalances.js.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.d.ts +8 -8
- package/dist/esm/models/operations/listbalancetransactions.d.ts.map +1 -1
- package/dist/esm/models/operations/listbalancetransactions.js +8 -10
- package/dist/esm/models/operations/listbalancetransactions.js.map +1 -1
- package/dist/esm/models/operations/listcaptures.d.ts +8 -8
- package/dist/esm/models/operations/listcaptures.d.ts.map +1 -1
- package/dist/esm/models/operations/listcaptures.js +8 -12
- package/dist/esm/models/operations/listcaptures.js.map +1 -1
- package/dist/esm/models/operations/listchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listchargebacks.js +8 -12
- package/dist/esm/models/operations/listchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listclients.d.ts +8 -8
- package/dist/esm/models/operations/listclients.d.ts.map +1 -1
- package/dist/esm/models/operations/listclients.js +8 -12
- package/dist/esm/models/operations/listclients.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +756 -37
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listcustomers.d.ts +8 -8
- package/dist/esm/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomers.js +8 -12
- package/dist/esm/models/operations/listcustomers.js.map +1 -1
- package/dist/esm/models/operations/listinvoices.d.ts +8 -8
- package/dist/esm/models/operations/listinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listinvoices.js +8 -12
- package/dist/esm/models/operations/listinvoices.js.map +1 -1
- package/dist/esm/models/operations/listmandates.d.ts +8 -8
- package/dist/esm/models/operations/listmandates.d.ts.map +1 -1
- package/dist/esm/models/operations/listmandates.js +8 -12
- package/dist/esm/models/operations/listmandates.js.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.d.ts +9 -9
- package/dist/esm/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.js +8 -13
- package/dist/esm/models/operations/listpaymentlinks.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +748 -34
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listprofiles.d.ts +8 -8
- package/dist/esm/models/operations/listprofiles.d.ts.map +1 -1
- package/dist/esm/models/operations/listprofiles.js +8 -12
- package/dist/esm/models/operations/listprofiles.js.map +1 -1
- package/dist/esm/models/operations/listrefunds.d.ts +8 -8
- package/dist/esm/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listrefunds.js +8 -12
- package/dist/esm/models/operations/listrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsalesinvoices.d.ts +8 -8
- package/dist/esm/models/operations/listsalesinvoices.d.ts.map +1 -1
- package/dist/esm/models/operations/listsalesinvoices.js +8 -14
- package/dist/esm/models/operations/listsalesinvoices.js.map +1 -1
- package/dist/esm/models/operations/listsettlementcaptures.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementcaptures.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementcaptures.js +8 -11
- package/dist/esm/models/operations/listsettlementcaptures.js.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementchargebacks.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementchargebacks.js +8 -10
- package/dist/esm/models/operations/listsettlementchargebacks.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +757 -35
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.d.ts +8 -8
- package/dist/esm/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.js +8 -12
- package/dist/esm/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsettlements.d.ts +14 -854
- package/dist/esm/models/operations/listsettlements.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlements.js +10 -566
- package/dist/esm/models/operations/listsettlements.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +1472 -33
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +757 -34
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.d.ts +8 -8
- package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.js +8 -14
- package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listterminals.d.ts +8 -8
- package/dist/esm/models/operations/listterminals.d.ts.map +1 -1
- package/dist/esm/models/operations/listterminals.js +8 -12
- package/dist/esm/models/operations/listterminals.js.map +1 -1
- package/dist/esm/models/operations/listwebhooks.d.ts +8 -8
- package/dist/esm/models/operations/listwebhooks.d.ts.map +1 -1
- package/dist/esm/models/operations/listwebhooks.js +8 -12
- package/dist/esm/models/operations/listwebhooks.js.map +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +1458 -19
- package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/esm/models/operations/updatepayment.js +735 -16
- package/dist/esm/models/operations/updatepayment.js.map +1 -1
- package/dist/esm/models/operations/updatepaymentlink.d.ts +2 -2
- package/docs/sdks/customers/README.md +26 -0
- package/docs/sdks/payments/README.md +26 -0
- package/examples/package-lock.json +1 -1
- package/examples/paymentsCreate.example.ts +14 -0
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +2821 -1297
- package/src/models/operations/createcustomerpayment.ts +4804 -3036
- package/src/models/operations/createpayment.ts +4484 -2767
- package/src/models/operations/createpaymentlink.ts +2 -2
- package/src/models/operations/getnextsettlement.ts +4 -1290
- package/src/models/operations/getopensettlement.ts +4 -1290
- package/src/models/operations/getpayment.ts +3155 -1650
- package/src/models/operations/getpaymentlink.ts +1 -1
- package/src/models/operations/getpaymentlinkpayments.ts +3426 -1847
- package/src/models/operations/getsettlement.ts +4 -1253
- package/src/models/operations/getwebhookevent.ts +1 -1
- package/src/models/operations/listallchargebacks.ts +16 -22
- package/src/models/operations/listallmethods.ts +27 -34
- package/src/models/operations/listallrefunds.ts +16 -20
- package/src/models/operations/listallsubscriptions.ts +18 -21
- package/src/models/operations/listbalances.ts +16 -20
- package/src/models/operations/listbalancetransactions.ts +16 -18
- package/src/models/operations/listcaptures.ts +16 -20
- package/src/models/operations/listchargebacks.ts +16 -20
- package/src/models/operations/listclients.ts +16 -20
- package/src/models/operations/listcustomerpayments.ts +3408 -1847
- package/src/models/operations/listcustomers.ts +16 -20
- package/src/models/operations/listinvoices.ts +16 -20
- package/src/models/operations/listmandates.ts +16 -20
- package/src/models/operations/listpaymentlinks.ts +17 -22
- package/src/models/operations/listpayments.ts +2971 -1455
- package/src/models/operations/listprofiles.ts +16 -20
- package/src/models/operations/listrefunds.ts +16 -20
- package/src/models/operations/listsalesinvoices.ts +16 -22
- package/src/models/operations/listsettlementcaptures.ts +18 -19
- package/src/models/operations/listsettlementchargebacks.ts +16 -18
- package/src/models/operations/listsettlementpayments.ts +3436 -1859
- package/src/models/operations/listsettlementrefunds.ts +18 -20
- package/src/models/operations/listsettlements.ts +228 -1500
- package/src/models/operations/listsubscriptionpayments.ts +3479 -1875
- package/src/models/operations/listsubscriptions.ts +16 -22
- package/src/models/operations/listterminals.ts +16 -20
- package/src/models/operations/listwebhooks.ts +16 -20
- package/src/models/operations/updatepayment.ts +3437 -1913
- package/src/models/operations/updatepaymentlink.ts +2 -2
|
@@ -107,319 +107,6 @@ export type ListSettlementsAmount = {
|
|
|
107
107
|
*/
|
|
108
108
|
value: string;
|
|
109
109
|
};
|
|
110
|
-
/**
|
|
111
|
-
* The payment method, if applicable
|
|
112
|
-
*/
|
|
113
|
-
export declare const ListSettlementsCostMethod: {
|
|
114
|
-
readonly Alma: "alma";
|
|
115
|
-
readonly Bacs: "bacs";
|
|
116
|
-
readonly Applepay: "applepay";
|
|
117
|
-
readonly Bancomatpay: "bancomatpay";
|
|
118
|
-
readonly Bancontact: "bancontact";
|
|
119
|
-
readonly Banktransfer: "banktransfer";
|
|
120
|
-
readonly Belfius: "belfius";
|
|
121
|
-
readonly Billie: "billie";
|
|
122
|
-
readonly Bizum: "bizum";
|
|
123
|
-
readonly Bitcoin: "bitcoin";
|
|
124
|
-
readonly Blik: "blik";
|
|
125
|
-
readonly Creditcard: "creditcard";
|
|
126
|
-
readonly Directdebit: "directdebit";
|
|
127
|
-
readonly Eps: "eps";
|
|
128
|
-
readonly Giftcard: "giftcard";
|
|
129
|
-
readonly Giropay: "giropay";
|
|
130
|
-
readonly Googlepay: "googlepay";
|
|
131
|
-
readonly Ideal: "ideal";
|
|
132
|
-
readonly In3: "in3";
|
|
133
|
-
readonly Inghomepay: "inghomepay";
|
|
134
|
-
readonly Kbc: "kbc";
|
|
135
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
136
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
137
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
138
|
-
readonly Klarna: "klarna";
|
|
139
|
-
readonly Mbway: "mbway";
|
|
140
|
-
readonly Multibanco: "multibanco";
|
|
141
|
-
readonly Mybank: "mybank";
|
|
142
|
-
readonly Paybybank: "paybybank";
|
|
143
|
-
readonly Payconiq: "payconiq";
|
|
144
|
-
readonly Paypal: "paypal";
|
|
145
|
-
readonly Paysafecard: "paysafecard";
|
|
146
|
-
readonly Przelewy24: "przelewy24";
|
|
147
|
-
readonly Riverty: "riverty";
|
|
148
|
-
readonly Satispay: "satispay";
|
|
149
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
150
|
-
readonly Pointofsale: "pointofsale";
|
|
151
|
-
readonly Sofort: "sofort";
|
|
152
|
-
readonly Swish: "swish";
|
|
153
|
-
readonly Trustly: "trustly";
|
|
154
|
-
readonly Twint: "twint";
|
|
155
|
-
readonly Voucher: "voucher";
|
|
156
|
-
};
|
|
157
|
-
/**
|
|
158
|
-
* The payment method, if applicable
|
|
159
|
-
*/
|
|
160
|
-
export type ListSettlementsCostMethod = ClosedEnum<typeof ListSettlementsCostMethod>;
|
|
161
|
-
/**
|
|
162
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
163
|
-
*/
|
|
164
|
-
export type ListSettlementsFixed = {
|
|
165
|
-
/**
|
|
166
|
-
* A three-character ISO 4217 currency code.
|
|
167
|
-
*/
|
|
168
|
-
currency: string;
|
|
169
|
-
/**
|
|
170
|
-
* A string containing an exact monetary amount in the given currency.
|
|
171
|
-
*/
|
|
172
|
-
value: string;
|
|
173
|
-
};
|
|
174
|
-
/**
|
|
175
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
176
|
-
*/
|
|
177
|
-
export type ListSettlementsPercentage = {
|
|
178
|
-
/**
|
|
179
|
-
* A three-character ISO 4217 currency code.
|
|
180
|
-
*/
|
|
181
|
-
currency: string;
|
|
182
|
-
/**
|
|
183
|
-
* A string containing an exact monetary amount in the given currency.
|
|
184
|
-
*/
|
|
185
|
-
value: string;
|
|
186
|
-
};
|
|
187
|
-
/**
|
|
188
|
-
* The service rates, further divided into `fixed` and `percentage` costs.
|
|
189
|
-
*/
|
|
190
|
-
export type ListSettlementsRate = {
|
|
191
|
-
/**
|
|
192
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
193
|
-
*/
|
|
194
|
-
fixed?: ListSettlementsFixed | undefined;
|
|
195
|
-
/**
|
|
196
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
197
|
-
*/
|
|
198
|
-
percentage?: ListSettlementsPercentage | undefined;
|
|
199
|
-
};
|
|
200
|
-
/**
|
|
201
|
-
* The net total cost, i.e. excluding VAT
|
|
202
|
-
*/
|
|
203
|
-
export type ListSettlementsCostAmountNet = {
|
|
204
|
-
/**
|
|
205
|
-
* A three-character ISO 4217 currency code.
|
|
206
|
-
*/
|
|
207
|
-
currency: string;
|
|
208
|
-
/**
|
|
209
|
-
* A string containing an exact monetary amount in the given currency.
|
|
210
|
-
*/
|
|
211
|
-
value: string;
|
|
212
|
-
};
|
|
213
|
-
/**
|
|
214
|
-
* The applicable VAT
|
|
215
|
-
*/
|
|
216
|
-
export type ListSettlementsCostAmountVat = {
|
|
217
|
-
/**
|
|
218
|
-
* A three-character ISO 4217 currency code.
|
|
219
|
-
*/
|
|
220
|
-
currency: string;
|
|
221
|
-
/**
|
|
222
|
-
* A string containing an exact monetary amount in the given currency.
|
|
223
|
-
*/
|
|
224
|
-
value: string;
|
|
225
|
-
};
|
|
226
|
-
/**
|
|
227
|
-
* The gross total cost, i.e. including VAT
|
|
228
|
-
*/
|
|
229
|
-
export type ListSettlementsCostAmountGross = {
|
|
230
|
-
/**
|
|
231
|
-
* A three-character ISO 4217 currency code.
|
|
232
|
-
*/
|
|
233
|
-
currency: string;
|
|
234
|
-
/**
|
|
235
|
-
* A string containing an exact monetary amount in the given currency.
|
|
236
|
-
*/
|
|
237
|
-
value: string;
|
|
238
|
-
};
|
|
239
|
-
export type ListSettlementsCost = {
|
|
240
|
-
/**
|
|
241
|
-
* A description of the cost subtotal
|
|
242
|
-
*/
|
|
243
|
-
description?: string | undefined;
|
|
244
|
-
/**
|
|
245
|
-
* The payment method, if applicable
|
|
246
|
-
*/
|
|
247
|
-
method?: ListSettlementsCostMethod | null | undefined;
|
|
248
|
-
/**
|
|
249
|
-
* The number of fees
|
|
250
|
-
*/
|
|
251
|
-
count?: number | undefined;
|
|
252
|
-
/**
|
|
253
|
-
* The service rates, further divided into `fixed` and `percentage` costs.
|
|
254
|
-
*/
|
|
255
|
-
rate?: ListSettlementsRate | undefined;
|
|
256
|
-
/**
|
|
257
|
-
* The net total cost, i.e. excluding VAT
|
|
258
|
-
*/
|
|
259
|
-
amountNet?: ListSettlementsCostAmountNet | undefined;
|
|
260
|
-
/**
|
|
261
|
-
* The applicable VAT
|
|
262
|
-
*/
|
|
263
|
-
amountVat?: ListSettlementsCostAmountVat | undefined;
|
|
264
|
-
/**
|
|
265
|
-
* The gross total cost, i.e. including VAT
|
|
266
|
-
*/
|
|
267
|
-
amountGross?: ListSettlementsCostAmountGross | undefined;
|
|
268
|
-
};
|
|
269
|
-
/**
|
|
270
|
-
* The payment method, if applicable
|
|
271
|
-
*/
|
|
272
|
-
export declare const ListSettlementsRevenueMethod: {
|
|
273
|
-
readonly Alma: "alma";
|
|
274
|
-
readonly Bacs: "bacs";
|
|
275
|
-
readonly Applepay: "applepay";
|
|
276
|
-
readonly Bancomatpay: "bancomatpay";
|
|
277
|
-
readonly Bancontact: "bancontact";
|
|
278
|
-
readonly Banktransfer: "banktransfer";
|
|
279
|
-
readonly Belfius: "belfius";
|
|
280
|
-
readonly Billie: "billie";
|
|
281
|
-
readonly Bizum: "bizum";
|
|
282
|
-
readonly Bitcoin: "bitcoin";
|
|
283
|
-
readonly Blik: "blik";
|
|
284
|
-
readonly Creditcard: "creditcard";
|
|
285
|
-
readonly Directdebit: "directdebit";
|
|
286
|
-
readonly Eps: "eps";
|
|
287
|
-
readonly Giftcard: "giftcard";
|
|
288
|
-
readonly Giropay: "giropay";
|
|
289
|
-
readonly Googlepay: "googlepay";
|
|
290
|
-
readonly Ideal: "ideal";
|
|
291
|
-
readonly In3: "in3";
|
|
292
|
-
readonly Inghomepay: "inghomepay";
|
|
293
|
-
readonly Kbc: "kbc";
|
|
294
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
295
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
296
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
297
|
-
readonly Klarna: "klarna";
|
|
298
|
-
readonly Mbway: "mbway";
|
|
299
|
-
readonly Multibanco: "multibanco";
|
|
300
|
-
readonly Mybank: "mybank";
|
|
301
|
-
readonly Paybybank: "paybybank";
|
|
302
|
-
readonly Payconiq: "payconiq";
|
|
303
|
-
readonly Paypal: "paypal";
|
|
304
|
-
readonly Paysafecard: "paysafecard";
|
|
305
|
-
readonly Przelewy24: "przelewy24";
|
|
306
|
-
readonly Riverty: "riverty";
|
|
307
|
-
readonly Satispay: "satispay";
|
|
308
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
309
|
-
readonly Pointofsale: "pointofsale";
|
|
310
|
-
readonly Sofort: "sofort";
|
|
311
|
-
readonly Swish: "swish";
|
|
312
|
-
readonly Trustly: "trustly";
|
|
313
|
-
readonly Twint: "twint";
|
|
314
|
-
readonly Voucher: "voucher";
|
|
315
|
-
};
|
|
316
|
-
/**
|
|
317
|
-
* The payment method, if applicable
|
|
318
|
-
*/
|
|
319
|
-
export type ListSettlementsRevenueMethod = ClosedEnum<typeof ListSettlementsRevenueMethod>;
|
|
320
|
-
/**
|
|
321
|
-
* The net total of received funds, i.e. excluding VAT
|
|
322
|
-
*/
|
|
323
|
-
export type ListSettlementsRevenueAmountNet = {
|
|
324
|
-
/**
|
|
325
|
-
* A three-character ISO 4217 currency code.
|
|
326
|
-
*/
|
|
327
|
-
currency: string;
|
|
328
|
-
/**
|
|
329
|
-
* A string containing an exact monetary amount in the given currency.
|
|
330
|
-
*/
|
|
331
|
-
value: string;
|
|
332
|
-
};
|
|
333
|
-
/**
|
|
334
|
-
* The applicable VAT
|
|
335
|
-
*/
|
|
336
|
-
export type ListSettlementsRevenueAmountVat = {
|
|
337
|
-
/**
|
|
338
|
-
* A three-character ISO 4217 currency code.
|
|
339
|
-
*/
|
|
340
|
-
currency: string;
|
|
341
|
-
/**
|
|
342
|
-
* A string containing an exact monetary amount in the given currency.
|
|
343
|
-
*/
|
|
344
|
-
value: string;
|
|
345
|
-
};
|
|
346
|
-
/**
|
|
347
|
-
* The gross total of received funds, i.e. including VAT
|
|
348
|
-
*/
|
|
349
|
-
export type ListSettlementsRevenueAmountGross = {
|
|
350
|
-
/**
|
|
351
|
-
* A three-character ISO 4217 currency code.
|
|
352
|
-
*/
|
|
353
|
-
currency: string;
|
|
354
|
-
/**
|
|
355
|
-
* A string containing an exact monetary amount in the given currency.
|
|
356
|
-
*/
|
|
357
|
-
value: string;
|
|
358
|
-
};
|
|
359
|
-
export type ListSettlementsRevenue = {
|
|
360
|
-
/**
|
|
361
|
-
* A description of the revenue subtotal
|
|
362
|
-
*/
|
|
363
|
-
description?: string | undefined;
|
|
364
|
-
/**
|
|
365
|
-
* The payment method, if applicable
|
|
366
|
-
*/
|
|
367
|
-
method?: ListSettlementsRevenueMethod | null | undefined;
|
|
368
|
-
/**
|
|
369
|
-
* The number of payments
|
|
370
|
-
*/
|
|
371
|
-
count?: number | undefined;
|
|
372
|
-
/**
|
|
373
|
-
* The net total of received funds, i.e. excluding VAT
|
|
374
|
-
*/
|
|
375
|
-
amountNet?: ListSettlementsRevenueAmountNet | undefined;
|
|
376
|
-
/**
|
|
377
|
-
* The applicable VAT
|
|
378
|
-
*/
|
|
379
|
-
amountVat?: ListSettlementsRevenueAmountVat | undefined;
|
|
380
|
-
/**
|
|
381
|
-
* The gross total of received funds, i.e. including VAT
|
|
382
|
-
*/
|
|
383
|
-
amountGross?: ListSettlementsRevenueAmountGross | undefined;
|
|
384
|
-
};
|
|
385
|
-
export type ListSettlementsLessThanMonthGreaterThan = {
|
|
386
|
-
/**
|
|
387
|
-
* An array of cost objects, describing the fees withheld for each payment method during this period.
|
|
388
|
-
*/
|
|
389
|
-
costs?: Array<ListSettlementsCost> | undefined;
|
|
390
|
-
/**
|
|
391
|
-
* An array of revenue objects containing the total revenue for each payment method during this period.
|
|
392
|
-
*/
|
|
393
|
-
revenue?: Array<ListSettlementsRevenue> | undefined;
|
|
394
|
-
/**
|
|
395
|
-
* The ID of the invoice created for this period, if the invoice has been created already.
|
|
396
|
-
*/
|
|
397
|
-
invoiceId?: string | null | undefined;
|
|
398
|
-
/**
|
|
399
|
-
* The invoice reference, if the invoice has been created already.
|
|
400
|
-
*/
|
|
401
|
-
invoiceReference?: string | null | undefined;
|
|
402
|
-
};
|
|
403
|
-
export type ListSettlementsLessThanYearGreaterThan = {
|
|
404
|
-
lessThanMonthGreaterThan?: ListSettlementsLessThanMonthGreaterThan | undefined;
|
|
405
|
-
};
|
|
406
|
-
/**
|
|
407
|
-
* For bookkeeping purposes, the settlement includes an overview of transactions included in the settlement. These
|
|
408
|
-
*
|
|
409
|
-
* @remarks
|
|
410
|
-
* transactions are grouped into 'period' objects — one for each calendar month.
|
|
411
|
-
*
|
|
412
|
-
* For example, if a settlement includes funds from 15 April until 4 May, it will include two period objects. One for
|
|
413
|
-
* all transactions processed between 15 April and 30 April, and one for all transactions between 1 May and 4 May.
|
|
414
|
-
*
|
|
415
|
-
* Period objects are grouped by year, and then by month. So in the above example, the full `periods` collection will
|
|
416
|
-
* look as follows: `{"2024": {"04": {...}, "05": {...}}}`. The year and month in this documentation are referred as `<year>` and `<month>`.
|
|
417
|
-
*
|
|
418
|
-
* The example response should give a good idea of what this looks like in practise.
|
|
419
|
-
*/
|
|
420
|
-
export type ListSettlementsPeriods = {
|
|
421
|
-
lessThanYearGreaterThan?: ListSettlementsLessThanYearGreaterThan | undefined;
|
|
422
|
-
};
|
|
423
110
|
/**
|
|
424
111
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
425
112
|
*/
|
|
@@ -603,7 +290,9 @@ export type ListSettlementsSettlement = {
|
|
|
603
290
|
*
|
|
604
291
|
* The example response should give a good idea of what this looks like in practise.
|
|
605
292
|
*/
|
|
606
|
-
periods?:
|
|
293
|
+
periods?: {
|
|
294
|
+
[k: string]: any;
|
|
295
|
+
} | undefined;
|
|
607
296
|
/**
|
|
608
297
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
609
298
|
*/
|
|
@@ -677,19 +366,19 @@ export type ListSettlementsLinks = {
|
|
|
677
366
|
/**
|
|
678
367
|
* The URL to the current set of items.
|
|
679
368
|
*/
|
|
680
|
-
self
|
|
369
|
+
self: ListSettlementsSelf;
|
|
681
370
|
/**
|
|
682
371
|
* The previous set of items, if available.
|
|
683
372
|
*/
|
|
684
|
-
previous
|
|
373
|
+
previous: ListSettlementsPrevious | null;
|
|
685
374
|
/**
|
|
686
375
|
* The next set of items, if available.
|
|
687
376
|
*/
|
|
688
|
-
next
|
|
377
|
+
next: ListSettlementsNext | null;
|
|
689
378
|
/**
|
|
690
379
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
691
380
|
*/
|
|
692
|
-
documentation
|
|
381
|
+
documentation: ListSettlementsDocumentation;
|
|
693
382
|
};
|
|
694
383
|
/**
|
|
695
384
|
* A list of settlement objects. For a complete reference of the settlement
|
|
@@ -919,537 +608,6 @@ export declare namespace ListSettlementsAmount$ {
|
|
|
919
608
|
export declare function listSettlementsAmountToJSON(listSettlementsAmount: ListSettlementsAmount): string;
|
|
920
609
|
export declare function listSettlementsAmountFromJSON(jsonString: string): SafeParseResult<ListSettlementsAmount, SDKValidationError>;
|
|
921
610
|
/** @internal */
|
|
922
|
-
export declare const ListSettlementsCostMethod$inboundSchema: z.ZodNativeEnum<typeof ListSettlementsCostMethod>;
|
|
923
|
-
/** @internal */
|
|
924
|
-
export declare const ListSettlementsCostMethod$outboundSchema: z.ZodNativeEnum<typeof ListSettlementsCostMethod>;
|
|
925
|
-
/**
|
|
926
|
-
* @internal
|
|
927
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
928
|
-
*/
|
|
929
|
-
export declare namespace ListSettlementsCostMethod$ {
|
|
930
|
-
/** @deprecated use `ListSettlementsCostMethod$inboundSchema` instead. */
|
|
931
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
932
|
-
readonly Alma: "alma";
|
|
933
|
-
readonly Bacs: "bacs";
|
|
934
|
-
readonly Applepay: "applepay";
|
|
935
|
-
readonly Bancomatpay: "bancomatpay";
|
|
936
|
-
readonly Bancontact: "bancontact";
|
|
937
|
-
readonly Banktransfer: "banktransfer";
|
|
938
|
-
readonly Belfius: "belfius";
|
|
939
|
-
readonly Billie: "billie";
|
|
940
|
-
readonly Bizum: "bizum";
|
|
941
|
-
readonly Bitcoin: "bitcoin";
|
|
942
|
-
readonly Blik: "blik";
|
|
943
|
-
readonly Creditcard: "creditcard";
|
|
944
|
-
readonly Directdebit: "directdebit";
|
|
945
|
-
readonly Eps: "eps";
|
|
946
|
-
readonly Giftcard: "giftcard";
|
|
947
|
-
readonly Giropay: "giropay";
|
|
948
|
-
readonly Googlepay: "googlepay";
|
|
949
|
-
readonly Ideal: "ideal";
|
|
950
|
-
readonly In3: "in3";
|
|
951
|
-
readonly Inghomepay: "inghomepay";
|
|
952
|
-
readonly Kbc: "kbc";
|
|
953
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
954
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
955
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
956
|
-
readonly Klarna: "klarna";
|
|
957
|
-
readonly Mbway: "mbway";
|
|
958
|
-
readonly Multibanco: "multibanco";
|
|
959
|
-
readonly Mybank: "mybank";
|
|
960
|
-
readonly Paybybank: "paybybank";
|
|
961
|
-
readonly Payconiq: "payconiq";
|
|
962
|
-
readonly Paypal: "paypal";
|
|
963
|
-
readonly Paysafecard: "paysafecard";
|
|
964
|
-
readonly Przelewy24: "przelewy24";
|
|
965
|
-
readonly Riverty: "riverty";
|
|
966
|
-
readonly Satispay: "satispay";
|
|
967
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
968
|
-
readonly Pointofsale: "pointofsale";
|
|
969
|
-
readonly Sofort: "sofort";
|
|
970
|
-
readonly Swish: "swish";
|
|
971
|
-
readonly Trustly: "trustly";
|
|
972
|
-
readonly Twint: "twint";
|
|
973
|
-
readonly Voucher: "voucher";
|
|
974
|
-
}>;
|
|
975
|
-
/** @deprecated use `ListSettlementsCostMethod$outboundSchema` instead. */
|
|
976
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
977
|
-
readonly Alma: "alma";
|
|
978
|
-
readonly Bacs: "bacs";
|
|
979
|
-
readonly Applepay: "applepay";
|
|
980
|
-
readonly Bancomatpay: "bancomatpay";
|
|
981
|
-
readonly Bancontact: "bancontact";
|
|
982
|
-
readonly Banktransfer: "banktransfer";
|
|
983
|
-
readonly Belfius: "belfius";
|
|
984
|
-
readonly Billie: "billie";
|
|
985
|
-
readonly Bizum: "bizum";
|
|
986
|
-
readonly Bitcoin: "bitcoin";
|
|
987
|
-
readonly Blik: "blik";
|
|
988
|
-
readonly Creditcard: "creditcard";
|
|
989
|
-
readonly Directdebit: "directdebit";
|
|
990
|
-
readonly Eps: "eps";
|
|
991
|
-
readonly Giftcard: "giftcard";
|
|
992
|
-
readonly Giropay: "giropay";
|
|
993
|
-
readonly Googlepay: "googlepay";
|
|
994
|
-
readonly Ideal: "ideal";
|
|
995
|
-
readonly In3: "in3";
|
|
996
|
-
readonly Inghomepay: "inghomepay";
|
|
997
|
-
readonly Kbc: "kbc";
|
|
998
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
999
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
1000
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
1001
|
-
readonly Klarna: "klarna";
|
|
1002
|
-
readonly Mbway: "mbway";
|
|
1003
|
-
readonly Multibanco: "multibanco";
|
|
1004
|
-
readonly Mybank: "mybank";
|
|
1005
|
-
readonly Paybybank: "paybybank";
|
|
1006
|
-
readonly Payconiq: "payconiq";
|
|
1007
|
-
readonly Paypal: "paypal";
|
|
1008
|
-
readonly Paysafecard: "paysafecard";
|
|
1009
|
-
readonly Przelewy24: "przelewy24";
|
|
1010
|
-
readonly Riverty: "riverty";
|
|
1011
|
-
readonly Satispay: "satispay";
|
|
1012
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
1013
|
-
readonly Pointofsale: "pointofsale";
|
|
1014
|
-
readonly Sofort: "sofort";
|
|
1015
|
-
readonly Swish: "swish";
|
|
1016
|
-
readonly Trustly: "trustly";
|
|
1017
|
-
readonly Twint: "twint";
|
|
1018
|
-
readonly Voucher: "voucher";
|
|
1019
|
-
}>;
|
|
1020
|
-
}
|
|
1021
|
-
/** @internal */
|
|
1022
|
-
export declare const ListSettlementsFixed$inboundSchema: z.ZodType<ListSettlementsFixed, z.ZodTypeDef, unknown>;
|
|
1023
|
-
/** @internal */
|
|
1024
|
-
export type ListSettlementsFixed$Outbound = {
|
|
1025
|
-
currency: string;
|
|
1026
|
-
value: string;
|
|
1027
|
-
};
|
|
1028
|
-
/** @internal */
|
|
1029
|
-
export declare const ListSettlementsFixed$outboundSchema: z.ZodType<ListSettlementsFixed$Outbound, z.ZodTypeDef, ListSettlementsFixed>;
|
|
1030
|
-
/**
|
|
1031
|
-
* @internal
|
|
1032
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1033
|
-
*/
|
|
1034
|
-
export declare namespace ListSettlementsFixed$ {
|
|
1035
|
-
/** @deprecated use `ListSettlementsFixed$inboundSchema` instead. */
|
|
1036
|
-
const inboundSchema: z.ZodType<ListSettlementsFixed, z.ZodTypeDef, unknown>;
|
|
1037
|
-
/** @deprecated use `ListSettlementsFixed$outboundSchema` instead. */
|
|
1038
|
-
const outboundSchema: z.ZodType<ListSettlementsFixed$Outbound, z.ZodTypeDef, ListSettlementsFixed>;
|
|
1039
|
-
/** @deprecated use `ListSettlementsFixed$Outbound` instead. */
|
|
1040
|
-
type Outbound = ListSettlementsFixed$Outbound;
|
|
1041
|
-
}
|
|
1042
|
-
export declare function listSettlementsFixedToJSON(listSettlementsFixed: ListSettlementsFixed): string;
|
|
1043
|
-
export declare function listSettlementsFixedFromJSON(jsonString: string): SafeParseResult<ListSettlementsFixed, SDKValidationError>;
|
|
1044
|
-
/** @internal */
|
|
1045
|
-
export declare const ListSettlementsPercentage$inboundSchema: z.ZodType<ListSettlementsPercentage, z.ZodTypeDef, unknown>;
|
|
1046
|
-
/** @internal */
|
|
1047
|
-
export type ListSettlementsPercentage$Outbound = {
|
|
1048
|
-
currency: string;
|
|
1049
|
-
value: string;
|
|
1050
|
-
};
|
|
1051
|
-
/** @internal */
|
|
1052
|
-
export declare const ListSettlementsPercentage$outboundSchema: z.ZodType<ListSettlementsPercentage$Outbound, z.ZodTypeDef, ListSettlementsPercentage>;
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1056
|
-
*/
|
|
1057
|
-
export declare namespace ListSettlementsPercentage$ {
|
|
1058
|
-
/** @deprecated use `ListSettlementsPercentage$inboundSchema` instead. */
|
|
1059
|
-
const inboundSchema: z.ZodType<ListSettlementsPercentage, z.ZodTypeDef, unknown>;
|
|
1060
|
-
/** @deprecated use `ListSettlementsPercentage$outboundSchema` instead. */
|
|
1061
|
-
const outboundSchema: z.ZodType<ListSettlementsPercentage$Outbound, z.ZodTypeDef, ListSettlementsPercentage>;
|
|
1062
|
-
/** @deprecated use `ListSettlementsPercentage$Outbound` instead. */
|
|
1063
|
-
type Outbound = ListSettlementsPercentage$Outbound;
|
|
1064
|
-
}
|
|
1065
|
-
export declare function listSettlementsPercentageToJSON(listSettlementsPercentage: ListSettlementsPercentage): string;
|
|
1066
|
-
export declare function listSettlementsPercentageFromJSON(jsonString: string): SafeParseResult<ListSettlementsPercentage, SDKValidationError>;
|
|
1067
|
-
/** @internal */
|
|
1068
|
-
export declare const ListSettlementsRate$inboundSchema: z.ZodType<ListSettlementsRate, z.ZodTypeDef, unknown>;
|
|
1069
|
-
/** @internal */
|
|
1070
|
-
export type ListSettlementsRate$Outbound = {
|
|
1071
|
-
fixed?: ListSettlementsFixed$Outbound | undefined;
|
|
1072
|
-
percentage?: ListSettlementsPercentage$Outbound | undefined;
|
|
1073
|
-
};
|
|
1074
|
-
/** @internal */
|
|
1075
|
-
export declare const ListSettlementsRate$outboundSchema: z.ZodType<ListSettlementsRate$Outbound, z.ZodTypeDef, ListSettlementsRate>;
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1079
|
-
*/
|
|
1080
|
-
export declare namespace ListSettlementsRate$ {
|
|
1081
|
-
/** @deprecated use `ListSettlementsRate$inboundSchema` instead. */
|
|
1082
|
-
const inboundSchema: z.ZodType<ListSettlementsRate, z.ZodTypeDef, unknown>;
|
|
1083
|
-
/** @deprecated use `ListSettlementsRate$outboundSchema` instead. */
|
|
1084
|
-
const outboundSchema: z.ZodType<ListSettlementsRate$Outbound, z.ZodTypeDef, ListSettlementsRate>;
|
|
1085
|
-
/** @deprecated use `ListSettlementsRate$Outbound` instead. */
|
|
1086
|
-
type Outbound = ListSettlementsRate$Outbound;
|
|
1087
|
-
}
|
|
1088
|
-
export declare function listSettlementsRateToJSON(listSettlementsRate: ListSettlementsRate): string;
|
|
1089
|
-
export declare function listSettlementsRateFromJSON(jsonString: string): SafeParseResult<ListSettlementsRate, SDKValidationError>;
|
|
1090
|
-
/** @internal */
|
|
1091
|
-
export declare const ListSettlementsCostAmountNet$inboundSchema: z.ZodType<ListSettlementsCostAmountNet, z.ZodTypeDef, unknown>;
|
|
1092
|
-
/** @internal */
|
|
1093
|
-
export type ListSettlementsCostAmountNet$Outbound = {
|
|
1094
|
-
currency: string;
|
|
1095
|
-
value: string;
|
|
1096
|
-
};
|
|
1097
|
-
/** @internal */
|
|
1098
|
-
export declare const ListSettlementsCostAmountNet$outboundSchema: z.ZodType<ListSettlementsCostAmountNet$Outbound, z.ZodTypeDef, ListSettlementsCostAmountNet>;
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1102
|
-
*/
|
|
1103
|
-
export declare namespace ListSettlementsCostAmountNet$ {
|
|
1104
|
-
/** @deprecated use `ListSettlementsCostAmountNet$inboundSchema` instead. */
|
|
1105
|
-
const inboundSchema: z.ZodType<ListSettlementsCostAmountNet, z.ZodTypeDef, unknown>;
|
|
1106
|
-
/** @deprecated use `ListSettlementsCostAmountNet$outboundSchema` instead. */
|
|
1107
|
-
const outboundSchema: z.ZodType<ListSettlementsCostAmountNet$Outbound, z.ZodTypeDef, ListSettlementsCostAmountNet>;
|
|
1108
|
-
/** @deprecated use `ListSettlementsCostAmountNet$Outbound` instead. */
|
|
1109
|
-
type Outbound = ListSettlementsCostAmountNet$Outbound;
|
|
1110
|
-
}
|
|
1111
|
-
export declare function listSettlementsCostAmountNetToJSON(listSettlementsCostAmountNet: ListSettlementsCostAmountNet): string;
|
|
1112
|
-
export declare function listSettlementsCostAmountNetFromJSON(jsonString: string): SafeParseResult<ListSettlementsCostAmountNet, SDKValidationError>;
|
|
1113
|
-
/** @internal */
|
|
1114
|
-
export declare const ListSettlementsCostAmountVat$inboundSchema: z.ZodType<ListSettlementsCostAmountVat, z.ZodTypeDef, unknown>;
|
|
1115
|
-
/** @internal */
|
|
1116
|
-
export type ListSettlementsCostAmountVat$Outbound = {
|
|
1117
|
-
currency: string;
|
|
1118
|
-
value: string;
|
|
1119
|
-
};
|
|
1120
|
-
/** @internal */
|
|
1121
|
-
export declare const ListSettlementsCostAmountVat$outboundSchema: z.ZodType<ListSettlementsCostAmountVat$Outbound, z.ZodTypeDef, ListSettlementsCostAmountVat>;
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1125
|
-
*/
|
|
1126
|
-
export declare namespace ListSettlementsCostAmountVat$ {
|
|
1127
|
-
/** @deprecated use `ListSettlementsCostAmountVat$inboundSchema` instead. */
|
|
1128
|
-
const inboundSchema: z.ZodType<ListSettlementsCostAmountVat, z.ZodTypeDef, unknown>;
|
|
1129
|
-
/** @deprecated use `ListSettlementsCostAmountVat$outboundSchema` instead. */
|
|
1130
|
-
const outboundSchema: z.ZodType<ListSettlementsCostAmountVat$Outbound, z.ZodTypeDef, ListSettlementsCostAmountVat>;
|
|
1131
|
-
/** @deprecated use `ListSettlementsCostAmountVat$Outbound` instead. */
|
|
1132
|
-
type Outbound = ListSettlementsCostAmountVat$Outbound;
|
|
1133
|
-
}
|
|
1134
|
-
export declare function listSettlementsCostAmountVatToJSON(listSettlementsCostAmountVat: ListSettlementsCostAmountVat): string;
|
|
1135
|
-
export declare function listSettlementsCostAmountVatFromJSON(jsonString: string): SafeParseResult<ListSettlementsCostAmountVat, SDKValidationError>;
|
|
1136
|
-
/** @internal */
|
|
1137
|
-
export declare const ListSettlementsCostAmountGross$inboundSchema: z.ZodType<ListSettlementsCostAmountGross, z.ZodTypeDef, unknown>;
|
|
1138
|
-
/** @internal */
|
|
1139
|
-
export type ListSettlementsCostAmountGross$Outbound = {
|
|
1140
|
-
currency: string;
|
|
1141
|
-
value: string;
|
|
1142
|
-
};
|
|
1143
|
-
/** @internal */
|
|
1144
|
-
export declare const ListSettlementsCostAmountGross$outboundSchema: z.ZodType<ListSettlementsCostAmountGross$Outbound, z.ZodTypeDef, ListSettlementsCostAmountGross>;
|
|
1145
|
-
/**
|
|
1146
|
-
* @internal
|
|
1147
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1148
|
-
*/
|
|
1149
|
-
export declare namespace ListSettlementsCostAmountGross$ {
|
|
1150
|
-
/** @deprecated use `ListSettlementsCostAmountGross$inboundSchema` instead. */
|
|
1151
|
-
const inboundSchema: z.ZodType<ListSettlementsCostAmountGross, z.ZodTypeDef, unknown>;
|
|
1152
|
-
/** @deprecated use `ListSettlementsCostAmountGross$outboundSchema` instead. */
|
|
1153
|
-
const outboundSchema: z.ZodType<ListSettlementsCostAmountGross$Outbound, z.ZodTypeDef, ListSettlementsCostAmountGross>;
|
|
1154
|
-
/** @deprecated use `ListSettlementsCostAmountGross$Outbound` instead. */
|
|
1155
|
-
type Outbound = ListSettlementsCostAmountGross$Outbound;
|
|
1156
|
-
}
|
|
1157
|
-
export declare function listSettlementsCostAmountGrossToJSON(listSettlementsCostAmountGross: ListSettlementsCostAmountGross): string;
|
|
1158
|
-
export declare function listSettlementsCostAmountGrossFromJSON(jsonString: string): SafeParseResult<ListSettlementsCostAmountGross, SDKValidationError>;
|
|
1159
|
-
/** @internal */
|
|
1160
|
-
export declare const ListSettlementsCost$inboundSchema: z.ZodType<ListSettlementsCost, z.ZodTypeDef, unknown>;
|
|
1161
|
-
/** @internal */
|
|
1162
|
-
export type ListSettlementsCost$Outbound = {
|
|
1163
|
-
description?: string | undefined;
|
|
1164
|
-
method?: string | null | undefined;
|
|
1165
|
-
count?: number | undefined;
|
|
1166
|
-
rate?: ListSettlementsRate$Outbound | undefined;
|
|
1167
|
-
amountNet?: ListSettlementsCostAmountNet$Outbound | undefined;
|
|
1168
|
-
amountVat?: ListSettlementsCostAmountVat$Outbound | undefined;
|
|
1169
|
-
amountGross?: ListSettlementsCostAmountGross$Outbound | undefined;
|
|
1170
|
-
};
|
|
1171
|
-
/** @internal */
|
|
1172
|
-
export declare const ListSettlementsCost$outboundSchema: z.ZodType<ListSettlementsCost$Outbound, z.ZodTypeDef, ListSettlementsCost>;
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1176
|
-
*/
|
|
1177
|
-
export declare namespace ListSettlementsCost$ {
|
|
1178
|
-
/** @deprecated use `ListSettlementsCost$inboundSchema` instead. */
|
|
1179
|
-
const inboundSchema: z.ZodType<ListSettlementsCost, z.ZodTypeDef, unknown>;
|
|
1180
|
-
/** @deprecated use `ListSettlementsCost$outboundSchema` instead. */
|
|
1181
|
-
const outboundSchema: z.ZodType<ListSettlementsCost$Outbound, z.ZodTypeDef, ListSettlementsCost>;
|
|
1182
|
-
/** @deprecated use `ListSettlementsCost$Outbound` instead. */
|
|
1183
|
-
type Outbound = ListSettlementsCost$Outbound;
|
|
1184
|
-
}
|
|
1185
|
-
export declare function listSettlementsCostToJSON(listSettlementsCost: ListSettlementsCost): string;
|
|
1186
|
-
export declare function listSettlementsCostFromJSON(jsonString: string): SafeParseResult<ListSettlementsCost, SDKValidationError>;
|
|
1187
|
-
/** @internal */
|
|
1188
|
-
export declare const ListSettlementsRevenueMethod$inboundSchema: z.ZodNativeEnum<typeof ListSettlementsRevenueMethod>;
|
|
1189
|
-
/** @internal */
|
|
1190
|
-
export declare const ListSettlementsRevenueMethod$outboundSchema: z.ZodNativeEnum<typeof ListSettlementsRevenueMethod>;
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1194
|
-
*/
|
|
1195
|
-
export declare namespace ListSettlementsRevenueMethod$ {
|
|
1196
|
-
/** @deprecated use `ListSettlementsRevenueMethod$inboundSchema` instead. */
|
|
1197
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
1198
|
-
readonly Alma: "alma";
|
|
1199
|
-
readonly Bacs: "bacs";
|
|
1200
|
-
readonly Applepay: "applepay";
|
|
1201
|
-
readonly Bancomatpay: "bancomatpay";
|
|
1202
|
-
readonly Bancontact: "bancontact";
|
|
1203
|
-
readonly Banktransfer: "banktransfer";
|
|
1204
|
-
readonly Belfius: "belfius";
|
|
1205
|
-
readonly Billie: "billie";
|
|
1206
|
-
readonly Bizum: "bizum";
|
|
1207
|
-
readonly Bitcoin: "bitcoin";
|
|
1208
|
-
readonly Blik: "blik";
|
|
1209
|
-
readonly Creditcard: "creditcard";
|
|
1210
|
-
readonly Directdebit: "directdebit";
|
|
1211
|
-
readonly Eps: "eps";
|
|
1212
|
-
readonly Giftcard: "giftcard";
|
|
1213
|
-
readonly Giropay: "giropay";
|
|
1214
|
-
readonly Googlepay: "googlepay";
|
|
1215
|
-
readonly Ideal: "ideal";
|
|
1216
|
-
readonly In3: "in3";
|
|
1217
|
-
readonly Inghomepay: "inghomepay";
|
|
1218
|
-
readonly Kbc: "kbc";
|
|
1219
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
1220
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
1221
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
1222
|
-
readonly Klarna: "klarna";
|
|
1223
|
-
readonly Mbway: "mbway";
|
|
1224
|
-
readonly Multibanco: "multibanco";
|
|
1225
|
-
readonly Mybank: "mybank";
|
|
1226
|
-
readonly Paybybank: "paybybank";
|
|
1227
|
-
readonly Payconiq: "payconiq";
|
|
1228
|
-
readonly Paypal: "paypal";
|
|
1229
|
-
readonly Paysafecard: "paysafecard";
|
|
1230
|
-
readonly Przelewy24: "przelewy24";
|
|
1231
|
-
readonly Riverty: "riverty";
|
|
1232
|
-
readonly Satispay: "satispay";
|
|
1233
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
1234
|
-
readonly Pointofsale: "pointofsale";
|
|
1235
|
-
readonly Sofort: "sofort";
|
|
1236
|
-
readonly Swish: "swish";
|
|
1237
|
-
readonly Trustly: "trustly";
|
|
1238
|
-
readonly Twint: "twint";
|
|
1239
|
-
readonly Voucher: "voucher";
|
|
1240
|
-
}>;
|
|
1241
|
-
/** @deprecated use `ListSettlementsRevenueMethod$outboundSchema` instead. */
|
|
1242
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
1243
|
-
readonly Alma: "alma";
|
|
1244
|
-
readonly Bacs: "bacs";
|
|
1245
|
-
readonly Applepay: "applepay";
|
|
1246
|
-
readonly Bancomatpay: "bancomatpay";
|
|
1247
|
-
readonly Bancontact: "bancontact";
|
|
1248
|
-
readonly Banktransfer: "banktransfer";
|
|
1249
|
-
readonly Belfius: "belfius";
|
|
1250
|
-
readonly Billie: "billie";
|
|
1251
|
-
readonly Bizum: "bizum";
|
|
1252
|
-
readonly Bitcoin: "bitcoin";
|
|
1253
|
-
readonly Blik: "blik";
|
|
1254
|
-
readonly Creditcard: "creditcard";
|
|
1255
|
-
readonly Directdebit: "directdebit";
|
|
1256
|
-
readonly Eps: "eps";
|
|
1257
|
-
readonly Giftcard: "giftcard";
|
|
1258
|
-
readonly Giropay: "giropay";
|
|
1259
|
-
readonly Googlepay: "googlepay";
|
|
1260
|
-
readonly Ideal: "ideal";
|
|
1261
|
-
readonly In3: "in3";
|
|
1262
|
-
readonly Inghomepay: "inghomepay";
|
|
1263
|
-
readonly Kbc: "kbc";
|
|
1264
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
1265
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
1266
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
1267
|
-
readonly Klarna: "klarna";
|
|
1268
|
-
readonly Mbway: "mbway";
|
|
1269
|
-
readonly Multibanco: "multibanco";
|
|
1270
|
-
readonly Mybank: "mybank";
|
|
1271
|
-
readonly Paybybank: "paybybank";
|
|
1272
|
-
readonly Payconiq: "payconiq";
|
|
1273
|
-
readonly Paypal: "paypal";
|
|
1274
|
-
readonly Paysafecard: "paysafecard";
|
|
1275
|
-
readonly Przelewy24: "przelewy24";
|
|
1276
|
-
readonly Riverty: "riverty";
|
|
1277
|
-
readonly Satispay: "satispay";
|
|
1278
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
1279
|
-
readonly Pointofsale: "pointofsale";
|
|
1280
|
-
readonly Sofort: "sofort";
|
|
1281
|
-
readonly Swish: "swish";
|
|
1282
|
-
readonly Trustly: "trustly";
|
|
1283
|
-
readonly Twint: "twint";
|
|
1284
|
-
readonly Voucher: "voucher";
|
|
1285
|
-
}>;
|
|
1286
|
-
}
|
|
1287
|
-
/** @internal */
|
|
1288
|
-
export declare const ListSettlementsRevenueAmountNet$inboundSchema: z.ZodType<ListSettlementsRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
1289
|
-
/** @internal */
|
|
1290
|
-
export type ListSettlementsRevenueAmountNet$Outbound = {
|
|
1291
|
-
currency: string;
|
|
1292
|
-
value: string;
|
|
1293
|
-
};
|
|
1294
|
-
/** @internal */
|
|
1295
|
-
export declare const ListSettlementsRevenueAmountNet$outboundSchema: z.ZodType<ListSettlementsRevenueAmountNet$Outbound, z.ZodTypeDef, ListSettlementsRevenueAmountNet>;
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1299
|
-
*/
|
|
1300
|
-
export declare namespace ListSettlementsRevenueAmountNet$ {
|
|
1301
|
-
/** @deprecated use `ListSettlementsRevenueAmountNet$inboundSchema` instead. */
|
|
1302
|
-
const inboundSchema: z.ZodType<ListSettlementsRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
1303
|
-
/** @deprecated use `ListSettlementsRevenueAmountNet$outboundSchema` instead. */
|
|
1304
|
-
const outboundSchema: z.ZodType<ListSettlementsRevenueAmountNet$Outbound, z.ZodTypeDef, ListSettlementsRevenueAmountNet>;
|
|
1305
|
-
/** @deprecated use `ListSettlementsRevenueAmountNet$Outbound` instead. */
|
|
1306
|
-
type Outbound = ListSettlementsRevenueAmountNet$Outbound;
|
|
1307
|
-
}
|
|
1308
|
-
export declare function listSettlementsRevenueAmountNetToJSON(listSettlementsRevenueAmountNet: ListSettlementsRevenueAmountNet): string;
|
|
1309
|
-
export declare function listSettlementsRevenueAmountNetFromJSON(jsonString: string): SafeParseResult<ListSettlementsRevenueAmountNet, SDKValidationError>;
|
|
1310
|
-
/** @internal */
|
|
1311
|
-
export declare const ListSettlementsRevenueAmountVat$inboundSchema: z.ZodType<ListSettlementsRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
1312
|
-
/** @internal */
|
|
1313
|
-
export type ListSettlementsRevenueAmountVat$Outbound = {
|
|
1314
|
-
currency: string;
|
|
1315
|
-
value: string;
|
|
1316
|
-
};
|
|
1317
|
-
/** @internal */
|
|
1318
|
-
export declare const ListSettlementsRevenueAmountVat$outboundSchema: z.ZodType<ListSettlementsRevenueAmountVat$Outbound, z.ZodTypeDef, ListSettlementsRevenueAmountVat>;
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1322
|
-
*/
|
|
1323
|
-
export declare namespace ListSettlementsRevenueAmountVat$ {
|
|
1324
|
-
/** @deprecated use `ListSettlementsRevenueAmountVat$inboundSchema` instead. */
|
|
1325
|
-
const inboundSchema: z.ZodType<ListSettlementsRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
1326
|
-
/** @deprecated use `ListSettlementsRevenueAmountVat$outboundSchema` instead. */
|
|
1327
|
-
const outboundSchema: z.ZodType<ListSettlementsRevenueAmountVat$Outbound, z.ZodTypeDef, ListSettlementsRevenueAmountVat>;
|
|
1328
|
-
/** @deprecated use `ListSettlementsRevenueAmountVat$Outbound` instead. */
|
|
1329
|
-
type Outbound = ListSettlementsRevenueAmountVat$Outbound;
|
|
1330
|
-
}
|
|
1331
|
-
export declare function listSettlementsRevenueAmountVatToJSON(listSettlementsRevenueAmountVat: ListSettlementsRevenueAmountVat): string;
|
|
1332
|
-
export declare function listSettlementsRevenueAmountVatFromJSON(jsonString: string): SafeParseResult<ListSettlementsRevenueAmountVat, SDKValidationError>;
|
|
1333
|
-
/** @internal */
|
|
1334
|
-
export declare const ListSettlementsRevenueAmountGross$inboundSchema: z.ZodType<ListSettlementsRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1335
|
-
/** @internal */
|
|
1336
|
-
export type ListSettlementsRevenueAmountGross$Outbound = {
|
|
1337
|
-
currency: string;
|
|
1338
|
-
value: string;
|
|
1339
|
-
};
|
|
1340
|
-
/** @internal */
|
|
1341
|
-
export declare const ListSettlementsRevenueAmountGross$outboundSchema: z.ZodType<ListSettlementsRevenueAmountGross$Outbound, z.ZodTypeDef, ListSettlementsRevenueAmountGross>;
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1345
|
-
*/
|
|
1346
|
-
export declare namespace ListSettlementsRevenueAmountGross$ {
|
|
1347
|
-
/** @deprecated use `ListSettlementsRevenueAmountGross$inboundSchema` instead. */
|
|
1348
|
-
const inboundSchema: z.ZodType<ListSettlementsRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1349
|
-
/** @deprecated use `ListSettlementsRevenueAmountGross$outboundSchema` instead. */
|
|
1350
|
-
const outboundSchema: z.ZodType<ListSettlementsRevenueAmountGross$Outbound, z.ZodTypeDef, ListSettlementsRevenueAmountGross>;
|
|
1351
|
-
/** @deprecated use `ListSettlementsRevenueAmountGross$Outbound` instead. */
|
|
1352
|
-
type Outbound = ListSettlementsRevenueAmountGross$Outbound;
|
|
1353
|
-
}
|
|
1354
|
-
export declare function listSettlementsRevenueAmountGrossToJSON(listSettlementsRevenueAmountGross: ListSettlementsRevenueAmountGross): string;
|
|
1355
|
-
export declare function listSettlementsRevenueAmountGrossFromJSON(jsonString: string): SafeParseResult<ListSettlementsRevenueAmountGross, SDKValidationError>;
|
|
1356
|
-
/** @internal */
|
|
1357
|
-
export declare const ListSettlementsRevenue$inboundSchema: z.ZodType<ListSettlementsRevenue, z.ZodTypeDef, unknown>;
|
|
1358
|
-
/** @internal */
|
|
1359
|
-
export type ListSettlementsRevenue$Outbound = {
|
|
1360
|
-
description?: string | undefined;
|
|
1361
|
-
method?: string | null | undefined;
|
|
1362
|
-
count?: number | undefined;
|
|
1363
|
-
amountNet?: ListSettlementsRevenueAmountNet$Outbound | undefined;
|
|
1364
|
-
amountVat?: ListSettlementsRevenueAmountVat$Outbound | undefined;
|
|
1365
|
-
amountGross?: ListSettlementsRevenueAmountGross$Outbound | undefined;
|
|
1366
|
-
};
|
|
1367
|
-
/** @internal */
|
|
1368
|
-
export declare const ListSettlementsRevenue$outboundSchema: z.ZodType<ListSettlementsRevenue$Outbound, z.ZodTypeDef, ListSettlementsRevenue>;
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1372
|
-
*/
|
|
1373
|
-
export declare namespace ListSettlementsRevenue$ {
|
|
1374
|
-
/** @deprecated use `ListSettlementsRevenue$inboundSchema` instead. */
|
|
1375
|
-
const inboundSchema: z.ZodType<ListSettlementsRevenue, z.ZodTypeDef, unknown>;
|
|
1376
|
-
/** @deprecated use `ListSettlementsRevenue$outboundSchema` instead. */
|
|
1377
|
-
const outboundSchema: z.ZodType<ListSettlementsRevenue$Outbound, z.ZodTypeDef, ListSettlementsRevenue>;
|
|
1378
|
-
/** @deprecated use `ListSettlementsRevenue$Outbound` instead. */
|
|
1379
|
-
type Outbound = ListSettlementsRevenue$Outbound;
|
|
1380
|
-
}
|
|
1381
|
-
export declare function listSettlementsRevenueToJSON(listSettlementsRevenue: ListSettlementsRevenue): string;
|
|
1382
|
-
export declare function listSettlementsRevenueFromJSON(jsonString: string): SafeParseResult<ListSettlementsRevenue, SDKValidationError>;
|
|
1383
|
-
/** @internal */
|
|
1384
|
-
export declare const ListSettlementsLessThanMonthGreaterThan$inboundSchema: z.ZodType<ListSettlementsLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1385
|
-
/** @internal */
|
|
1386
|
-
export type ListSettlementsLessThanMonthGreaterThan$Outbound = {
|
|
1387
|
-
costs?: Array<ListSettlementsCost$Outbound> | undefined;
|
|
1388
|
-
revenue?: Array<ListSettlementsRevenue$Outbound> | undefined;
|
|
1389
|
-
invoiceId?: string | null | undefined;
|
|
1390
|
-
invoiceReference?: string | null | undefined;
|
|
1391
|
-
};
|
|
1392
|
-
/** @internal */
|
|
1393
|
-
export declare const ListSettlementsLessThanMonthGreaterThan$outboundSchema: z.ZodType<ListSettlementsLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, ListSettlementsLessThanMonthGreaterThan>;
|
|
1394
|
-
/**
|
|
1395
|
-
* @internal
|
|
1396
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1397
|
-
*/
|
|
1398
|
-
export declare namespace ListSettlementsLessThanMonthGreaterThan$ {
|
|
1399
|
-
/** @deprecated use `ListSettlementsLessThanMonthGreaterThan$inboundSchema` instead. */
|
|
1400
|
-
const inboundSchema: z.ZodType<ListSettlementsLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1401
|
-
/** @deprecated use `ListSettlementsLessThanMonthGreaterThan$outboundSchema` instead. */
|
|
1402
|
-
const outboundSchema: z.ZodType<ListSettlementsLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, ListSettlementsLessThanMonthGreaterThan>;
|
|
1403
|
-
/** @deprecated use `ListSettlementsLessThanMonthGreaterThan$Outbound` instead. */
|
|
1404
|
-
type Outbound = ListSettlementsLessThanMonthGreaterThan$Outbound;
|
|
1405
|
-
}
|
|
1406
|
-
export declare function listSettlementsLessThanMonthGreaterThanToJSON(listSettlementsLessThanMonthGreaterThan: ListSettlementsLessThanMonthGreaterThan): string;
|
|
1407
|
-
export declare function listSettlementsLessThanMonthGreaterThanFromJSON(jsonString: string): SafeParseResult<ListSettlementsLessThanMonthGreaterThan, SDKValidationError>;
|
|
1408
|
-
/** @internal */
|
|
1409
|
-
export declare const ListSettlementsLessThanYearGreaterThan$inboundSchema: z.ZodType<ListSettlementsLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1410
|
-
/** @internal */
|
|
1411
|
-
export type ListSettlementsLessThanYearGreaterThan$Outbound = {
|
|
1412
|
-
"<month>"?: ListSettlementsLessThanMonthGreaterThan$Outbound | undefined;
|
|
1413
|
-
};
|
|
1414
|
-
/** @internal */
|
|
1415
|
-
export declare const ListSettlementsLessThanYearGreaterThan$outboundSchema: z.ZodType<ListSettlementsLessThanYearGreaterThan$Outbound, z.ZodTypeDef, ListSettlementsLessThanYearGreaterThan>;
|
|
1416
|
-
/**
|
|
1417
|
-
* @internal
|
|
1418
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1419
|
-
*/
|
|
1420
|
-
export declare namespace ListSettlementsLessThanYearGreaterThan$ {
|
|
1421
|
-
/** @deprecated use `ListSettlementsLessThanYearGreaterThan$inboundSchema` instead. */
|
|
1422
|
-
const inboundSchema: z.ZodType<ListSettlementsLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1423
|
-
/** @deprecated use `ListSettlementsLessThanYearGreaterThan$outboundSchema` instead. */
|
|
1424
|
-
const outboundSchema: z.ZodType<ListSettlementsLessThanYearGreaterThan$Outbound, z.ZodTypeDef, ListSettlementsLessThanYearGreaterThan>;
|
|
1425
|
-
/** @deprecated use `ListSettlementsLessThanYearGreaterThan$Outbound` instead. */
|
|
1426
|
-
type Outbound = ListSettlementsLessThanYearGreaterThan$Outbound;
|
|
1427
|
-
}
|
|
1428
|
-
export declare function listSettlementsLessThanYearGreaterThanToJSON(listSettlementsLessThanYearGreaterThan: ListSettlementsLessThanYearGreaterThan): string;
|
|
1429
|
-
export declare function listSettlementsLessThanYearGreaterThanFromJSON(jsonString: string): SafeParseResult<ListSettlementsLessThanYearGreaterThan, SDKValidationError>;
|
|
1430
|
-
/** @internal */
|
|
1431
|
-
export declare const ListSettlementsPeriods$inboundSchema: z.ZodType<ListSettlementsPeriods, z.ZodTypeDef, unknown>;
|
|
1432
|
-
/** @internal */
|
|
1433
|
-
export type ListSettlementsPeriods$Outbound = {
|
|
1434
|
-
"<year>"?: ListSettlementsLessThanYearGreaterThan$Outbound | undefined;
|
|
1435
|
-
};
|
|
1436
|
-
/** @internal */
|
|
1437
|
-
export declare const ListSettlementsPeriods$outboundSchema: z.ZodType<ListSettlementsPeriods$Outbound, z.ZodTypeDef, ListSettlementsPeriods>;
|
|
1438
|
-
/**
|
|
1439
|
-
* @internal
|
|
1440
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1441
|
-
*/
|
|
1442
|
-
export declare namespace ListSettlementsPeriods$ {
|
|
1443
|
-
/** @deprecated use `ListSettlementsPeriods$inboundSchema` instead. */
|
|
1444
|
-
const inboundSchema: z.ZodType<ListSettlementsPeriods, z.ZodTypeDef, unknown>;
|
|
1445
|
-
/** @deprecated use `ListSettlementsPeriods$outboundSchema` instead. */
|
|
1446
|
-
const outboundSchema: z.ZodType<ListSettlementsPeriods$Outbound, z.ZodTypeDef, ListSettlementsPeriods>;
|
|
1447
|
-
/** @deprecated use `ListSettlementsPeriods$Outbound` instead. */
|
|
1448
|
-
type Outbound = ListSettlementsPeriods$Outbound;
|
|
1449
|
-
}
|
|
1450
|
-
export declare function listSettlementsPeriodsToJSON(listSettlementsPeriods: ListSettlementsPeriods): string;
|
|
1451
|
-
export declare function listSettlementsPeriodsFromJSON(jsonString: string): SafeParseResult<ListSettlementsPeriods, SDKValidationError>;
|
|
1452
|
-
/** @internal */
|
|
1453
611
|
export declare const SettlementSelf$inboundSchema: z.ZodType<SettlementSelf, z.ZodTypeDef, unknown>;
|
|
1454
612
|
/** @internal */
|
|
1455
613
|
export type SettlementSelf$Outbound = {
|
|
@@ -1651,7 +809,9 @@ export type ListSettlementsSettlement$Outbound = {
|
|
|
1651
809
|
amount?: ListSettlementsAmount$Outbound | undefined;
|
|
1652
810
|
balanceId?: string | undefined;
|
|
1653
811
|
invoiceId?: string | null | undefined;
|
|
1654
|
-
periods?:
|
|
812
|
+
periods?: {
|
|
813
|
+
[k: string]: any;
|
|
814
|
+
} | undefined;
|
|
1655
815
|
_links?: SettlementLinks$Outbound | undefined;
|
|
1656
816
|
};
|
|
1657
817
|
/** @internal */
|
|
@@ -1788,10 +948,10 @@ export declare function listSettlementsDocumentationFromJSON(jsonString: string)
|
|
|
1788
948
|
export declare const ListSettlementsLinks$inboundSchema: z.ZodType<ListSettlementsLinks, z.ZodTypeDef, unknown>;
|
|
1789
949
|
/** @internal */
|
|
1790
950
|
export type ListSettlementsLinks$Outbound = {
|
|
1791
|
-
self
|
|
1792
|
-
previous
|
|
1793
|
-
next
|
|
1794
|
-
documentation
|
|
951
|
+
self: ListSettlementsSelf$Outbound;
|
|
952
|
+
previous: ListSettlementsPrevious$Outbound | null;
|
|
953
|
+
next: ListSettlementsNext$Outbound | null;
|
|
954
|
+
documentation: ListSettlementsDocumentation$Outbound;
|
|
1795
955
|
};
|
|
1796
956
|
/** @internal */
|
|
1797
957
|
export declare const ListSettlementsLinks$outboundSchema: z.ZodType<ListSettlementsLinks$Outbound, z.ZodTypeDef, ListSettlementsLinks>;
|