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
|
@@ -28,319 +28,6 @@ export type GetNextSettlementAmount = {
|
|
|
28
28
|
*/
|
|
29
29
|
value: string;
|
|
30
30
|
};
|
|
31
|
-
/**
|
|
32
|
-
* The payment method, if applicable
|
|
33
|
-
*/
|
|
34
|
-
export declare const GetNextSettlementCostMethod: {
|
|
35
|
-
readonly Alma: "alma";
|
|
36
|
-
readonly Bacs: "bacs";
|
|
37
|
-
readonly Applepay: "applepay";
|
|
38
|
-
readonly Bancomatpay: "bancomatpay";
|
|
39
|
-
readonly Bancontact: "bancontact";
|
|
40
|
-
readonly Banktransfer: "banktransfer";
|
|
41
|
-
readonly Belfius: "belfius";
|
|
42
|
-
readonly Billie: "billie";
|
|
43
|
-
readonly Bizum: "bizum";
|
|
44
|
-
readonly Bitcoin: "bitcoin";
|
|
45
|
-
readonly Blik: "blik";
|
|
46
|
-
readonly Creditcard: "creditcard";
|
|
47
|
-
readonly Directdebit: "directdebit";
|
|
48
|
-
readonly Eps: "eps";
|
|
49
|
-
readonly Giftcard: "giftcard";
|
|
50
|
-
readonly Giropay: "giropay";
|
|
51
|
-
readonly Googlepay: "googlepay";
|
|
52
|
-
readonly Ideal: "ideal";
|
|
53
|
-
readonly In3: "in3";
|
|
54
|
-
readonly Inghomepay: "inghomepay";
|
|
55
|
-
readonly Kbc: "kbc";
|
|
56
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
57
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
58
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
59
|
-
readonly Klarna: "klarna";
|
|
60
|
-
readonly Mbway: "mbway";
|
|
61
|
-
readonly Multibanco: "multibanco";
|
|
62
|
-
readonly Mybank: "mybank";
|
|
63
|
-
readonly Paybybank: "paybybank";
|
|
64
|
-
readonly Payconiq: "payconiq";
|
|
65
|
-
readonly Paypal: "paypal";
|
|
66
|
-
readonly Paysafecard: "paysafecard";
|
|
67
|
-
readonly Przelewy24: "przelewy24";
|
|
68
|
-
readonly Riverty: "riverty";
|
|
69
|
-
readonly Satispay: "satispay";
|
|
70
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
71
|
-
readonly Pointofsale: "pointofsale";
|
|
72
|
-
readonly Sofort: "sofort";
|
|
73
|
-
readonly Swish: "swish";
|
|
74
|
-
readonly Trustly: "trustly";
|
|
75
|
-
readonly Twint: "twint";
|
|
76
|
-
readonly Voucher: "voucher";
|
|
77
|
-
};
|
|
78
|
-
/**
|
|
79
|
-
* The payment method, if applicable
|
|
80
|
-
*/
|
|
81
|
-
export type GetNextSettlementCostMethod = ClosedEnum<typeof GetNextSettlementCostMethod>;
|
|
82
|
-
/**
|
|
83
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
84
|
-
*/
|
|
85
|
-
export type GetNextSettlementFixed = {
|
|
86
|
-
/**
|
|
87
|
-
* A three-character ISO 4217 currency code.
|
|
88
|
-
*/
|
|
89
|
-
currency: string;
|
|
90
|
-
/**
|
|
91
|
-
* A string containing an exact monetary amount in the given currency.
|
|
92
|
-
*/
|
|
93
|
-
value: string;
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
97
|
-
*/
|
|
98
|
-
export type GetNextSettlementPercentage = {
|
|
99
|
-
/**
|
|
100
|
-
* A three-character ISO 4217 currency code.
|
|
101
|
-
*/
|
|
102
|
-
currency: string;
|
|
103
|
-
/**
|
|
104
|
-
* A string containing an exact monetary amount in the given currency.
|
|
105
|
-
*/
|
|
106
|
-
value: string;
|
|
107
|
-
};
|
|
108
|
-
/**
|
|
109
|
-
* The service rates, further divided into `fixed` and `percentage` costs.
|
|
110
|
-
*/
|
|
111
|
-
export type GetNextSettlementRate = {
|
|
112
|
-
/**
|
|
113
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
114
|
-
*/
|
|
115
|
-
fixed?: GetNextSettlementFixed | undefined;
|
|
116
|
-
/**
|
|
117
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
118
|
-
*/
|
|
119
|
-
percentage?: GetNextSettlementPercentage | undefined;
|
|
120
|
-
};
|
|
121
|
-
/**
|
|
122
|
-
* The net total cost, i.e. excluding VAT
|
|
123
|
-
*/
|
|
124
|
-
export type GetNextSettlementCostAmountNet = {
|
|
125
|
-
/**
|
|
126
|
-
* A three-character ISO 4217 currency code.
|
|
127
|
-
*/
|
|
128
|
-
currency: string;
|
|
129
|
-
/**
|
|
130
|
-
* A string containing an exact monetary amount in the given currency.
|
|
131
|
-
*/
|
|
132
|
-
value: string;
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* The applicable VAT
|
|
136
|
-
*/
|
|
137
|
-
export type GetNextSettlementCostAmountVat = {
|
|
138
|
-
/**
|
|
139
|
-
* A three-character ISO 4217 currency code.
|
|
140
|
-
*/
|
|
141
|
-
currency: string;
|
|
142
|
-
/**
|
|
143
|
-
* A string containing an exact monetary amount in the given currency.
|
|
144
|
-
*/
|
|
145
|
-
value: string;
|
|
146
|
-
};
|
|
147
|
-
/**
|
|
148
|
-
* The gross total cost, i.e. including VAT
|
|
149
|
-
*/
|
|
150
|
-
export type GetNextSettlementCostAmountGross = {
|
|
151
|
-
/**
|
|
152
|
-
* A three-character ISO 4217 currency code.
|
|
153
|
-
*/
|
|
154
|
-
currency: string;
|
|
155
|
-
/**
|
|
156
|
-
* A string containing an exact monetary amount in the given currency.
|
|
157
|
-
*/
|
|
158
|
-
value: string;
|
|
159
|
-
};
|
|
160
|
-
export type GetNextSettlementCost = {
|
|
161
|
-
/**
|
|
162
|
-
* A description of the cost subtotal
|
|
163
|
-
*/
|
|
164
|
-
description?: string | undefined;
|
|
165
|
-
/**
|
|
166
|
-
* The payment method, if applicable
|
|
167
|
-
*/
|
|
168
|
-
method?: GetNextSettlementCostMethod | null | undefined;
|
|
169
|
-
/**
|
|
170
|
-
* The number of fees
|
|
171
|
-
*/
|
|
172
|
-
count?: number | undefined;
|
|
173
|
-
/**
|
|
174
|
-
* The service rates, further divided into `fixed` and `percentage` costs.
|
|
175
|
-
*/
|
|
176
|
-
rate?: GetNextSettlementRate | undefined;
|
|
177
|
-
/**
|
|
178
|
-
* The net total cost, i.e. excluding VAT
|
|
179
|
-
*/
|
|
180
|
-
amountNet?: GetNextSettlementCostAmountNet | undefined;
|
|
181
|
-
/**
|
|
182
|
-
* The applicable VAT
|
|
183
|
-
*/
|
|
184
|
-
amountVat?: GetNextSettlementCostAmountVat | undefined;
|
|
185
|
-
/**
|
|
186
|
-
* The gross total cost, i.e. including VAT
|
|
187
|
-
*/
|
|
188
|
-
amountGross?: GetNextSettlementCostAmountGross | undefined;
|
|
189
|
-
};
|
|
190
|
-
/**
|
|
191
|
-
* The payment method, if applicable
|
|
192
|
-
*/
|
|
193
|
-
export declare const GetNextSettlementRevenueMethod: {
|
|
194
|
-
readonly Alma: "alma";
|
|
195
|
-
readonly Bacs: "bacs";
|
|
196
|
-
readonly Applepay: "applepay";
|
|
197
|
-
readonly Bancomatpay: "bancomatpay";
|
|
198
|
-
readonly Bancontact: "bancontact";
|
|
199
|
-
readonly Banktransfer: "banktransfer";
|
|
200
|
-
readonly Belfius: "belfius";
|
|
201
|
-
readonly Billie: "billie";
|
|
202
|
-
readonly Bizum: "bizum";
|
|
203
|
-
readonly Bitcoin: "bitcoin";
|
|
204
|
-
readonly Blik: "blik";
|
|
205
|
-
readonly Creditcard: "creditcard";
|
|
206
|
-
readonly Directdebit: "directdebit";
|
|
207
|
-
readonly Eps: "eps";
|
|
208
|
-
readonly Giftcard: "giftcard";
|
|
209
|
-
readonly Giropay: "giropay";
|
|
210
|
-
readonly Googlepay: "googlepay";
|
|
211
|
-
readonly Ideal: "ideal";
|
|
212
|
-
readonly In3: "in3";
|
|
213
|
-
readonly Inghomepay: "inghomepay";
|
|
214
|
-
readonly Kbc: "kbc";
|
|
215
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
216
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
217
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
218
|
-
readonly Klarna: "klarna";
|
|
219
|
-
readonly Mbway: "mbway";
|
|
220
|
-
readonly Multibanco: "multibanco";
|
|
221
|
-
readonly Mybank: "mybank";
|
|
222
|
-
readonly Paybybank: "paybybank";
|
|
223
|
-
readonly Payconiq: "payconiq";
|
|
224
|
-
readonly Paypal: "paypal";
|
|
225
|
-
readonly Paysafecard: "paysafecard";
|
|
226
|
-
readonly Przelewy24: "przelewy24";
|
|
227
|
-
readonly Riverty: "riverty";
|
|
228
|
-
readonly Satispay: "satispay";
|
|
229
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
230
|
-
readonly Pointofsale: "pointofsale";
|
|
231
|
-
readonly Sofort: "sofort";
|
|
232
|
-
readonly Swish: "swish";
|
|
233
|
-
readonly Trustly: "trustly";
|
|
234
|
-
readonly Twint: "twint";
|
|
235
|
-
readonly Voucher: "voucher";
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* The payment method, if applicable
|
|
239
|
-
*/
|
|
240
|
-
export type GetNextSettlementRevenueMethod = ClosedEnum<typeof GetNextSettlementRevenueMethod>;
|
|
241
|
-
/**
|
|
242
|
-
* The net total of received funds, i.e. excluding VAT
|
|
243
|
-
*/
|
|
244
|
-
export type GetNextSettlementRevenueAmountNet = {
|
|
245
|
-
/**
|
|
246
|
-
* A three-character ISO 4217 currency code.
|
|
247
|
-
*/
|
|
248
|
-
currency: string;
|
|
249
|
-
/**
|
|
250
|
-
* A string containing an exact monetary amount in the given currency.
|
|
251
|
-
*/
|
|
252
|
-
value: string;
|
|
253
|
-
};
|
|
254
|
-
/**
|
|
255
|
-
* The applicable VAT
|
|
256
|
-
*/
|
|
257
|
-
export type GetNextSettlementRevenueAmountVat = {
|
|
258
|
-
/**
|
|
259
|
-
* A three-character ISO 4217 currency code.
|
|
260
|
-
*/
|
|
261
|
-
currency: string;
|
|
262
|
-
/**
|
|
263
|
-
* A string containing an exact monetary amount in the given currency.
|
|
264
|
-
*/
|
|
265
|
-
value: string;
|
|
266
|
-
};
|
|
267
|
-
/**
|
|
268
|
-
* The gross total of received funds, i.e. including VAT
|
|
269
|
-
*/
|
|
270
|
-
export type GetNextSettlementRevenueAmountGross = {
|
|
271
|
-
/**
|
|
272
|
-
* A three-character ISO 4217 currency code.
|
|
273
|
-
*/
|
|
274
|
-
currency: string;
|
|
275
|
-
/**
|
|
276
|
-
* A string containing an exact monetary amount in the given currency.
|
|
277
|
-
*/
|
|
278
|
-
value: string;
|
|
279
|
-
};
|
|
280
|
-
export type GetNextSettlementRevenue = {
|
|
281
|
-
/**
|
|
282
|
-
* A description of the revenue subtotal
|
|
283
|
-
*/
|
|
284
|
-
description?: string | undefined;
|
|
285
|
-
/**
|
|
286
|
-
* The payment method, if applicable
|
|
287
|
-
*/
|
|
288
|
-
method?: GetNextSettlementRevenueMethod | null | undefined;
|
|
289
|
-
/**
|
|
290
|
-
* The number of payments
|
|
291
|
-
*/
|
|
292
|
-
count?: number | undefined;
|
|
293
|
-
/**
|
|
294
|
-
* The net total of received funds, i.e. excluding VAT
|
|
295
|
-
*/
|
|
296
|
-
amountNet?: GetNextSettlementRevenueAmountNet | undefined;
|
|
297
|
-
/**
|
|
298
|
-
* The applicable VAT
|
|
299
|
-
*/
|
|
300
|
-
amountVat?: GetNextSettlementRevenueAmountVat | undefined;
|
|
301
|
-
/**
|
|
302
|
-
* The gross total of received funds, i.e. including VAT
|
|
303
|
-
*/
|
|
304
|
-
amountGross?: GetNextSettlementRevenueAmountGross | undefined;
|
|
305
|
-
};
|
|
306
|
-
export type GetNextSettlementLessThanMonthGreaterThan = {
|
|
307
|
-
/**
|
|
308
|
-
* An array of cost objects, describing the fees withheld for each payment method during this period.
|
|
309
|
-
*/
|
|
310
|
-
costs?: Array<GetNextSettlementCost> | undefined;
|
|
311
|
-
/**
|
|
312
|
-
* An array of revenue objects containing the total revenue for each payment method during this period.
|
|
313
|
-
*/
|
|
314
|
-
revenue?: Array<GetNextSettlementRevenue> | undefined;
|
|
315
|
-
/**
|
|
316
|
-
* The ID of the invoice created for this period, if the invoice has been created already.
|
|
317
|
-
*/
|
|
318
|
-
invoiceId?: string | null | undefined;
|
|
319
|
-
/**
|
|
320
|
-
* The invoice reference, if the invoice has been created already.
|
|
321
|
-
*/
|
|
322
|
-
invoiceReference?: string | null | undefined;
|
|
323
|
-
};
|
|
324
|
-
export type GetNextSettlementLessThanYearGreaterThan = {
|
|
325
|
-
lessThanMonthGreaterThan?: GetNextSettlementLessThanMonthGreaterThan | undefined;
|
|
326
|
-
};
|
|
327
|
-
/**
|
|
328
|
-
* For bookkeeping purposes, the settlement includes an overview of transactions included in the settlement. These
|
|
329
|
-
*
|
|
330
|
-
* @remarks
|
|
331
|
-
* transactions are grouped into 'period' objects — one for each calendar month.
|
|
332
|
-
*
|
|
333
|
-
* For example, if a settlement includes funds from 15 April until 4 May, it will include two period objects. One for
|
|
334
|
-
* all transactions processed between 15 April and 30 April, and one for all transactions between 1 May and 4 May.
|
|
335
|
-
*
|
|
336
|
-
* Period objects are grouped by year, and then by month. So in the above example, the full `periods` collection will
|
|
337
|
-
* look as follows: `{"2024": {"04": {...}, "05": {...}}}`. The year and month in this documentation are referred as `<year>` and `<month>`.
|
|
338
|
-
*
|
|
339
|
-
* The example response should give a good idea of what this looks like in practise.
|
|
340
|
-
*/
|
|
341
|
-
export type GetNextSettlementPeriods = {
|
|
342
|
-
lessThanYearGreaterThan?: GetNextSettlementLessThanYearGreaterThan | undefined;
|
|
343
|
-
};
|
|
344
31
|
/**
|
|
345
32
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
346
33
|
*/
|
|
@@ -530,7 +217,9 @@ export type GetNextSettlementResponse = {
|
|
|
530
217
|
*
|
|
531
218
|
* The example response should give a good idea of what this looks like in practise.
|
|
532
219
|
*/
|
|
533
|
-
periods?:
|
|
220
|
+
periods?: {
|
|
221
|
+
[k: string]: any;
|
|
222
|
+
} | undefined;
|
|
534
223
|
/**
|
|
535
224
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
536
225
|
*/
|
|
@@ -584,537 +273,6 @@ export declare namespace GetNextSettlementAmount$ {
|
|
|
584
273
|
export declare function getNextSettlementAmountToJSON(getNextSettlementAmount: GetNextSettlementAmount): string;
|
|
585
274
|
export declare function getNextSettlementAmountFromJSON(jsonString: string): SafeParseResult<GetNextSettlementAmount, SDKValidationError>;
|
|
586
275
|
/** @internal */
|
|
587
|
-
export declare const GetNextSettlementCostMethod$inboundSchema: z.ZodNativeEnum<typeof GetNextSettlementCostMethod>;
|
|
588
|
-
/** @internal */
|
|
589
|
-
export declare const GetNextSettlementCostMethod$outboundSchema: z.ZodNativeEnum<typeof GetNextSettlementCostMethod>;
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
593
|
-
*/
|
|
594
|
-
export declare namespace GetNextSettlementCostMethod$ {
|
|
595
|
-
/** @deprecated use `GetNextSettlementCostMethod$inboundSchema` instead. */
|
|
596
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
597
|
-
readonly Alma: "alma";
|
|
598
|
-
readonly Bacs: "bacs";
|
|
599
|
-
readonly Applepay: "applepay";
|
|
600
|
-
readonly Bancomatpay: "bancomatpay";
|
|
601
|
-
readonly Bancontact: "bancontact";
|
|
602
|
-
readonly Banktransfer: "banktransfer";
|
|
603
|
-
readonly Belfius: "belfius";
|
|
604
|
-
readonly Billie: "billie";
|
|
605
|
-
readonly Bizum: "bizum";
|
|
606
|
-
readonly Bitcoin: "bitcoin";
|
|
607
|
-
readonly Blik: "blik";
|
|
608
|
-
readonly Creditcard: "creditcard";
|
|
609
|
-
readonly Directdebit: "directdebit";
|
|
610
|
-
readonly Eps: "eps";
|
|
611
|
-
readonly Giftcard: "giftcard";
|
|
612
|
-
readonly Giropay: "giropay";
|
|
613
|
-
readonly Googlepay: "googlepay";
|
|
614
|
-
readonly Ideal: "ideal";
|
|
615
|
-
readonly In3: "in3";
|
|
616
|
-
readonly Inghomepay: "inghomepay";
|
|
617
|
-
readonly Kbc: "kbc";
|
|
618
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
619
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
620
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
621
|
-
readonly Klarna: "klarna";
|
|
622
|
-
readonly Mbway: "mbway";
|
|
623
|
-
readonly Multibanco: "multibanco";
|
|
624
|
-
readonly Mybank: "mybank";
|
|
625
|
-
readonly Paybybank: "paybybank";
|
|
626
|
-
readonly Payconiq: "payconiq";
|
|
627
|
-
readonly Paypal: "paypal";
|
|
628
|
-
readonly Paysafecard: "paysafecard";
|
|
629
|
-
readonly Przelewy24: "przelewy24";
|
|
630
|
-
readonly Riverty: "riverty";
|
|
631
|
-
readonly Satispay: "satispay";
|
|
632
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
633
|
-
readonly Pointofsale: "pointofsale";
|
|
634
|
-
readonly Sofort: "sofort";
|
|
635
|
-
readonly Swish: "swish";
|
|
636
|
-
readonly Trustly: "trustly";
|
|
637
|
-
readonly Twint: "twint";
|
|
638
|
-
readonly Voucher: "voucher";
|
|
639
|
-
}>;
|
|
640
|
-
/** @deprecated use `GetNextSettlementCostMethod$outboundSchema` instead. */
|
|
641
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
642
|
-
readonly Alma: "alma";
|
|
643
|
-
readonly Bacs: "bacs";
|
|
644
|
-
readonly Applepay: "applepay";
|
|
645
|
-
readonly Bancomatpay: "bancomatpay";
|
|
646
|
-
readonly Bancontact: "bancontact";
|
|
647
|
-
readonly Banktransfer: "banktransfer";
|
|
648
|
-
readonly Belfius: "belfius";
|
|
649
|
-
readonly Billie: "billie";
|
|
650
|
-
readonly Bizum: "bizum";
|
|
651
|
-
readonly Bitcoin: "bitcoin";
|
|
652
|
-
readonly Blik: "blik";
|
|
653
|
-
readonly Creditcard: "creditcard";
|
|
654
|
-
readonly Directdebit: "directdebit";
|
|
655
|
-
readonly Eps: "eps";
|
|
656
|
-
readonly Giftcard: "giftcard";
|
|
657
|
-
readonly Giropay: "giropay";
|
|
658
|
-
readonly Googlepay: "googlepay";
|
|
659
|
-
readonly Ideal: "ideal";
|
|
660
|
-
readonly In3: "in3";
|
|
661
|
-
readonly Inghomepay: "inghomepay";
|
|
662
|
-
readonly Kbc: "kbc";
|
|
663
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
664
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
665
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
666
|
-
readonly Klarna: "klarna";
|
|
667
|
-
readonly Mbway: "mbway";
|
|
668
|
-
readonly Multibanco: "multibanco";
|
|
669
|
-
readonly Mybank: "mybank";
|
|
670
|
-
readonly Paybybank: "paybybank";
|
|
671
|
-
readonly Payconiq: "payconiq";
|
|
672
|
-
readonly Paypal: "paypal";
|
|
673
|
-
readonly Paysafecard: "paysafecard";
|
|
674
|
-
readonly Przelewy24: "przelewy24";
|
|
675
|
-
readonly Riverty: "riverty";
|
|
676
|
-
readonly Satispay: "satispay";
|
|
677
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
678
|
-
readonly Pointofsale: "pointofsale";
|
|
679
|
-
readonly Sofort: "sofort";
|
|
680
|
-
readonly Swish: "swish";
|
|
681
|
-
readonly Trustly: "trustly";
|
|
682
|
-
readonly Twint: "twint";
|
|
683
|
-
readonly Voucher: "voucher";
|
|
684
|
-
}>;
|
|
685
|
-
}
|
|
686
|
-
/** @internal */
|
|
687
|
-
export declare const GetNextSettlementFixed$inboundSchema: z.ZodType<GetNextSettlementFixed, z.ZodTypeDef, unknown>;
|
|
688
|
-
/** @internal */
|
|
689
|
-
export type GetNextSettlementFixed$Outbound = {
|
|
690
|
-
currency: string;
|
|
691
|
-
value: string;
|
|
692
|
-
};
|
|
693
|
-
/** @internal */
|
|
694
|
-
export declare const GetNextSettlementFixed$outboundSchema: z.ZodType<GetNextSettlementFixed$Outbound, z.ZodTypeDef, GetNextSettlementFixed>;
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
698
|
-
*/
|
|
699
|
-
export declare namespace GetNextSettlementFixed$ {
|
|
700
|
-
/** @deprecated use `GetNextSettlementFixed$inboundSchema` instead. */
|
|
701
|
-
const inboundSchema: z.ZodType<GetNextSettlementFixed, z.ZodTypeDef, unknown>;
|
|
702
|
-
/** @deprecated use `GetNextSettlementFixed$outboundSchema` instead. */
|
|
703
|
-
const outboundSchema: z.ZodType<GetNextSettlementFixed$Outbound, z.ZodTypeDef, GetNextSettlementFixed>;
|
|
704
|
-
/** @deprecated use `GetNextSettlementFixed$Outbound` instead. */
|
|
705
|
-
type Outbound = GetNextSettlementFixed$Outbound;
|
|
706
|
-
}
|
|
707
|
-
export declare function getNextSettlementFixedToJSON(getNextSettlementFixed: GetNextSettlementFixed): string;
|
|
708
|
-
export declare function getNextSettlementFixedFromJSON(jsonString: string): SafeParseResult<GetNextSettlementFixed, SDKValidationError>;
|
|
709
|
-
/** @internal */
|
|
710
|
-
export declare const GetNextSettlementPercentage$inboundSchema: z.ZodType<GetNextSettlementPercentage, z.ZodTypeDef, unknown>;
|
|
711
|
-
/** @internal */
|
|
712
|
-
export type GetNextSettlementPercentage$Outbound = {
|
|
713
|
-
currency: string;
|
|
714
|
-
value: string;
|
|
715
|
-
};
|
|
716
|
-
/** @internal */
|
|
717
|
-
export declare const GetNextSettlementPercentage$outboundSchema: z.ZodType<GetNextSettlementPercentage$Outbound, z.ZodTypeDef, GetNextSettlementPercentage>;
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
721
|
-
*/
|
|
722
|
-
export declare namespace GetNextSettlementPercentage$ {
|
|
723
|
-
/** @deprecated use `GetNextSettlementPercentage$inboundSchema` instead. */
|
|
724
|
-
const inboundSchema: z.ZodType<GetNextSettlementPercentage, z.ZodTypeDef, unknown>;
|
|
725
|
-
/** @deprecated use `GetNextSettlementPercentage$outboundSchema` instead. */
|
|
726
|
-
const outboundSchema: z.ZodType<GetNextSettlementPercentage$Outbound, z.ZodTypeDef, GetNextSettlementPercentage>;
|
|
727
|
-
/** @deprecated use `GetNextSettlementPercentage$Outbound` instead. */
|
|
728
|
-
type Outbound = GetNextSettlementPercentage$Outbound;
|
|
729
|
-
}
|
|
730
|
-
export declare function getNextSettlementPercentageToJSON(getNextSettlementPercentage: GetNextSettlementPercentage): string;
|
|
731
|
-
export declare function getNextSettlementPercentageFromJSON(jsonString: string): SafeParseResult<GetNextSettlementPercentage, SDKValidationError>;
|
|
732
|
-
/** @internal */
|
|
733
|
-
export declare const GetNextSettlementRate$inboundSchema: z.ZodType<GetNextSettlementRate, z.ZodTypeDef, unknown>;
|
|
734
|
-
/** @internal */
|
|
735
|
-
export type GetNextSettlementRate$Outbound = {
|
|
736
|
-
fixed?: GetNextSettlementFixed$Outbound | undefined;
|
|
737
|
-
percentage?: GetNextSettlementPercentage$Outbound | undefined;
|
|
738
|
-
};
|
|
739
|
-
/** @internal */
|
|
740
|
-
export declare const GetNextSettlementRate$outboundSchema: z.ZodType<GetNextSettlementRate$Outbound, z.ZodTypeDef, GetNextSettlementRate>;
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
744
|
-
*/
|
|
745
|
-
export declare namespace GetNextSettlementRate$ {
|
|
746
|
-
/** @deprecated use `GetNextSettlementRate$inboundSchema` instead. */
|
|
747
|
-
const inboundSchema: z.ZodType<GetNextSettlementRate, z.ZodTypeDef, unknown>;
|
|
748
|
-
/** @deprecated use `GetNextSettlementRate$outboundSchema` instead. */
|
|
749
|
-
const outboundSchema: z.ZodType<GetNextSettlementRate$Outbound, z.ZodTypeDef, GetNextSettlementRate>;
|
|
750
|
-
/** @deprecated use `GetNextSettlementRate$Outbound` instead. */
|
|
751
|
-
type Outbound = GetNextSettlementRate$Outbound;
|
|
752
|
-
}
|
|
753
|
-
export declare function getNextSettlementRateToJSON(getNextSettlementRate: GetNextSettlementRate): string;
|
|
754
|
-
export declare function getNextSettlementRateFromJSON(jsonString: string): SafeParseResult<GetNextSettlementRate, SDKValidationError>;
|
|
755
|
-
/** @internal */
|
|
756
|
-
export declare const GetNextSettlementCostAmountNet$inboundSchema: z.ZodType<GetNextSettlementCostAmountNet, z.ZodTypeDef, unknown>;
|
|
757
|
-
/** @internal */
|
|
758
|
-
export type GetNextSettlementCostAmountNet$Outbound = {
|
|
759
|
-
currency: string;
|
|
760
|
-
value: string;
|
|
761
|
-
};
|
|
762
|
-
/** @internal */
|
|
763
|
-
export declare const GetNextSettlementCostAmountNet$outboundSchema: z.ZodType<GetNextSettlementCostAmountNet$Outbound, z.ZodTypeDef, GetNextSettlementCostAmountNet>;
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
767
|
-
*/
|
|
768
|
-
export declare namespace GetNextSettlementCostAmountNet$ {
|
|
769
|
-
/** @deprecated use `GetNextSettlementCostAmountNet$inboundSchema` instead. */
|
|
770
|
-
const inboundSchema: z.ZodType<GetNextSettlementCostAmountNet, z.ZodTypeDef, unknown>;
|
|
771
|
-
/** @deprecated use `GetNextSettlementCostAmountNet$outboundSchema` instead. */
|
|
772
|
-
const outboundSchema: z.ZodType<GetNextSettlementCostAmountNet$Outbound, z.ZodTypeDef, GetNextSettlementCostAmountNet>;
|
|
773
|
-
/** @deprecated use `GetNextSettlementCostAmountNet$Outbound` instead. */
|
|
774
|
-
type Outbound = GetNextSettlementCostAmountNet$Outbound;
|
|
775
|
-
}
|
|
776
|
-
export declare function getNextSettlementCostAmountNetToJSON(getNextSettlementCostAmountNet: GetNextSettlementCostAmountNet): string;
|
|
777
|
-
export declare function getNextSettlementCostAmountNetFromJSON(jsonString: string): SafeParseResult<GetNextSettlementCostAmountNet, SDKValidationError>;
|
|
778
|
-
/** @internal */
|
|
779
|
-
export declare const GetNextSettlementCostAmountVat$inboundSchema: z.ZodType<GetNextSettlementCostAmountVat, z.ZodTypeDef, unknown>;
|
|
780
|
-
/** @internal */
|
|
781
|
-
export type GetNextSettlementCostAmountVat$Outbound = {
|
|
782
|
-
currency: string;
|
|
783
|
-
value: string;
|
|
784
|
-
};
|
|
785
|
-
/** @internal */
|
|
786
|
-
export declare const GetNextSettlementCostAmountVat$outboundSchema: z.ZodType<GetNextSettlementCostAmountVat$Outbound, z.ZodTypeDef, GetNextSettlementCostAmountVat>;
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
790
|
-
*/
|
|
791
|
-
export declare namespace GetNextSettlementCostAmountVat$ {
|
|
792
|
-
/** @deprecated use `GetNextSettlementCostAmountVat$inboundSchema` instead. */
|
|
793
|
-
const inboundSchema: z.ZodType<GetNextSettlementCostAmountVat, z.ZodTypeDef, unknown>;
|
|
794
|
-
/** @deprecated use `GetNextSettlementCostAmountVat$outboundSchema` instead. */
|
|
795
|
-
const outboundSchema: z.ZodType<GetNextSettlementCostAmountVat$Outbound, z.ZodTypeDef, GetNextSettlementCostAmountVat>;
|
|
796
|
-
/** @deprecated use `GetNextSettlementCostAmountVat$Outbound` instead. */
|
|
797
|
-
type Outbound = GetNextSettlementCostAmountVat$Outbound;
|
|
798
|
-
}
|
|
799
|
-
export declare function getNextSettlementCostAmountVatToJSON(getNextSettlementCostAmountVat: GetNextSettlementCostAmountVat): string;
|
|
800
|
-
export declare function getNextSettlementCostAmountVatFromJSON(jsonString: string): SafeParseResult<GetNextSettlementCostAmountVat, SDKValidationError>;
|
|
801
|
-
/** @internal */
|
|
802
|
-
export declare const GetNextSettlementCostAmountGross$inboundSchema: z.ZodType<GetNextSettlementCostAmountGross, z.ZodTypeDef, unknown>;
|
|
803
|
-
/** @internal */
|
|
804
|
-
export type GetNextSettlementCostAmountGross$Outbound = {
|
|
805
|
-
currency: string;
|
|
806
|
-
value: string;
|
|
807
|
-
};
|
|
808
|
-
/** @internal */
|
|
809
|
-
export declare const GetNextSettlementCostAmountGross$outboundSchema: z.ZodType<GetNextSettlementCostAmountGross$Outbound, z.ZodTypeDef, GetNextSettlementCostAmountGross>;
|
|
810
|
-
/**
|
|
811
|
-
* @internal
|
|
812
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
813
|
-
*/
|
|
814
|
-
export declare namespace GetNextSettlementCostAmountGross$ {
|
|
815
|
-
/** @deprecated use `GetNextSettlementCostAmountGross$inboundSchema` instead. */
|
|
816
|
-
const inboundSchema: z.ZodType<GetNextSettlementCostAmountGross, z.ZodTypeDef, unknown>;
|
|
817
|
-
/** @deprecated use `GetNextSettlementCostAmountGross$outboundSchema` instead. */
|
|
818
|
-
const outboundSchema: z.ZodType<GetNextSettlementCostAmountGross$Outbound, z.ZodTypeDef, GetNextSettlementCostAmountGross>;
|
|
819
|
-
/** @deprecated use `GetNextSettlementCostAmountGross$Outbound` instead. */
|
|
820
|
-
type Outbound = GetNextSettlementCostAmountGross$Outbound;
|
|
821
|
-
}
|
|
822
|
-
export declare function getNextSettlementCostAmountGrossToJSON(getNextSettlementCostAmountGross: GetNextSettlementCostAmountGross): string;
|
|
823
|
-
export declare function getNextSettlementCostAmountGrossFromJSON(jsonString: string): SafeParseResult<GetNextSettlementCostAmountGross, SDKValidationError>;
|
|
824
|
-
/** @internal */
|
|
825
|
-
export declare const GetNextSettlementCost$inboundSchema: z.ZodType<GetNextSettlementCost, z.ZodTypeDef, unknown>;
|
|
826
|
-
/** @internal */
|
|
827
|
-
export type GetNextSettlementCost$Outbound = {
|
|
828
|
-
description?: string | undefined;
|
|
829
|
-
method?: string | null | undefined;
|
|
830
|
-
count?: number | undefined;
|
|
831
|
-
rate?: GetNextSettlementRate$Outbound | undefined;
|
|
832
|
-
amountNet?: GetNextSettlementCostAmountNet$Outbound | undefined;
|
|
833
|
-
amountVat?: GetNextSettlementCostAmountVat$Outbound | undefined;
|
|
834
|
-
amountGross?: GetNextSettlementCostAmountGross$Outbound | undefined;
|
|
835
|
-
};
|
|
836
|
-
/** @internal */
|
|
837
|
-
export declare const GetNextSettlementCost$outboundSchema: z.ZodType<GetNextSettlementCost$Outbound, z.ZodTypeDef, GetNextSettlementCost>;
|
|
838
|
-
/**
|
|
839
|
-
* @internal
|
|
840
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
841
|
-
*/
|
|
842
|
-
export declare namespace GetNextSettlementCost$ {
|
|
843
|
-
/** @deprecated use `GetNextSettlementCost$inboundSchema` instead. */
|
|
844
|
-
const inboundSchema: z.ZodType<GetNextSettlementCost, z.ZodTypeDef, unknown>;
|
|
845
|
-
/** @deprecated use `GetNextSettlementCost$outboundSchema` instead. */
|
|
846
|
-
const outboundSchema: z.ZodType<GetNextSettlementCost$Outbound, z.ZodTypeDef, GetNextSettlementCost>;
|
|
847
|
-
/** @deprecated use `GetNextSettlementCost$Outbound` instead. */
|
|
848
|
-
type Outbound = GetNextSettlementCost$Outbound;
|
|
849
|
-
}
|
|
850
|
-
export declare function getNextSettlementCostToJSON(getNextSettlementCost: GetNextSettlementCost): string;
|
|
851
|
-
export declare function getNextSettlementCostFromJSON(jsonString: string): SafeParseResult<GetNextSettlementCost, SDKValidationError>;
|
|
852
|
-
/** @internal */
|
|
853
|
-
export declare const GetNextSettlementRevenueMethod$inboundSchema: z.ZodNativeEnum<typeof GetNextSettlementRevenueMethod>;
|
|
854
|
-
/** @internal */
|
|
855
|
-
export declare const GetNextSettlementRevenueMethod$outboundSchema: z.ZodNativeEnum<typeof GetNextSettlementRevenueMethod>;
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
859
|
-
*/
|
|
860
|
-
export declare namespace GetNextSettlementRevenueMethod$ {
|
|
861
|
-
/** @deprecated use `GetNextSettlementRevenueMethod$inboundSchema` instead. */
|
|
862
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
863
|
-
readonly Alma: "alma";
|
|
864
|
-
readonly Bacs: "bacs";
|
|
865
|
-
readonly Applepay: "applepay";
|
|
866
|
-
readonly Bancomatpay: "bancomatpay";
|
|
867
|
-
readonly Bancontact: "bancontact";
|
|
868
|
-
readonly Banktransfer: "banktransfer";
|
|
869
|
-
readonly Belfius: "belfius";
|
|
870
|
-
readonly Billie: "billie";
|
|
871
|
-
readonly Bizum: "bizum";
|
|
872
|
-
readonly Bitcoin: "bitcoin";
|
|
873
|
-
readonly Blik: "blik";
|
|
874
|
-
readonly Creditcard: "creditcard";
|
|
875
|
-
readonly Directdebit: "directdebit";
|
|
876
|
-
readonly Eps: "eps";
|
|
877
|
-
readonly Giftcard: "giftcard";
|
|
878
|
-
readonly Giropay: "giropay";
|
|
879
|
-
readonly Googlepay: "googlepay";
|
|
880
|
-
readonly Ideal: "ideal";
|
|
881
|
-
readonly In3: "in3";
|
|
882
|
-
readonly Inghomepay: "inghomepay";
|
|
883
|
-
readonly Kbc: "kbc";
|
|
884
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
885
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
886
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
887
|
-
readonly Klarna: "klarna";
|
|
888
|
-
readonly Mbway: "mbway";
|
|
889
|
-
readonly Multibanco: "multibanco";
|
|
890
|
-
readonly Mybank: "mybank";
|
|
891
|
-
readonly Paybybank: "paybybank";
|
|
892
|
-
readonly Payconiq: "payconiq";
|
|
893
|
-
readonly Paypal: "paypal";
|
|
894
|
-
readonly Paysafecard: "paysafecard";
|
|
895
|
-
readonly Przelewy24: "przelewy24";
|
|
896
|
-
readonly Riverty: "riverty";
|
|
897
|
-
readonly Satispay: "satispay";
|
|
898
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
899
|
-
readonly Pointofsale: "pointofsale";
|
|
900
|
-
readonly Sofort: "sofort";
|
|
901
|
-
readonly Swish: "swish";
|
|
902
|
-
readonly Trustly: "trustly";
|
|
903
|
-
readonly Twint: "twint";
|
|
904
|
-
readonly Voucher: "voucher";
|
|
905
|
-
}>;
|
|
906
|
-
/** @deprecated use `GetNextSettlementRevenueMethod$outboundSchema` instead. */
|
|
907
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
908
|
-
readonly Alma: "alma";
|
|
909
|
-
readonly Bacs: "bacs";
|
|
910
|
-
readonly Applepay: "applepay";
|
|
911
|
-
readonly Bancomatpay: "bancomatpay";
|
|
912
|
-
readonly Bancontact: "bancontact";
|
|
913
|
-
readonly Banktransfer: "banktransfer";
|
|
914
|
-
readonly Belfius: "belfius";
|
|
915
|
-
readonly Billie: "billie";
|
|
916
|
-
readonly Bizum: "bizum";
|
|
917
|
-
readonly Bitcoin: "bitcoin";
|
|
918
|
-
readonly Blik: "blik";
|
|
919
|
-
readonly Creditcard: "creditcard";
|
|
920
|
-
readonly Directdebit: "directdebit";
|
|
921
|
-
readonly Eps: "eps";
|
|
922
|
-
readonly Giftcard: "giftcard";
|
|
923
|
-
readonly Giropay: "giropay";
|
|
924
|
-
readonly Googlepay: "googlepay";
|
|
925
|
-
readonly Ideal: "ideal";
|
|
926
|
-
readonly In3: "in3";
|
|
927
|
-
readonly Inghomepay: "inghomepay";
|
|
928
|
-
readonly Kbc: "kbc";
|
|
929
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
930
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
931
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
932
|
-
readonly Klarna: "klarna";
|
|
933
|
-
readonly Mbway: "mbway";
|
|
934
|
-
readonly Multibanco: "multibanco";
|
|
935
|
-
readonly Mybank: "mybank";
|
|
936
|
-
readonly Paybybank: "paybybank";
|
|
937
|
-
readonly Payconiq: "payconiq";
|
|
938
|
-
readonly Paypal: "paypal";
|
|
939
|
-
readonly Paysafecard: "paysafecard";
|
|
940
|
-
readonly Przelewy24: "przelewy24";
|
|
941
|
-
readonly Riverty: "riverty";
|
|
942
|
-
readonly Satispay: "satispay";
|
|
943
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
944
|
-
readonly Pointofsale: "pointofsale";
|
|
945
|
-
readonly Sofort: "sofort";
|
|
946
|
-
readonly Swish: "swish";
|
|
947
|
-
readonly Trustly: "trustly";
|
|
948
|
-
readonly Twint: "twint";
|
|
949
|
-
readonly Voucher: "voucher";
|
|
950
|
-
}>;
|
|
951
|
-
}
|
|
952
|
-
/** @internal */
|
|
953
|
-
export declare const GetNextSettlementRevenueAmountNet$inboundSchema: z.ZodType<GetNextSettlementRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
954
|
-
/** @internal */
|
|
955
|
-
export type GetNextSettlementRevenueAmountNet$Outbound = {
|
|
956
|
-
currency: string;
|
|
957
|
-
value: string;
|
|
958
|
-
};
|
|
959
|
-
/** @internal */
|
|
960
|
-
export declare const GetNextSettlementRevenueAmountNet$outboundSchema: z.ZodType<GetNextSettlementRevenueAmountNet$Outbound, z.ZodTypeDef, GetNextSettlementRevenueAmountNet>;
|
|
961
|
-
/**
|
|
962
|
-
* @internal
|
|
963
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
964
|
-
*/
|
|
965
|
-
export declare namespace GetNextSettlementRevenueAmountNet$ {
|
|
966
|
-
/** @deprecated use `GetNextSettlementRevenueAmountNet$inboundSchema` instead. */
|
|
967
|
-
const inboundSchema: z.ZodType<GetNextSettlementRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
968
|
-
/** @deprecated use `GetNextSettlementRevenueAmountNet$outboundSchema` instead. */
|
|
969
|
-
const outboundSchema: z.ZodType<GetNextSettlementRevenueAmountNet$Outbound, z.ZodTypeDef, GetNextSettlementRevenueAmountNet>;
|
|
970
|
-
/** @deprecated use `GetNextSettlementRevenueAmountNet$Outbound` instead. */
|
|
971
|
-
type Outbound = GetNextSettlementRevenueAmountNet$Outbound;
|
|
972
|
-
}
|
|
973
|
-
export declare function getNextSettlementRevenueAmountNetToJSON(getNextSettlementRevenueAmountNet: GetNextSettlementRevenueAmountNet): string;
|
|
974
|
-
export declare function getNextSettlementRevenueAmountNetFromJSON(jsonString: string): SafeParseResult<GetNextSettlementRevenueAmountNet, SDKValidationError>;
|
|
975
|
-
/** @internal */
|
|
976
|
-
export declare const GetNextSettlementRevenueAmountVat$inboundSchema: z.ZodType<GetNextSettlementRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
977
|
-
/** @internal */
|
|
978
|
-
export type GetNextSettlementRevenueAmountVat$Outbound = {
|
|
979
|
-
currency: string;
|
|
980
|
-
value: string;
|
|
981
|
-
};
|
|
982
|
-
/** @internal */
|
|
983
|
-
export declare const GetNextSettlementRevenueAmountVat$outboundSchema: z.ZodType<GetNextSettlementRevenueAmountVat$Outbound, z.ZodTypeDef, GetNextSettlementRevenueAmountVat>;
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
987
|
-
*/
|
|
988
|
-
export declare namespace GetNextSettlementRevenueAmountVat$ {
|
|
989
|
-
/** @deprecated use `GetNextSettlementRevenueAmountVat$inboundSchema` instead. */
|
|
990
|
-
const inboundSchema: z.ZodType<GetNextSettlementRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
991
|
-
/** @deprecated use `GetNextSettlementRevenueAmountVat$outboundSchema` instead. */
|
|
992
|
-
const outboundSchema: z.ZodType<GetNextSettlementRevenueAmountVat$Outbound, z.ZodTypeDef, GetNextSettlementRevenueAmountVat>;
|
|
993
|
-
/** @deprecated use `GetNextSettlementRevenueAmountVat$Outbound` instead. */
|
|
994
|
-
type Outbound = GetNextSettlementRevenueAmountVat$Outbound;
|
|
995
|
-
}
|
|
996
|
-
export declare function getNextSettlementRevenueAmountVatToJSON(getNextSettlementRevenueAmountVat: GetNextSettlementRevenueAmountVat): string;
|
|
997
|
-
export declare function getNextSettlementRevenueAmountVatFromJSON(jsonString: string): SafeParseResult<GetNextSettlementRevenueAmountVat, SDKValidationError>;
|
|
998
|
-
/** @internal */
|
|
999
|
-
export declare const GetNextSettlementRevenueAmountGross$inboundSchema: z.ZodType<GetNextSettlementRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1000
|
-
/** @internal */
|
|
1001
|
-
export type GetNextSettlementRevenueAmountGross$Outbound = {
|
|
1002
|
-
currency: string;
|
|
1003
|
-
value: string;
|
|
1004
|
-
};
|
|
1005
|
-
/** @internal */
|
|
1006
|
-
export declare const GetNextSettlementRevenueAmountGross$outboundSchema: z.ZodType<GetNextSettlementRevenueAmountGross$Outbound, z.ZodTypeDef, GetNextSettlementRevenueAmountGross>;
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1010
|
-
*/
|
|
1011
|
-
export declare namespace GetNextSettlementRevenueAmountGross$ {
|
|
1012
|
-
/** @deprecated use `GetNextSettlementRevenueAmountGross$inboundSchema` instead. */
|
|
1013
|
-
const inboundSchema: z.ZodType<GetNextSettlementRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1014
|
-
/** @deprecated use `GetNextSettlementRevenueAmountGross$outboundSchema` instead. */
|
|
1015
|
-
const outboundSchema: z.ZodType<GetNextSettlementRevenueAmountGross$Outbound, z.ZodTypeDef, GetNextSettlementRevenueAmountGross>;
|
|
1016
|
-
/** @deprecated use `GetNextSettlementRevenueAmountGross$Outbound` instead. */
|
|
1017
|
-
type Outbound = GetNextSettlementRevenueAmountGross$Outbound;
|
|
1018
|
-
}
|
|
1019
|
-
export declare function getNextSettlementRevenueAmountGrossToJSON(getNextSettlementRevenueAmountGross: GetNextSettlementRevenueAmountGross): string;
|
|
1020
|
-
export declare function getNextSettlementRevenueAmountGrossFromJSON(jsonString: string): SafeParseResult<GetNextSettlementRevenueAmountGross, SDKValidationError>;
|
|
1021
|
-
/** @internal */
|
|
1022
|
-
export declare const GetNextSettlementRevenue$inboundSchema: z.ZodType<GetNextSettlementRevenue, z.ZodTypeDef, unknown>;
|
|
1023
|
-
/** @internal */
|
|
1024
|
-
export type GetNextSettlementRevenue$Outbound = {
|
|
1025
|
-
description?: string | undefined;
|
|
1026
|
-
method?: string | null | undefined;
|
|
1027
|
-
count?: number | undefined;
|
|
1028
|
-
amountNet?: GetNextSettlementRevenueAmountNet$Outbound | undefined;
|
|
1029
|
-
amountVat?: GetNextSettlementRevenueAmountVat$Outbound | undefined;
|
|
1030
|
-
amountGross?: GetNextSettlementRevenueAmountGross$Outbound | undefined;
|
|
1031
|
-
};
|
|
1032
|
-
/** @internal */
|
|
1033
|
-
export declare const GetNextSettlementRevenue$outboundSchema: z.ZodType<GetNextSettlementRevenue$Outbound, z.ZodTypeDef, GetNextSettlementRevenue>;
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1037
|
-
*/
|
|
1038
|
-
export declare namespace GetNextSettlementRevenue$ {
|
|
1039
|
-
/** @deprecated use `GetNextSettlementRevenue$inboundSchema` instead. */
|
|
1040
|
-
const inboundSchema: z.ZodType<GetNextSettlementRevenue, z.ZodTypeDef, unknown>;
|
|
1041
|
-
/** @deprecated use `GetNextSettlementRevenue$outboundSchema` instead. */
|
|
1042
|
-
const outboundSchema: z.ZodType<GetNextSettlementRevenue$Outbound, z.ZodTypeDef, GetNextSettlementRevenue>;
|
|
1043
|
-
/** @deprecated use `GetNextSettlementRevenue$Outbound` instead. */
|
|
1044
|
-
type Outbound = GetNextSettlementRevenue$Outbound;
|
|
1045
|
-
}
|
|
1046
|
-
export declare function getNextSettlementRevenueToJSON(getNextSettlementRevenue: GetNextSettlementRevenue): string;
|
|
1047
|
-
export declare function getNextSettlementRevenueFromJSON(jsonString: string): SafeParseResult<GetNextSettlementRevenue, SDKValidationError>;
|
|
1048
|
-
/** @internal */
|
|
1049
|
-
export declare const GetNextSettlementLessThanMonthGreaterThan$inboundSchema: z.ZodType<GetNextSettlementLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1050
|
-
/** @internal */
|
|
1051
|
-
export type GetNextSettlementLessThanMonthGreaterThan$Outbound = {
|
|
1052
|
-
costs?: Array<GetNextSettlementCost$Outbound> | undefined;
|
|
1053
|
-
revenue?: Array<GetNextSettlementRevenue$Outbound> | undefined;
|
|
1054
|
-
invoiceId?: string | null | undefined;
|
|
1055
|
-
invoiceReference?: string | null | undefined;
|
|
1056
|
-
};
|
|
1057
|
-
/** @internal */
|
|
1058
|
-
export declare const GetNextSettlementLessThanMonthGreaterThan$outboundSchema: z.ZodType<GetNextSettlementLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, GetNextSettlementLessThanMonthGreaterThan>;
|
|
1059
|
-
/**
|
|
1060
|
-
* @internal
|
|
1061
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1062
|
-
*/
|
|
1063
|
-
export declare namespace GetNextSettlementLessThanMonthGreaterThan$ {
|
|
1064
|
-
/** @deprecated use `GetNextSettlementLessThanMonthGreaterThan$inboundSchema` instead. */
|
|
1065
|
-
const inboundSchema: z.ZodType<GetNextSettlementLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1066
|
-
/** @deprecated use `GetNextSettlementLessThanMonthGreaterThan$outboundSchema` instead. */
|
|
1067
|
-
const outboundSchema: z.ZodType<GetNextSettlementLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, GetNextSettlementLessThanMonthGreaterThan>;
|
|
1068
|
-
/** @deprecated use `GetNextSettlementLessThanMonthGreaterThan$Outbound` instead. */
|
|
1069
|
-
type Outbound = GetNextSettlementLessThanMonthGreaterThan$Outbound;
|
|
1070
|
-
}
|
|
1071
|
-
export declare function getNextSettlementLessThanMonthGreaterThanToJSON(getNextSettlementLessThanMonthGreaterThan: GetNextSettlementLessThanMonthGreaterThan): string;
|
|
1072
|
-
export declare function getNextSettlementLessThanMonthGreaterThanFromJSON(jsonString: string): SafeParseResult<GetNextSettlementLessThanMonthGreaterThan, SDKValidationError>;
|
|
1073
|
-
/** @internal */
|
|
1074
|
-
export declare const GetNextSettlementLessThanYearGreaterThan$inboundSchema: z.ZodType<GetNextSettlementLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1075
|
-
/** @internal */
|
|
1076
|
-
export type GetNextSettlementLessThanYearGreaterThan$Outbound = {
|
|
1077
|
-
"<month>"?: GetNextSettlementLessThanMonthGreaterThan$Outbound | undefined;
|
|
1078
|
-
};
|
|
1079
|
-
/** @internal */
|
|
1080
|
-
export declare const GetNextSettlementLessThanYearGreaterThan$outboundSchema: z.ZodType<GetNextSettlementLessThanYearGreaterThan$Outbound, z.ZodTypeDef, GetNextSettlementLessThanYearGreaterThan>;
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1084
|
-
*/
|
|
1085
|
-
export declare namespace GetNextSettlementLessThanYearGreaterThan$ {
|
|
1086
|
-
/** @deprecated use `GetNextSettlementLessThanYearGreaterThan$inboundSchema` instead. */
|
|
1087
|
-
const inboundSchema: z.ZodType<GetNextSettlementLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1088
|
-
/** @deprecated use `GetNextSettlementLessThanYearGreaterThan$outboundSchema` instead. */
|
|
1089
|
-
const outboundSchema: z.ZodType<GetNextSettlementLessThanYearGreaterThan$Outbound, z.ZodTypeDef, GetNextSettlementLessThanYearGreaterThan>;
|
|
1090
|
-
/** @deprecated use `GetNextSettlementLessThanYearGreaterThan$Outbound` instead. */
|
|
1091
|
-
type Outbound = GetNextSettlementLessThanYearGreaterThan$Outbound;
|
|
1092
|
-
}
|
|
1093
|
-
export declare function getNextSettlementLessThanYearGreaterThanToJSON(getNextSettlementLessThanYearGreaterThan: GetNextSettlementLessThanYearGreaterThan): string;
|
|
1094
|
-
export declare function getNextSettlementLessThanYearGreaterThanFromJSON(jsonString: string): SafeParseResult<GetNextSettlementLessThanYearGreaterThan, SDKValidationError>;
|
|
1095
|
-
/** @internal */
|
|
1096
|
-
export declare const GetNextSettlementPeriods$inboundSchema: z.ZodType<GetNextSettlementPeriods, z.ZodTypeDef, unknown>;
|
|
1097
|
-
/** @internal */
|
|
1098
|
-
export type GetNextSettlementPeriods$Outbound = {
|
|
1099
|
-
"<year>"?: GetNextSettlementLessThanYearGreaterThan$Outbound | undefined;
|
|
1100
|
-
};
|
|
1101
|
-
/** @internal */
|
|
1102
|
-
export declare const GetNextSettlementPeriods$outboundSchema: z.ZodType<GetNextSettlementPeriods$Outbound, z.ZodTypeDef, GetNextSettlementPeriods>;
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1106
|
-
*/
|
|
1107
|
-
export declare namespace GetNextSettlementPeriods$ {
|
|
1108
|
-
/** @deprecated use `GetNextSettlementPeriods$inboundSchema` instead. */
|
|
1109
|
-
const inboundSchema: z.ZodType<GetNextSettlementPeriods, z.ZodTypeDef, unknown>;
|
|
1110
|
-
/** @deprecated use `GetNextSettlementPeriods$outboundSchema` instead. */
|
|
1111
|
-
const outboundSchema: z.ZodType<GetNextSettlementPeriods$Outbound, z.ZodTypeDef, GetNextSettlementPeriods>;
|
|
1112
|
-
/** @deprecated use `GetNextSettlementPeriods$Outbound` instead. */
|
|
1113
|
-
type Outbound = GetNextSettlementPeriods$Outbound;
|
|
1114
|
-
}
|
|
1115
|
-
export declare function getNextSettlementPeriodsToJSON(getNextSettlementPeriods: GetNextSettlementPeriods): string;
|
|
1116
|
-
export declare function getNextSettlementPeriodsFromJSON(jsonString: string): SafeParseResult<GetNextSettlementPeriods, SDKValidationError>;
|
|
1117
|
-
/** @internal */
|
|
1118
276
|
export declare const GetNextSettlementSelf$inboundSchema: z.ZodType<GetNextSettlementSelf, z.ZodTypeDef, unknown>;
|
|
1119
277
|
/** @internal */
|
|
1120
278
|
export type GetNextSettlementSelf$Outbound = {
|
|
@@ -1316,7 +474,9 @@ export type GetNextSettlementResponse$Outbound = {
|
|
|
1316
474
|
amount?: GetNextSettlementAmount$Outbound | undefined;
|
|
1317
475
|
balanceId?: string | undefined;
|
|
1318
476
|
invoiceId?: string | null | undefined;
|
|
1319
|
-
periods?:
|
|
477
|
+
periods?: {
|
|
478
|
+
[k: string]: any;
|
|
479
|
+
} | undefined;
|
|
1320
480
|
_links?: GetNextSettlementLinks$Outbound | undefined;
|
|
1321
481
|
};
|
|
1322
482
|
/** @internal */
|