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 GetOpenSettlementAmount = {
|
|
|
28
28
|
*/
|
|
29
29
|
value: string;
|
|
30
30
|
};
|
|
31
|
-
/**
|
|
32
|
-
* The payment method, if applicable
|
|
33
|
-
*/
|
|
34
|
-
export declare const GetOpenSettlementCostMethod: {
|
|
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 GetOpenSettlementCostMethod = ClosedEnum<typeof GetOpenSettlementCostMethod>;
|
|
82
|
-
/**
|
|
83
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
84
|
-
*/
|
|
85
|
-
export type GetOpenSettlementFixed = {
|
|
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 GetOpenSettlementPercentage = {
|
|
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 GetOpenSettlementRate = {
|
|
112
|
-
/**
|
|
113
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
114
|
-
*/
|
|
115
|
-
fixed?: GetOpenSettlementFixed | undefined;
|
|
116
|
-
/**
|
|
117
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
118
|
-
*/
|
|
119
|
-
percentage?: GetOpenSettlementPercentage | undefined;
|
|
120
|
-
};
|
|
121
|
-
/**
|
|
122
|
-
* The net total cost, i.e. excluding VAT
|
|
123
|
-
*/
|
|
124
|
-
export type GetOpenSettlementCostAmountNet = {
|
|
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 GetOpenSettlementCostAmountVat = {
|
|
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 GetOpenSettlementCostAmountGross = {
|
|
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 GetOpenSettlementCost = {
|
|
161
|
-
/**
|
|
162
|
-
* A description of the cost subtotal
|
|
163
|
-
*/
|
|
164
|
-
description?: string | undefined;
|
|
165
|
-
/**
|
|
166
|
-
* The payment method, if applicable
|
|
167
|
-
*/
|
|
168
|
-
method?: GetOpenSettlementCostMethod | 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?: GetOpenSettlementRate | undefined;
|
|
177
|
-
/**
|
|
178
|
-
* The net total cost, i.e. excluding VAT
|
|
179
|
-
*/
|
|
180
|
-
amountNet?: GetOpenSettlementCostAmountNet | undefined;
|
|
181
|
-
/**
|
|
182
|
-
* The applicable VAT
|
|
183
|
-
*/
|
|
184
|
-
amountVat?: GetOpenSettlementCostAmountVat | undefined;
|
|
185
|
-
/**
|
|
186
|
-
* The gross total cost, i.e. including VAT
|
|
187
|
-
*/
|
|
188
|
-
amountGross?: GetOpenSettlementCostAmountGross | undefined;
|
|
189
|
-
};
|
|
190
|
-
/**
|
|
191
|
-
* The payment method, if applicable
|
|
192
|
-
*/
|
|
193
|
-
export declare const GetOpenSettlementRevenueMethod: {
|
|
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 GetOpenSettlementRevenueMethod = ClosedEnum<typeof GetOpenSettlementRevenueMethod>;
|
|
241
|
-
/**
|
|
242
|
-
* The net total of received funds, i.e. excluding VAT
|
|
243
|
-
*/
|
|
244
|
-
export type GetOpenSettlementRevenueAmountNet = {
|
|
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 GetOpenSettlementRevenueAmountVat = {
|
|
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 GetOpenSettlementRevenueAmountGross = {
|
|
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 GetOpenSettlementRevenue = {
|
|
281
|
-
/**
|
|
282
|
-
* A description of the revenue subtotal
|
|
283
|
-
*/
|
|
284
|
-
description?: string | undefined;
|
|
285
|
-
/**
|
|
286
|
-
* The payment method, if applicable
|
|
287
|
-
*/
|
|
288
|
-
method?: GetOpenSettlementRevenueMethod | 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?: GetOpenSettlementRevenueAmountNet | undefined;
|
|
297
|
-
/**
|
|
298
|
-
* The applicable VAT
|
|
299
|
-
*/
|
|
300
|
-
amountVat?: GetOpenSettlementRevenueAmountVat | undefined;
|
|
301
|
-
/**
|
|
302
|
-
* The gross total of received funds, i.e. including VAT
|
|
303
|
-
*/
|
|
304
|
-
amountGross?: GetOpenSettlementRevenueAmountGross | undefined;
|
|
305
|
-
};
|
|
306
|
-
export type GetOpenSettlementLessThanMonthGreaterThan = {
|
|
307
|
-
/**
|
|
308
|
-
* An array of cost objects, describing the fees withheld for each payment method during this period.
|
|
309
|
-
*/
|
|
310
|
-
costs?: Array<GetOpenSettlementCost> | undefined;
|
|
311
|
-
/**
|
|
312
|
-
* An array of revenue objects containing the total revenue for each payment method during this period.
|
|
313
|
-
*/
|
|
314
|
-
revenue?: Array<GetOpenSettlementRevenue> | 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 GetOpenSettlementLessThanYearGreaterThan = {
|
|
325
|
-
lessThanMonthGreaterThan?: GetOpenSettlementLessThanMonthGreaterThan | 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 GetOpenSettlementPeriods = {
|
|
342
|
-
lessThanYearGreaterThan?: GetOpenSettlementLessThanYearGreaterThan | 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 GetOpenSettlementResponse = {
|
|
|
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 GetOpenSettlementAmount$ {
|
|
|
584
273
|
export declare function getOpenSettlementAmountToJSON(getOpenSettlementAmount: GetOpenSettlementAmount): string;
|
|
585
274
|
export declare function getOpenSettlementAmountFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementAmount, SDKValidationError>;
|
|
586
275
|
/** @internal */
|
|
587
|
-
export declare const GetOpenSettlementCostMethod$inboundSchema: z.ZodNativeEnum<typeof GetOpenSettlementCostMethod>;
|
|
588
|
-
/** @internal */
|
|
589
|
-
export declare const GetOpenSettlementCostMethod$outboundSchema: z.ZodNativeEnum<typeof GetOpenSettlementCostMethod>;
|
|
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 GetOpenSettlementCostMethod$ {
|
|
595
|
-
/** @deprecated use `GetOpenSettlementCostMethod$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 `GetOpenSettlementCostMethod$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 GetOpenSettlementFixed$inboundSchema: z.ZodType<GetOpenSettlementFixed, z.ZodTypeDef, unknown>;
|
|
688
|
-
/** @internal */
|
|
689
|
-
export type GetOpenSettlementFixed$Outbound = {
|
|
690
|
-
currency: string;
|
|
691
|
-
value: string;
|
|
692
|
-
};
|
|
693
|
-
/** @internal */
|
|
694
|
-
export declare const GetOpenSettlementFixed$outboundSchema: z.ZodType<GetOpenSettlementFixed$Outbound, z.ZodTypeDef, GetOpenSettlementFixed>;
|
|
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 GetOpenSettlementFixed$ {
|
|
700
|
-
/** @deprecated use `GetOpenSettlementFixed$inboundSchema` instead. */
|
|
701
|
-
const inboundSchema: z.ZodType<GetOpenSettlementFixed, z.ZodTypeDef, unknown>;
|
|
702
|
-
/** @deprecated use `GetOpenSettlementFixed$outboundSchema` instead. */
|
|
703
|
-
const outboundSchema: z.ZodType<GetOpenSettlementFixed$Outbound, z.ZodTypeDef, GetOpenSettlementFixed>;
|
|
704
|
-
/** @deprecated use `GetOpenSettlementFixed$Outbound` instead. */
|
|
705
|
-
type Outbound = GetOpenSettlementFixed$Outbound;
|
|
706
|
-
}
|
|
707
|
-
export declare function getOpenSettlementFixedToJSON(getOpenSettlementFixed: GetOpenSettlementFixed): string;
|
|
708
|
-
export declare function getOpenSettlementFixedFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementFixed, SDKValidationError>;
|
|
709
|
-
/** @internal */
|
|
710
|
-
export declare const GetOpenSettlementPercentage$inboundSchema: z.ZodType<GetOpenSettlementPercentage, z.ZodTypeDef, unknown>;
|
|
711
|
-
/** @internal */
|
|
712
|
-
export type GetOpenSettlementPercentage$Outbound = {
|
|
713
|
-
currency: string;
|
|
714
|
-
value: string;
|
|
715
|
-
};
|
|
716
|
-
/** @internal */
|
|
717
|
-
export declare const GetOpenSettlementPercentage$outboundSchema: z.ZodType<GetOpenSettlementPercentage$Outbound, z.ZodTypeDef, GetOpenSettlementPercentage>;
|
|
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 GetOpenSettlementPercentage$ {
|
|
723
|
-
/** @deprecated use `GetOpenSettlementPercentage$inboundSchema` instead. */
|
|
724
|
-
const inboundSchema: z.ZodType<GetOpenSettlementPercentage, z.ZodTypeDef, unknown>;
|
|
725
|
-
/** @deprecated use `GetOpenSettlementPercentage$outboundSchema` instead. */
|
|
726
|
-
const outboundSchema: z.ZodType<GetOpenSettlementPercentage$Outbound, z.ZodTypeDef, GetOpenSettlementPercentage>;
|
|
727
|
-
/** @deprecated use `GetOpenSettlementPercentage$Outbound` instead. */
|
|
728
|
-
type Outbound = GetOpenSettlementPercentage$Outbound;
|
|
729
|
-
}
|
|
730
|
-
export declare function getOpenSettlementPercentageToJSON(getOpenSettlementPercentage: GetOpenSettlementPercentage): string;
|
|
731
|
-
export declare function getOpenSettlementPercentageFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementPercentage, SDKValidationError>;
|
|
732
|
-
/** @internal */
|
|
733
|
-
export declare const GetOpenSettlementRate$inboundSchema: z.ZodType<GetOpenSettlementRate, z.ZodTypeDef, unknown>;
|
|
734
|
-
/** @internal */
|
|
735
|
-
export type GetOpenSettlementRate$Outbound = {
|
|
736
|
-
fixed?: GetOpenSettlementFixed$Outbound | undefined;
|
|
737
|
-
percentage?: GetOpenSettlementPercentage$Outbound | undefined;
|
|
738
|
-
};
|
|
739
|
-
/** @internal */
|
|
740
|
-
export declare const GetOpenSettlementRate$outboundSchema: z.ZodType<GetOpenSettlementRate$Outbound, z.ZodTypeDef, GetOpenSettlementRate>;
|
|
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 GetOpenSettlementRate$ {
|
|
746
|
-
/** @deprecated use `GetOpenSettlementRate$inboundSchema` instead. */
|
|
747
|
-
const inboundSchema: z.ZodType<GetOpenSettlementRate, z.ZodTypeDef, unknown>;
|
|
748
|
-
/** @deprecated use `GetOpenSettlementRate$outboundSchema` instead. */
|
|
749
|
-
const outboundSchema: z.ZodType<GetOpenSettlementRate$Outbound, z.ZodTypeDef, GetOpenSettlementRate>;
|
|
750
|
-
/** @deprecated use `GetOpenSettlementRate$Outbound` instead. */
|
|
751
|
-
type Outbound = GetOpenSettlementRate$Outbound;
|
|
752
|
-
}
|
|
753
|
-
export declare function getOpenSettlementRateToJSON(getOpenSettlementRate: GetOpenSettlementRate): string;
|
|
754
|
-
export declare function getOpenSettlementRateFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementRate, SDKValidationError>;
|
|
755
|
-
/** @internal */
|
|
756
|
-
export declare const GetOpenSettlementCostAmountNet$inboundSchema: z.ZodType<GetOpenSettlementCostAmountNet, z.ZodTypeDef, unknown>;
|
|
757
|
-
/** @internal */
|
|
758
|
-
export type GetOpenSettlementCostAmountNet$Outbound = {
|
|
759
|
-
currency: string;
|
|
760
|
-
value: string;
|
|
761
|
-
};
|
|
762
|
-
/** @internal */
|
|
763
|
-
export declare const GetOpenSettlementCostAmountNet$outboundSchema: z.ZodType<GetOpenSettlementCostAmountNet$Outbound, z.ZodTypeDef, GetOpenSettlementCostAmountNet>;
|
|
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 GetOpenSettlementCostAmountNet$ {
|
|
769
|
-
/** @deprecated use `GetOpenSettlementCostAmountNet$inboundSchema` instead. */
|
|
770
|
-
const inboundSchema: z.ZodType<GetOpenSettlementCostAmountNet, z.ZodTypeDef, unknown>;
|
|
771
|
-
/** @deprecated use `GetOpenSettlementCostAmountNet$outboundSchema` instead. */
|
|
772
|
-
const outboundSchema: z.ZodType<GetOpenSettlementCostAmountNet$Outbound, z.ZodTypeDef, GetOpenSettlementCostAmountNet>;
|
|
773
|
-
/** @deprecated use `GetOpenSettlementCostAmountNet$Outbound` instead. */
|
|
774
|
-
type Outbound = GetOpenSettlementCostAmountNet$Outbound;
|
|
775
|
-
}
|
|
776
|
-
export declare function getOpenSettlementCostAmountNetToJSON(getOpenSettlementCostAmountNet: GetOpenSettlementCostAmountNet): string;
|
|
777
|
-
export declare function getOpenSettlementCostAmountNetFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementCostAmountNet, SDKValidationError>;
|
|
778
|
-
/** @internal */
|
|
779
|
-
export declare const GetOpenSettlementCostAmountVat$inboundSchema: z.ZodType<GetOpenSettlementCostAmountVat, z.ZodTypeDef, unknown>;
|
|
780
|
-
/** @internal */
|
|
781
|
-
export type GetOpenSettlementCostAmountVat$Outbound = {
|
|
782
|
-
currency: string;
|
|
783
|
-
value: string;
|
|
784
|
-
};
|
|
785
|
-
/** @internal */
|
|
786
|
-
export declare const GetOpenSettlementCostAmountVat$outboundSchema: z.ZodType<GetOpenSettlementCostAmountVat$Outbound, z.ZodTypeDef, GetOpenSettlementCostAmountVat>;
|
|
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 GetOpenSettlementCostAmountVat$ {
|
|
792
|
-
/** @deprecated use `GetOpenSettlementCostAmountVat$inboundSchema` instead. */
|
|
793
|
-
const inboundSchema: z.ZodType<GetOpenSettlementCostAmountVat, z.ZodTypeDef, unknown>;
|
|
794
|
-
/** @deprecated use `GetOpenSettlementCostAmountVat$outboundSchema` instead. */
|
|
795
|
-
const outboundSchema: z.ZodType<GetOpenSettlementCostAmountVat$Outbound, z.ZodTypeDef, GetOpenSettlementCostAmountVat>;
|
|
796
|
-
/** @deprecated use `GetOpenSettlementCostAmountVat$Outbound` instead. */
|
|
797
|
-
type Outbound = GetOpenSettlementCostAmountVat$Outbound;
|
|
798
|
-
}
|
|
799
|
-
export declare function getOpenSettlementCostAmountVatToJSON(getOpenSettlementCostAmountVat: GetOpenSettlementCostAmountVat): string;
|
|
800
|
-
export declare function getOpenSettlementCostAmountVatFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementCostAmountVat, SDKValidationError>;
|
|
801
|
-
/** @internal */
|
|
802
|
-
export declare const GetOpenSettlementCostAmountGross$inboundSchema: z.ZodType<GetOpenSettlementCostAmountGross, z.ZodTypeDef, unknown>;
|
|
803
|
-
/** @internal */
|
|
804
|
-
export type GetOpenSettlementCostAmountGross$Outbound = {
|
|
805
|
-
currency: string;
|
|
806
|
-
value: string;
|
|
807
|
-
};
|
|
808
|
-
/** @internal */
|
|
809
|
-
export declare const GetOpenSettlementCostAmountGross$outboundSchema: z.ZodType<GetOpenSettlementCostAmountGross$Outbound, z.ZodTypeDef, GetOpenSettlementCostAmountGross>;
|
|
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 GetOpenSettlementCostAmountGross$ {
|
|
815
|
-
/** @deprecated use `GetOpenSettlementCostAmountGross$inboundSchema` instead. */
|
|
816
|
-
const inboundSchema: z.ZodType<GetOpenSettlementCostAmountGross, z.ZodTypeDef, unknown>;
|
|
817
|
-
/** @deprecated use `GetOpenSettlementCostAmountGross$outboundSchema` instead. */
|
|
818
|
-
const outboundSchema: z.ZodType<GetOpenSettlementCostAmountGross$Outbound, z.ZodTypeDef, GetOpenSettlementCostAmountGross>;
|
|
819
|
-
/** @deprecated use `GetOpenSettlementCostAmountGross$Outbound` instead. */
|
|
820
|
-
type Outbound = GetOpenSettlementCostAmountGross$Outbound;
|
|
821
|
-
}
|
|
822
|
-
export declare function getOpenSettlementCostAmountGrossToJSON(getOpenSettlementCostAmountGross: GetOpenSettlementCostAmountGross): string;
|
|
823
|
-
export declare function getOpenSettlementCostAmountGrossFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementCostAmountGross, SDKValidationError>;
|
|
824
|
-
/** @internal */
|
|
825
|
-
export declare const GetOpenSettlementCost$inboundSchema: z.ZodType<GetOpenSettlementCost, z.ZodTypeDef, unknown>;
|
|
826
|
-
/** @internal */
|
|
827
|
-
export type GetOpenSettlementCost$Outbound = {
|
|
828
|
-
description?: string | undefined;
|
|
829
|
-
method?: string | null | undefined;
|
|
830
|
-
count?: number | undefined;
|
|
831
|
-
rate?: GetOpenSettlementRate$Outbound | undefined;
|
|
832
|
-
amountNet?: GetOpenSettlementCostAmountNet$Outbound | undefined;
|
|
833
|
-
amountVat?: GetOpenSettlementCostAmountVat$Outbound | undefined;
|
|
834
|
-
amountGross?: GetOpenSettlementCostAmountGross$Outbound | undefined;
|
|
835
|
-
};
|
|
836
|
-
/** @internal */
|
|
837
|
-
export declare const GetOpenSettlementCost$outboundSchema: z.ZodType<GetOpenSettlementCost$Outbound, z.ZodTypeDef, GetOpenSettlementCost>;
|
|
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 GetOpenSettlementCost$ {
|
|
843
|
-
/** @deprecated use `GetOpenSettlementCost$inboundSchema` instead. */
|
|
844
|
-
const inboundSchema: z.ZodType<GetOpenSettlementCost, z.ZodTypeDef, unknown>;
|
|
845
|
-
/** @deprecated use `GetOpenSettlementCost$outboundSchema` instead. */
|
|
846
|
-
const outboundSchema: z.ZodType<GetOpenSettlementCost$Outbound, z.ZodTypeDef, GetOpenSettlementCost>;
|
|
847
|
-
/** @deprecated use `GetOpenSettlementCost$Outbound` instead. */
|
|
848
|
-
type Outbound = GetOpenSettlementCost$Outbound;
|
|
849
|
-
}
|
|
850
|
-
export declare function getOpenSettlementCostToJSON(getOpenSettlementCost: GetOpenSettlementCost): string;
|
|
851
|
-
export declare function getOpenSettlementCostFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementCost, SDKValidationError>;
|
|
852
|
-
/** @internal */
|
|
853
|
-
export declare const GetOpenSettlementRevenueMethod$inboundSchema: z.ZodNativeEnum<typeof GetOpenSettlementRevenueMethod>;
|
|
854
|
-
/** @internal */
|
|
855
|
-
export declare const GetOpenSettlementRevenueMethod$outboundSchema: z.ZodNativeEnum<typeof GetOpenSettlementRevenueMethod>;
|
|
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 GetOpenSettlementRevenueMethod$ {
|
|
861
|
-
/** @deprecated use `GetOpenSettlementRevenueMethod$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 `GetOpenSettlementRevenueMethod$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 GetOpenSettlementRevenueAmountNet$inboundSchema: z.ZodType<GetOpenSettlementRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
954
|
-
/** @internal */
|
|
955
|
-
export type GetOpenSettlementRevenueAmountNet$Outbound = {
|
|
956
|
-
currency: string;
|
|
957
|
-
value: string;
|
|
958
|
-
};
|
|
959
|
-
/** @internal */
|
|
960
|
-
export declare const GetOpenSettlementRevenueAmountNet$outboundSchema: z.ZodType<GetOpenSettlementRevenueAmountNet$Outbound, z.ZodTypeDef, GetOpenSettlementRevenueAmountNet>;
|
|
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 GetOpenSettlementRevenueAmountNet$ {
|
|
966
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountNet$inboundSchema` instead. */
|
|
967
|
-
const inboundSchema: z.ZodType<GetOpenSettlementRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
968
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountNet$outboundSchema` instead. */
|
|
969
|
-
const outboundSchema: z.ZodType<GetOpenSettlementRevenueAmountNet$Outbound, z.ZodTypeDef, GetOpenSettlementRevenueAmountNet>;
|
|
970
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountNet$Outbound` instead. */
|
|
971
|
-
type Outbound = GetOpenSettlementRevenueAmountNet$Outbound;
|
|
972
|
-
}
|
|
973
|
-
export declare function getOpenSettlementRevenueAmountNetToJSON(getOpenSettlementRevenueAmountNet: GetOpenSettlementRevenueAmountNet): string;
|
|
974
|
-
export declare function getOpenSettlementRevenueAmountNetFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementRevenueAmountNet, SDKValidationError>;
|
|
975
|
-
/** @internal */
|
|
976
|
-
export declare const GetOpenSettlementRevenueAmountVat$inboundSchema: z.ZodType<GetOpenSettlementRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
977
|
-
/** @internal */
|
|
978
|
-
export type GetOpenSettlementRevenueAmountVat$Outbound = {
|
|
979
|
-
currency: string;
|
|
980
|
-
value: string;
|
|
981
|
-
};
|
|
982
|
-
/** @internal */
|
|
983
|
-
export declare const GetOpenSettlementRevenueAmountVat$outboundSchema: z.ZodType<GetOpenSettlementRevenueAmountVat$Outbound, z.ZodTypeDef, GetOpenSettlementRevenueAmountVat>;
|
|
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 GetOpenSettlementRevenueAmountVat$ {
|
|
989
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountVat$inboundSchema` instead. */
|
|
990
|
-
const inboundSchema: z.ZodType<GetOpenSettlementRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
991
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountVat$outboundSchema` instead. */
|
|
992
|
-
const outboundSchema: z.ZodType<GetOpenSettlementRevenueAmountVat$Outbound, z.ZodTypeDef, GetOpenSettlementRevenueAmountVat>;
|
|
993
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountVat$Outbound` instead. */
|
|
994
|
-
type Outbound = GetOpenSettlementRevenueAmountVat$Outbound;
|
|
995
|
-
}
|
|
996
|
-
export declare function getOpenSettlementRevenueAmountVatToJSON(getOpenSettlementRevenueAmountVat: GetOpenSettlementRevenueAmountVat): string;
|
|
997
|
-
export declare function getOpenSettlementRevenueAmountVatFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementRevenueAmountVat, SDKValidationError>;
|
|
998
|
-
/** @internal */
|
|
999
|
-
export declare const GetOpenSettlementRevenueAmountGross$inboundSchema: z.ZodType<GetOpenSettlementRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1000
|
-
/** @internal */
|
|
1001
|
-
export type GetOpenSettlementRevenueAmountGross$Outbound = {
|
|
1002
|
-
currency: string;
|
|
1003
|
-
value: string;
|
|
1004
|
-
};
|
|
1005
|
-
/** @internal */
|
|
1006
|
-
export declare const GetOpenSettlementRevenueAmountGross$outboundSchema: z.ZodType<GetOpenSettlementRevenueAmountGross$Outbound, z.ZodTypeDef, GetOpenSettlementRevenueAmountGross>;
|
|
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 GetOpenSettlementRevenueAmountGross$ {
|
|
1012
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountGross$inboundSchema` instead. */
|
|
1013
|
-
const inboundSchema: z.ZodType<GetOpenSettlementRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1014
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountGross$outboundSchema` instead. */
|
|
1015
|
-
const outboundSchema: z.ZodType<GetOpenSettlementRevenueAmountGross$Outbound, z.ZodTypeDef, GetOpenSettlementRevenueAmountGross>;
|
|
1016
|
-
/** @deprecated use `GetOpenSettlementRevenueAmountGross$Outbound` instead. */
|
|
1017
|
-
type Outbound = GetOpenSettlementRevenueAmountGross$Outbound;
|
|
1018
|
-
}
|
|
1019
|
-
export declare function getOpenSettlementRevenueAmountGrossToJSON(getOpenSettlementRevenueAmountGross: GetOpenSettlementRevenueAmountGross): string;
|
|
1020
|
-
export declare function getOpenSettlementRevenueAmountGrossFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementRevenueAmountGross, SDKValidationError>;
|
|
1021
|
-
/** @internal */
|
|
1022
|
-
export declare const GetOpenSettlementRevenue$inboundSchema: z.ZodType<GetOpenSettlementRevenue, z.ZodTypeDef, unknown>;
|
|
1023
|
-
/** @internal */
|
|
1024
|
-
export type GetOpenSettlementRevenue$Outbound = {
|
|
1025
|
-
description?: string | undefined;
|
|
1026
|
-
method?: string | null | undefined;
|
|
1027
|
-
count?: number | undefined;
|
|
1028
|
-
amountNet?: GetOpenSettlementRevenueAmountNet$Outbound | undefined;
|
|
1029
|
-
amountVat?: GetOpenSettlementRevenueAmountVat$Outbound | undefined;
|
|
1030
|
-
amountGross?: GetOpenSettlementRevenueAmountGross$Outbound | undefined;
|
|
1031
|
-
};
|
|
1032
|
-
/** @internal */
|
|
1033
|
-
export declare const GetOpenSettlementRevenue$outboundSchema: z.ZodType<GetOpenSettlementRevenue$Outbound, z.ZodTypeDef, GetOpenSettlementRevenue>;
|
|
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 GetOpenSettlementRevenue$ {
|
|
1039
|
-
/** @deprecated use `GetOpenSettlementRevenue$inboundSchema` instead. */
|
|
1040
|
-
const inboundSchema: z.ZodType<GetOpenSettlementRevenue, z.ZodTypeDef, unknown>;
|
|
1041
|
-
/** @deprecated use `GetOpenSettlementRevenue$outboundSchema` instead. */
|
|
1042
|
-
const outboundSchema: z.ZodType<GetOpenSettlementRevenue$Outbound, z.ZodTypeDef, GetOpenSettlementRevenue>;
|
|
1043
|
-
/** @deprecated use `GetOpenSettlementRevenue$Outbound` instead. */
|
|
1044
|
-
type Outbound = GetOpenSettlementRevenue$Outbound;
|
|
1045
|
-
}
|
|
1046
|
-
export declare function getOpenSettlementRevenueToJSON(getOpenSettlementRevenue: GetOpenSettlementRevenue): string;
|
|
1047
|
-
export declare function getOpenSettlementRevenueFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementRevenue, SDKValidationError>;
|
|
1048
|
-
/** @internal */
|
|
1049
|
-
export declare const GetOpenSettlementLessThanMonthGreaterThan$inboundSchema: z.ZodType<GetOpenSettlementLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1050
|
-
/** @internal */
|
|
1051
|
-
export type GetOpenSettlementLessThanMonthGreaterThan$Outbound = {
|
|
1052
|
-
costs?: Array<GetOpenSettlementCost$Outbound> | undefined;
|
|
1053
|
-
revenue?: Array<GetOpenSettlementRevenue$Outbound> | undefined;
|
|
1054
|
-
invoiceId?: string | null | undefined;
|
|
1055
|
-
invoiceReference?: string | null | undefined;
|
|
1056
|
-
};
|
|
1057
|
-
/** @internal */
|
|
1058
|
-
export declare const GetOpenSettlementLessThanMonthGreaterThan$outboundSchema: z.ZodType<GetOpenSettlementLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, GetOpenSettlementLessThanMonthGreaterThan>;
|
|
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 GetOpenSettlementLessThanMonthGreaterThan$ {
|
|
1064
|
-
/** @deprecated use `GetOpenSettlementLessThanMonthGreaterThan$inboundSchema` instead. */
|
|
1065
|
-
const inboundSchema: z.ZodType<GetOpenSettlementLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1066
|
-
/** @deprecated use `GetOpenSettlementLessThanMonthGreaterThan$outboundSchema` instead. */
|
|
1067
|
-
const outboundSchema: z.ZodType<GetOpenSettlementLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, GetOpenSettlementLessThanMonthGreaterThan>;
|
|
1068
|
-
/** @deprecated use `GetOpenSettlementLessThanMonthGreaterThan$Outbound` instead. */
|
|
1069
|
-
type Outbound = GetOpenSettlementLessThanMonthGreaterThan$Outbound;
|
|
1070
|
-
}
|
|
1071
|
-
export declare function getOpenSettlementLessThanMonthGreaterThanToJSON(getOpenSettlementLessThanMonthGreaterThan: GetOpenSettlementLessThanMonthGreaterThan): string;
|
|
1072
|
-
export declare function getOpenSettlementLessThanMonthGreaterThanFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementLessThanMonthGreaterThan, SDKValidationError>;
|
|
1073
|
-
/** @internal */
|
|
1074
|
-
export declare const GetOpenSettlementLessThanYearGreaterThan$inboundSchema: z.ZodType<GetOpenSettlementLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1075
|
-
/** @internal */
|
|
1076
|
-
export type GetOpenSettlementLessThanYearGreaterThan$Outbound = {
|
|
1077
|
-
"<month>"?: GetOpenSettlementLessThanMonthGreaterThan$Outbound | undefined;
|
|
1078
|
-
};
|
|
1079
|
-
/** @internal */
|
|
1080
|
-
export declare const GetOpenSettlementLessThanYearGreaterThan$outboundSchema: z.ZodType<GetOpenSettlementLessThanYearGreaterThan$Outbound, z.ZodTypeDef, GetOpenSettlementLessThanYearGreaterThan>;
|
|
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 GetOpenSettlementLessThanYearGreaterThan$ {
|
|
1086
|
-
/** @deprecated use `GetOpenSettlementLessThanYearGreaterThan$inboundSchema` instead. */
|
|
1087
|
-
const inboundSchema: z.ZodType<GetOpenSettlementLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1088
|
-
/** @deprecated use `GetOpenSettlementLessThanYearGreaterThan$outboundSchema` instead. */
|
|
1089
|
-
const outboundSchema: z.ZodType<GetOpenSettlementLessThanYearGreaterThan$Outbound, z.ZodTypeDef, GetOpenSettlementLessThanYearGreaterThan>;
|
|
1090
|
-
/** @deprecated use `GetOpenSettlementLessThanYearGreaterThan$Outbound` instead. */
|
|
1091
|
-
type Outbound = GetOpenSettlementLessThanYearGreaterThan$Outbound;
|
|
1092
|
-
}
|
|
1093
|
-
export declare function getOpenSettlementLessThanYearGreaterThanToJSON(getOpenSettlementLessThanYearGreaterThan: GetOpenSettlementLessThanYearGreaterThan): string;
|
|
1094
|
-
export declare function getOpenSettlementLessThanYearGreaterThanFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementLessThanYearGreaterThan, SDKValidationError>;
|
|
1095
|
-
/** @internal */
|
|
1096
|
-
export declare const GetOpenSettlementPeriods$inboundSchema: z.ZodType<GetOpenSettlementPeriods, z.ZodTypeDef, unknown>;
|
|
1097
|
-
/** @internal */
|
|
1098
|
-
export type GetOpenSettlementPeriods$Outbound = {
|
|
1099
|
-
"<year>"?: GetOpenSettlementLessThanYearGreaterThan$Outbound | undefined;
|
|
1100
|
-
};
|
|
1101
|
-
/** @internal */
|
|
1102
|
-
export declare const GetOpenSettlementPeriods$outboundSchema: z.ZodType<GetOpenSettlementPeriods$Outbound, z.ZodTypeDef, GetOpenSettlementPeriods>;
|
|
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 GetOpenSettlementPeriods$ {
|
|
1108
|
-
/** @deprecated use `GetOpenSettlementPeriods$inboundSchema` instead. */
|
|
1109
|
-
const inboundSchema: z.ZodType<GetOpenSettlementPeriods, z.ZodTypeDef, unknown>;
|
|
1110
|
-
/** @deprecated use `GetOpenSettlementPeriods$outboundSchema` instead. */
|
|
1111
|
-
const outboundSchema: z.ZodType<GetOpenSettlementPeriods$Outbound, z.ZodTypeDef, GetOpenSettlementPeriods>;
|
|
1112
|
-
/** @deprecated use `GetOpenSettlementPeriods$Outbound` instead. */
|
|
1113
|
-
type Outbound = GetOpenSettlementPeriods$Outbound;
|
|
1114
|
-
}
|
|
1115
|
-
export declare function getOpenSettlementPeriodsToJSON(getOpenSettlementPeriods: GetOpenSettlementPeriods): string;
|
|
1116
|
-
export declare function getOpenSettlementPeriodsFromJSON(jsonString: string): SafeParseResult<GetOpenSettlementPeriods, SDKValidationError>;
|
|
1117
|
-
/** @internal */
|
|
1118
276
|
export declare const GetOpenSettlementSelf$inboundSchema: z.ZodType<GetOpenSettlementSelf, z.ZodTypeDef, unknown>;
|
|
1119
277
|
/** @internal */
|
|
1120
278
|
export type GetOpenSettlementSelf$Outbound = {
|
|
@@ -1316,7 +474,9 @@ export type GetOpenSettlementResponse$Outbound = {
|
|
|
1316
474
|
amount?: GetOpenSettlementAmount$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?: GetOpenSettlementLinks$Outbound | undefined;
|
|
1321
481
|
};
|
|
1322
482
|
/** @internal */
|