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
|
@@ -47,319 +47,6 @@ export type GetSettlementAmount = {
|
|
|
47
47
|
*/
|
|
48
48
|
value: string;
|
|
49
49
|
};
|
|
50
|
-
/**
|
|
51
|
-
* The payment method, if applicable
|
|
52
|
-
*/
|
|
53
|
-
export declare const GetSettlementCostMethod: {
|
|
54
|
-
readonly Alma: "alma";
|
|
55
|
-
readonly Bacs: "bacs";
|
|
56
|
-
readonly Applepay: "applepay";
|
|
57
|
-
readonly Bancomatpay: "bancomatpay";
|
|
58
|
-
readonly Bancontact: "bancontact";
|
|
59
|
-
readonly Banktransfer: "banktransfer";
|
|
60
|
-
readonly Belfius: "belfius";
|
|
61
|
-
readonly Billie: "billie";
|
|
62
|
-
readonly Bizum: "bizum";
|
|
63
|
-
readonly Bitcoin: "bitcoin";
|
|
64
|
-
readonly Blik: "blik";
|
|
65
|
-
readonly Creditcard: "creditcard";
|
|
66
|
-
readonly Directdebit: "directdebit";
|
|
67
|
-
readonly Eps: "eps";
|
|
68
|
-
readonly Giftcard: "giftcard";
|
|
69
|
-
readonly Giropay: "giropay";
|
|
70
|
-
readonly Googlepay: "googlepay";
|
|
71
|
-
readonly Ideal: "ideal";
|
|
72
|
-
readonly In3: "in3";
|
|
73
|
-
readonly Inghomepay: "inghomepay";
|
|
74
|
-
readonly Kbc: "kbc";
|
|
75
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
76
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
77
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
78
|
-
readonly Klarna: "klarna";
|
|
79
|
-
readonly Mbway: "mbway";
|
|
80
|
-
readonly Multibanco: "multibanco";
|
|
81
|
-
readonly Mybank: "mybank";
|
|
82
|
-
readonly Paybybank: "paybybank";
|
|
83
|
-
readonly Payconiq: "payconiq";
|
|
84
|
-
readonly Paypal: "paypal";
|
|
85
|
-
readonly Paysafecard: "paysafecard";
|
|
86
|
-
readonly Przelewy24: "przelewy24";
|
|
87
|
-
readonly Riverty: "riverty";
|
|
88
|
-
readonly Satispay: "satispay";
|
|
89
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
90
|
-
readonly Pointofsale: "pointofsale";
|
|
91
|
-
readonly Sofort: "sofort";
|
|
92
|
-
readonly Swish: "swish";
|
|
93
|
-
readonly Trustly: "trustly";
|
|
94
|
-
readonly Twint: "twint";
|
|
95
|
-
readonly Voucher: "voucher";
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* The payment method, if applicable
|
|
99
|
-
*/
|
|
100
|
-
export type GetSettlementCostMethod = ClosedEnum<typeof GetSettlementCostMethod>;
|
|
101
|
-
/**
|
|
102
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
103
|
-
*/
|
|
104
|
-
export type GetSettlementFixed = {
|
|
105
|
-
/**
|
|
106
|
-
* A three-character ISO 4217 currency code.
|
|
107
|
-
*/
|
|
108
|
-
currency: string;
|
|
109
|
-
/**
|
|
110
|
-
* A string containing an exact monetary amount in the given currency.
|
|
111
|
-
*/
|
|
112
|
-
value: string;
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
116
|
-
*/
|
|
117
|
-
export type GetSettlementPercentage = {
|
|
118
|
-
/**
|
|
119
|
-
* A three-character ISO 4217 currency code.
|
|
120
|
-
*/
|
|
121
|
-
currency: string;
|
|
122
|
-
/**
|
|
123
|
-
* A string containing an exact monetary amount in the given currency.
|
|
124
|
-
*/
|
|
125
|
-
value: string;
|
|
126
|
-
};
|
|
127
|
-
/**
|
|
128
|
-
* The service rates, further divided into `fixed` and `percentage` costs.
|
|
129
|
-
*/
|
|
130
|
-
export type GetSettlementRate = {
|
|
131
|
-
/**
|
|
132
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
133
|
-
*/
|
|
134
|
-
fixed?: GetSettlementFixed | undefined;
|
|
135
|
-
/**
|
|
136
|
-
* In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
|
|
137
|
-
*/
|
|
138
|
-
percentage?: GetSettlementPercentage | undefined;
|
|
139
|
-
};
|
|
140
|
-
/**
|
|
141
|
-
* The net total cost, i.e. excluding VAT
|
|
142
|
-
*/
|
|
143
|
-
export type GetSettlementCostAmountNet = {
|
|
144
|
-
/**
|
|
145
|
-
* A three-character ISO 4217 currency code.
|
|
146
|
-
*/
|
|
147
|
-
currency: string;
|
|
148
|
-
/**
|
|
149
|
-
* A string containing an exact monetary amount in the given currency.
|
|
150
|
-
*/
|
|
151
|
-
value: string;
|
|
152
|
-
};
|
|
153
|
-
/**
|
|
154
|
-
* The applicable VAT
|
|
155
|
-
*/
|
|
156
|
-
export type GetSettlementCostAmountVat = {
|
|
157
|
-
/**
|
|
158
|
-
* A three-character ISO 4217 currency code.
|
|
159
|
-
*/
|
|
160
|
-
currency: string;
|
|
161
|
-
/**
|
|
162
|
-
* A string containing an exact monetary amount in the given currency.
|
|
163
|
-
*/
|
|
164
|
-
value: string;
|
|
165
|
-
};
|
|
166
|
-
/**
|
|
167
|
-
* The gross total cost, i.e. including VAT
|
|
168
|
-
*/
|
|
169
|
-
export type GetSettlementCostAmountGross = {
|
|
170
|
-
/**
|
|
171
|
-
* A three-character ISO 4217 currency code.
|
|
172
|
-
*/
|
|
173
|
-
currency: string;
|
|
174
|
-
/**
|
|
175
|
-
* A string containing an exact monetary amount in the given currency.
|
|
176
|
-
*/
|
|
177
|
-
value: string;
|
|
178
|
-
};
|
|
179
|
-
export type GetSettlementCost = {
|
|
180
|
-
/**
|
|
181
|
-
* A description of the cost subtotal
|
|
182
|
-
*/
|
|
183
|
-
description?: string | undefined;
|
|
184
|
-
/**
|
|
185
|
-
* The payment method, if applicable
|
|
186
|
-
*/
|
|
187
|
-
method?: GetSettlementCostMethod | null | undefined;
|
|
188
|
-
/**
|
|
189
|
-
* The number of fees
|
|
190
|
-
*/
|
|
191
|
-
count?: number | undefined;
|
|
192
|
-
/**
|
|
193
|
-
* The service rates, further divided into `fixed` and `percentage` costs.
|
|
194
|
-
*/
|
|
195
|
-
rate?: GetSettlementRate | undefined;
|
|
196
|
-
/**
|
|
197
|
-
* The net total cost, i.e. excluding VAT
|
|
198
|
-
*/
|
|
199
|
-
amountNet?: GetSettlementCostAmountNet | undefined;
|
|
200
|
-
/**
|
|
201
|
-
* The applicable VAT
|
|
202
|
-
*/
|
|
203
|
-
amountVat?: GetSettlementCostAmountVat | undefined;
|
|
204
|
-
/**
|
|
205
|
-
* The gross total cost, i.e. including VAT
|
|
206
|
-
*/
|
|
207
|
-
amountGross?: GetSettlementCostAmountGross | undefined;
|
|
208
|
-
};
|
|
209
|
-
/**
|
|
210
|
-
* The payment method, if applicable
|
|
211
|
-
*/
|
|
212
|
-
export declare const GetSettlementRevenueMethod: {
|
|
213
|
-
readonly Alma: "alma";
|
|
214
|
-
readonly Bacs: "bacs";
|
|
215
|
-
readonly Applepay: "applepay";
|
|
216
|
-
readonly Bancomatpay: "bancomatpay";
|
|
217
|
-
readonly Bancontact: "bancontact";
|
|
218
|
-
readonly Banktransfer: "banktransfer";
|
|
219
|
-
readonly Belfius: "belfius";
|
|
220
|
-
readonly Billie: "billie";
|
|
221
|
-
readonly Bizum: "bizum";
|
|
222
|
-
readonly Bitcoin: "bitcoin";
|
|
223
|
-
readonly Blik: "blik";
|
|
224
|
-
readonly Creditcard: "creditcard";
|
|
225
|
-
readonly Directdebit: "directdebit";
|
|
226
|
-
readonly Eps: "eps";
|
|
227
|
-
readonly Giftcard: "giftcard";
|
|
228
|
-
readonly Giropay: "giropay";
|
|
229
|
-
readonly Googlepay: "googlepay";
|
|
230
|
-
readonly Ideal: "ideal";
|
|
231
|
-
readonly In3: "in3";
|
|
232
|
-
readonly Inghomepay: "inghomepay";
|
|
233
|
-
readonly Kbc: "kbc";
|
|
234
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
235
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
236
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
237
|
-
readonly Klarna: "klarna";
|
|
238
|
-
readonly Mbway: "mbway";
|
|
239
|
-
readonly Multibanco: "multibanco";
|
|
240
|
-
readonly Mybank: "mybank";
|
|
241
|
-
readonly Paybybank: "paybybank";
|
|
242
|
-
readonly Payconiq: "payconiq";
|
|
243
|
-
readonly Paypal: "paypal";
|
|
244
|
-
readonly Paysafecard: "paysafecard";
|
|
245
|
-
readonly Przelewy24: "przelewy24";
|
|
246
|
-
readonly Riverty: "riverty";
|
|
247
|
-
readonly Satispay: "satispay";
|
|
248
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
249
|
-
readonly Pointofsale: "pointofsale";
|
|
250
|
-
readonly Sofort: "sofort";
|
|
251
|
-
readonly Swish: "swish";
|
|
252
|
-
readonly Trustly: "trustly";
|
|
253
|
-
readonly Twint: "twint";
|
|
254
|
-
readonly Voucher: "voucher";
|
|
255
|
-
};
|
|
256
|
-
/**
|
|
257
|
-
* The payment method, if applicable
|
|
258
|
-
*/
|
|
259
|
-
export type GetSettlementRevenueMethod = ClosedEnum<typeof GetSettlementRevenueMethod>;
|
|
260
|
-
/**
|
|
261
|
-
* The net total of received funds, i.e. excluding VAT
|
|
262
|
-
*/
|
|
263
|
-
export type GetSettlementRevenueAmountNet = {
|
|
264
|
-
/**
|
|
265
|
-
* A three-character ISO 4217 currency code.
|
|
266
|
-
*/
|
|
267
|
-
currency: string;
|
|
268
|
-
/**
|
|
269
|
-
* A string containing an exact monetary amount in the given currency.
|
|
270
|
-
*/
|
|
271
|
-
value: string;
|
|
272
|
-
};
|
|
273
|
-
/**
|
|
274
|
-
* The applicable VAT
|
|
275
|
-
*/
|
|
276
|
-
export type GetSettlementRevenueAmountVat = {
|
|
277
|
-
/**
|
|
278
|
-
* A three-character ISO 4217 currency code.
|
|
279
|
-
*/
|
|
280
|
-
currency: string;
|
|
281
|
-
/**
|
|
282
|
-
* A string containing an exact monetary amount in the given currency.
|
|
283
|
-
*/
|
|
284
|
-
value: string;
|
|
285
|
-
};
|
|
286
|
-
/**
|
|
287
|
-
* The gross total of received funds, i.e. including VAT
|
|
288
|
-
*/
|
|
289
|
-
export type GetSettlementRevenueAmountGross = {
|
|
290
|
-
/**
|
|
291
|
-
* A three-character ISO 4217 currency code.
|
|
292
|
-
*/
|
|
293
|
-
currency: string;
|
|
294
|
-
/**
|
|
295
|
-
* A string containing an exact monetary amount in the given currency.
|
|
296
|
-
*/
|
|
297
|
-
value: string;
|
|
298
|
-
};
|
|
299
|
-
export type GetSettlementRevenue = {
|
|
300
|
-
/**
|
|
301
|
-
* A description of the revenue subtotal
|
|
302
|
-
*/
|
|
303
|
-
description?: string | undefined;
|
|
304
|
-
/**
|
|
305
|
-
* The payment method, if applicable
|
|
306
|
-
*/
|
|
307
|
-
method?: GetSettlementRevenueMethod | null | undefined;
|
|
308
|
-
/**
|
|
309
|
-
* The number of payments
|
|
310
|
-
*/
|
|
311
|
-
count?: number | undefined;
|
|
312
|
-
/**
|
|
313
|
-
* The net total of received funds, i.e. excluding VAT
|
|
314
|
-
*/
|
|
315
|
-
amountNet?: GetSettlementRevenueAmountNet | undefined;
|
|
316
|
-
/**
|
|
317
|
-
* The applicable VAT
|
|
318
|
-
*/
|
|
319
|
-
amountVat?: GetSettlementRevenueAmountVat | undefined;
|
|
320
|
-
/**
|
|
321
|
-
* The gross total of received funds, i.e. including VAT
|
|
322
|
-
*/
|
|
323
|
-
amountGross?: GetSettlementRevenueAmountGross | undefined;
|
|
324
|
-
};
|
|
325
|
-
export type GetSettlementLessThanMonthGreaterThan = {
|
|
326
|
-
/**
|
|
327
|
-
* An array of cost objects, describing the fees withheld for each payment method during this period.
|
|
328
|
-
*/
|
|
329
|
-
costs?: Array<GetSettlementCost> | undefined;
|
|
330
|
-
/**
|
|
331
|
-
* An array of revenue objects containing the total revenue for each payment method during this period.
|
|
332
|
-
*/
|
|
333
|
-
revenue?: Array<GetSettlementRevenue> | undefined;
|
|
334
|
-
/**
|
|
335
|
-
* The ID of the invoice created for this period, if the invoice has been created already.
|
|
336
|
-
*/
|
|
337
|
-
invoiceId?: string | null | undefined;
|
|
338
|
-
/**
|
|
339
|
-
* The invoice reference, if the invoice has been created already.
|
|
340
|
-
*/
|
|
341
|
-
invoiceReference?: string | null | undefined;
|
|
342
|
-
};
|
|
343
|
-
export type GetSettlementLessThanYearGreaterThan = {
|
|
344
|
-
lessThanMonthGreaterThan?: GetSettlementLessThanMonthGreaterThan | undefined;
|
|
345
|
-
};
|
|
346
|
-
/**
|
|
347
|
-
* For bookkeeping purposes, the settlement includes an overview of transactions included in the settlement. These
|
|
348
|
-
*
|
|
349
|
-
* @remarks
|
|
350
|
-
* transactions are grouped into 'period' objects — one for each calendar month.
|
|
351
|
-
*
|
|
352
|
-
* For example, if a settlement includes funds from 15 April until 4 May, it will include two period objects. One for
|
|
353
|
-
* all transactions processed between 15 April and 30 April, and one for all transactions between 1 May and 4 May.
|
|
354
|
-
*
|
|
355
|
-
* Period objects are grouped by year, and then by month. So in the above example, the full `periods` collection will
|
|
356
|
-
* look as follows: `{"2024": {"04": {...}, "05": {...}}}`. The year and month in this documentation are referred as `<year>` and `<month>`.
|
|
357
|
-
*
|
|
358
|
-
* The example response should give a good idea of what this looks like in practise.
|
|
359
|
-
*/
|
|
360
|
-
export type GetSettlementPeriods = {
|
|
361
|
-
lessThanYearGreaterThan?: GetSettlementLessThanYearGreaterThan | undefined;
|
|
362
|
-
};
|
|
363
50
|
/**
|
|
364
51
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
365
52
|
*/
|
|
@@ -546,7 +233,9 @@ export type GetSettlementResponse = {
|
|
|
546
233
|
*
|
|
547
234
|
* The example response should give a good idea of what this looks like in practise.
|
|
548
235
|
*/
|
|
549
|
-
periods?:
|
|
236
|
+
periods?: {
|
|
237
|
+
[k: string]: any;
|
|
238
|
+
} | undefined;
|
|
550
239
|
/**
|
|
551
240
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
552
241
|
*/
|
|
@@ -667,537 +356,6 @@ export declare namespace GetSettlementAmount$ {
|
|
|
667
356
|
export declare function getSettlementAmountToJSON(getSettlementAmount: GetSettlementAmount): string;
|
|
668
357
|
export declare function getSettlementAmountFromJSON(jsonString: string): SafeParseResult<GetSettlementAmount, SDKValidationError>;
|
|
669
358
|
/** @internal */
|
|
670
|
-
export declare const GetSettlementCostMethod$inboundSchema: z.ZodNativeEnum<typeof GetSettlementCostMethod>;
|
|
671
|
-
/** @internal */
|
|
672
|
-
export declare const GetSettlementCostMethod$outboundSchema: z.ZodNativeEnum<typeof GetSettlementCostMethod>;
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
676
|
-
*/
|
|
677
|
-
export declare namespace GetSettlementCostMethod$ {
|
|
678
|
-
/** @deprecated use `GetSettlementCostMethod$inboundSchema` instead. */
|
|
679
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
680
|
-
readonly Alma: "alma";
|
|
681
|
-
readonly Bacs: "bacs";
|
|
682
|
-
readonly Applepay: "applepay";
|
|
683
|
-
readonly Bancomatpay: "bancomatpay";
|
|
684
|
-
readonly Bancontact: "bancontact";
|
|
685
|
-
readonly Banktransfer: "banktransfer";
|
|
686
|
-
readonly Belfius: "belfius";
|
|
687
|
-
readonly Billie: "billie";
|
|
688
|
-
readonly Bizum: "bizum";
|
|
689
|
-
readonly Bitcoin: "bitcoin";
|
|
690
|
-
readonly Blik: "blik";
|
|
691
|
-
readonly Creditcard: "creditcard";
|
|
692
|
-
readonly Directdebit: "directdebit";
|
|
693
|
-
readonly Eps: "eps";
|
|
694
|
-
readonly Giftcard: "giftcard";
|
|
695
|
-
readonly Giropay: "giropay";
|
|
696
|
-
readonly Googlepay: "googlepay";
|
|
697
|
-
readonly Ideal: "ideal";
|
|
698
|
-
readonly In3: "in3";
|
|
699
|
-
readonly Inghomepay: "inghomepay";
|
|
700
|
-
readonly Kbc: "kbc";
|
|
701
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
702
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
703
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
704
|
-
readonly Klarna: "klarna";
|
|
705
|
-
readonly Mbway: "mbway";
|
|
706
|
-
readonly Multibanco: "multibanco";
|
|
707
|
-
readonly Mybank: "mybank";
|
|
708
|
-
readonly Paybybank: "paybybank";
|
|
709
|
-
readonly Payconiq: "payconiq";
|
|
710
|
-
readonly Paypal: "paypal";
|
|
711
|
-
readonly Paysafecard: "paysafecard";
|
|
712
|
-
readonly Przelewy24: "przelewy24";
|
|
713
|
-
readonly Riverty: "riverty";
|
|
714
|
-
readonly Satispay: "satispay";
|
|
715
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
716
|
-
readonly Pointofsale: "pointofsale";
|
|
717
|
-
readonly Sofort: "sofort";
|
|
718
|
-
readonly Swish: "swish";
|
|
719
|
-
readonly Trustly: "trustly";
|
|
720
|
-
readonly Twint: "twint";
|
|
721
|
-
readonly Voucher: "voucher";
|
|
722
|
-
}>;
|
|
723
|
-
/** @deprecated use `GetSettlementCostMethod$outboundSchema` instead. */
|
|
724
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
725
|
-
readonly Alma: "alma";
|
|
726
|
-
readonly Bacs: "bacs";
|
|
727
|
-
readonly Applepay: "applepay";
|
|
728
|
-
readonly Bancomatpay: "bancomatpay";
|
|
729
|
-
readonly Bancontact: "bancontact";
|
|
730
|
-
readonly Banktransfer: "banktransfer";
|
|
731
|
-
readonly Belfius: "belfius";
|
|
732
|
-
readonly Billie: "billie";
|
|
733
|
-
readonly Bizum: "bizum";
|
|
734
|
-
readonly Bitcoin: "bitcoin";
|
|
735
|
-
readonly Blik: "blik";
|
|
736
|
-
readonly Creditcard: "creditcard";
|
|
737
|
-
readonly Directdebit: "directdebit";
|
|
738
|
-
readonly Eps: "eps";
|
|
739
|
-
readonly Giftcard: "giftcard";
|
|
740
|
-
readonly Giropay: "giropay";
|
|
741
|
-
readonly Googlepay: "googlepay";
|
|
742
|
-
readonly Ideal: "ideal";
|
|
743
|
-
readonly In3: "in3";
|
|
744
|
-
readonly Inghomepay: "inghomepay";
|
|
745
|
-
readonly Kbc: "kbc";
|
|
746
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
747
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
748
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
749
|
-
readonly Klarna: "klarna";
|
|
750
|
-
readonly Mbway: "mbway";
|
|
751
|
-
readonly Multibanco: "multibanco";
|
|
752
|
-
readonly Mybank: "mybank";
|
|
753
|
-
readonly Paybybank: "paybybank";
|
|
754
|
-
readonly Payconiq: "payconiq";
|
|
755
|
-
readonly Paypal: "paypal";
|
|
756
|
-
readonly Paysafecard: "paysafecard";
|
|
757
|
-
readonly Przelewy24: "przelewy24";
|
|
758
|
-
readonly Riverty: "riverty";
|
|
759
|
-
readonly Satispay: "satispay";
|
|
760
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
761
|
-
readonly Pointofsale: "pointofsale";
|
|
762
|
-
readonly Sofort: "sofort";
|
|
763
|
-
readonly Swish: "swish";
|
|
764
|
-
readonly Trustly: "trustly";
|
|
765
|
-
readonly Twint: "twint";
|
|
766
|
-
readonly Voucher: "voucher";
|
|
767
|
-
}>;
|
|
768
|
-
}
|
|
769
|
-
/** @internal */
|
|
770
|
-
export declare const GetSettlementFixed$inboundSchema: z.ZodType<GetSettlementFixed, z.ZodTypeDef, unknown>;
|
|
771
|
-
/** @internal */
|
|
772
|
-
export type GetSettlementFixed$Outbound = {
|
|
773
|
-
currency: string;
|
|
774
|
-
value: string;
|
|
775
|
-
};
|
|
776
|
-
/** @internal */
|
|
777
|
-
export declare const GetSettlementFixed$outboundSchema: z.ZodType<GetSettlementFixed$Outbound, z.ZodTypeDef, GetSettlementFixed>;
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
781
|
-
*/
|
|
782
|
-
export declare namespace GetSettlementFixed$ {
|
|
783
|
-
/** @deprecated use `GetSettlementFixed$inboundSchema` instead. */
|
|
784
|
-
const inboundSchema: z.ZodType<GetSettlementFixed, z.ZodTypeDef, unknown>;
|
|
785
|
-
/** @deprecated use `GetSettlementFixed$outboundSchema` instead. */
|
|
786
|
-
const outboundSchema: z.ZodType<GetSettlementFixed$Outbound, z.ZodTypeDef, GetSettlementFixed>;
|
|
787
|
-
/** @deprecated use `GetSettlementFixed$Outbound` instead. */
|
|
788
|
-
type Outbound = GetSettlementFixed$Outbound;
|
|
789
|
-
}
|
|
790
|
-
export declare function getSettlementFixedToJSON(getSettlementFixed: GetSettlementFixed): string;
|
|
791
|
-
export declare function getSettlementFixedFromJSON(jsonString: string): SafeParseResult<GetSettlementFixed, SDKValidationError>;
|
|
792
|
-
/** @internal */
|
|
793
|
-
export declare const GetSettlementPercentage$inboundSchema: z.ZodType<GetSettlementPercentage, z.ZodTypeDef, unknown>;
|
|
794
|
-
/** @internal */
|
|
795
|
-
export type GetSettlementPercentage$Outbound = {
|
|
796
|
-
currency: string;
|
|
797
|
-
value: string;
|
|
798
|
-
};
|
|
799
|
-
/** @internal */
|
|
800
|
-
export declare const GetSettlementPercentage$outboundSchema: z.ZodType<GetSettlementPercentage$Outbound, z.ZodTypeDef, GetSettlementPercentage>;
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
804
|
-
*/
|
|
805
|
-
export declare namespace GetSettlementPercentage$ {
|
|
806
|
-
/** @deprecated use `GetSettlementPercentage$inboundSchema` instead. */
|
|
807
|
-
const inboundSchema: z.ZodType<GetSettlementPercentage, z.ZodTypeDef, unknown>;
|
|
808
|
-
/** @deprecated use `GetSettlementPercentage$outboundSchema` instead. */
|
|
809
|
-
const outboundSchema: z.ZodType<GetSettlementPercentage$Outbound, z.ZodTypeDef, GetSettlementPercentage>;
|
|
810
|
-
/** @deprecated use `GetSettlementPercentage$Outbound` instead. */
|
|
811
|
-
type Outbound = GetSettlementPercentage$Outbound;
|
|
812
|
-
}
|
|
813
|
-
export declare function getSettlementPercentageToJSON(getSettlementPercentage: GetSettlementPercentage): string;
|
|
814
|
-
export declare function getSettlementPercentageFromJSON(jsonString: string): SafeParseResult<GetSettlementPercentage, SDKValidationError>;
|
|
815
|
-
/** @internal */
|
|
816
|
-
export declare const GetSettlementRate$inboundSchema: z.ZodType<GetSettlementRate, z.ZodTypeDef, unknown>;
|
|
817
|
-
/** @internal */
|
|
818
|
-
export type GetSettlementRate$Outbound = {
|
|
819
|
-
fixed?: GetSettlementFixed$Outbound | undefined;
|
|
820
|
-
percentage?: GetSettlementPercentage$Outbound | undefined;
|
|
821
|
-
};
|
|
822
|
-
/** @internal */
|
|
823
|
-
export declare const GetSettlementRate$outboundSchema: z.ZodType<GetSettlementRate$Outbound, z.ZodTypeDef, GetSettlementRate>;
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
827
|
-
*/
|
|
828
|
-
export declare namespace GetSettlementRate$ {
|
|
829
|
-
/** @deprecated use `GetSettlementRate$inboundSchema` instead. */
|
|
830
|
-
const inboundSchema: z.ZodType<GetSettlementRate, z.ZodTypeDef, unknown>;
|
|
831
|
-
/** @deprecated use `GetSettlementRate$outboundSchema` instead. */
|
|
832
|
-
const outboundSchema: z.ZodType<GetSettlementRate$Outbound, z.ZodTypeDef, GetSettlementRate>;
|
|
833
|
-
/** @deprecated use `GetSettlementRate$Outbound` instead. */
|
|
834
|
-
type Outbound = GetSettlementRate$Outbound;
|
|
835
|
-
}
|
|
836
|
-
export declare function getSettlementRateToJSON(getSettlementRate: GetSettlementRate): string;
|
|
837
|
-
export declare function getSettlementRateFromJSON(jsonString: string): SafeParseResult<GetSettlementRate, SDKValidationError>;
|
|
838
|
-
/** @internal */
|
|
839
|
-
export declare const GetSettlementCostAmountNet$inboundSchema: z.ZodType<GetSettlementCostAmountNet, z.ZodTypeDef, unknown>;
|
|
840
|
-
/** @internal */
|
|
841
|
-
export type GetSettlementCostAmountNet$Outbound = {
|
|
842
|
-
currency: string;
|
|
843
|
-
value: string;
|
|
844
|
-
};
|
|
845
|
-
/** @internal */
|
|
846
|
-
export declare const GetSettlementCostAmountNet$outboundSchema: z.ZodType<GetSettlementCostAmountNet$Outbound, z.ZodTypeDef, GetSettlementCostAmountNet>;
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
850
|
-
*/
|
|
851
|
-
export declare namespace GetSettlementCostAmountNet$ {
|
|
852
|
-
/** @deprecated use `GetSettlementCostAmountNet$inboundSchema` instead. */
|
|
853
|
-
const inboundSchema: z.ZodType<GetSettlementCostAmountNet, z.ZodTypeDef, unknown>;
|
|
854
|
-
/** @deprecated use `GetSettlementCostAmountNet$outboundSchema` instead. */
|
|
855
|
-
const outboundSchema: z.ZodType<GetSettlementCostAmountNet$Outbound, z.ZodTypeDef, GetSettlementCostAmountNet>;
|
|
856
|
-
/** @deprecated use `GetSettlementCostAmountNet$Outbound` instead. */
|
|
857
|
-
type Outbound = GetSettlementCostAmountNet$Outbound;
|
|
858
|
-
}
|
|
859
|
-
export declare function getSettlementCostAmountNetToJSON(getSettlementCostAmountNet: GetSettlementCostAmountNet): string;
|
|
860
|
-
export declare function getSettlementCostAmountNetFromJSON(jsonString: string): SafeParseResult<GetSettlementCostAmountNet, SDKValidationError>;
|
|
861
|
-
/** @internal */
|
|
862
|
-
export declare const GetSettlementCostAmountVat$inboundSchema: z.ZodType<GetSettlementCostAmountVat, z.ZodTypeDef, unknown>;
|
|
863
|
-
/** @internal */
|
|
864
|
-
export type GetSettlementCostAmountVat$Outbound = {
|
|
865
|
-
currency: string;
|
|
866
|
-
value: string;
|
|
867
|
-
};
|
|
868
|
-
/** @internal */
|
|
869
|
-
export declare const GetSettlementCostAmountVat$outboundSchema: z.ZodType<GetSettlementCostAmountVat$Outbound, z.ZodTypeDef, GetSettlementCostAmountVat>;
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
873
|
-
*/
|
|
874
|
-
export declare namespace GetSettlementCostAmountVat$ {
|
|
875
|
-
/** @deprecated use `GetSettlementCostAmountVat$inboundSchema` instead. */
|
|
876
|
-
const inboundSchema: z.ZodType<GetSettlementCostAmountVat, z.ZodTypeDef, unknown>;
|
|
877
|
-
/** @deprecated use `GetSettlementCostAmountVat$outboundSchema` instead. */
|
|
878
|
-
const outboundSchema: z.ZodType<GetSettlementCostAmountVat$Outbound, z.ZodTypeDef, GetSettlementCostAmountVat>;
|
|
879
|
-
/** @deprecated use `GetSettlementCostAmountVat$Outbound` instead. */
|
|
880
|
-
type Outbound = GetSettlementCostAmountVat$Outbound;
|
|
881
|
-
}
|
|
882
|
-
export declare function getSettlementCostAmountVatToJSON(getSettlementCostAmountVat: GetSettlementCostAmountVat): string;
|
|
883
|
-
export declare function getSettlementCostAmountVatFromJSON(jsonString: string): SafeParseResult<GetSettlementCostAmountVat, SDKValidationError>;
|
|
884
|
-
/** @internal */
|
|
885
|
-
export declare const GetSettlementCostAmountGross$inboundSchema: z.ZodType<GetSettlementCostAmountGross, z.ZodTypeDef, unknown>;
|
|
886
|
-
/** @internal */
|
|
887
|
-
export type GetSettlementCostAmountGross$Outbound = {
|
|
888
|
-
currency: string;
|
|
889
|
-
value: string;
|
|
890
|
-
};
|
|
891
|
-
/** @internal */
|
|
892
|
-
export declare const GetSettlementCostAmountGross$outboundSchema: z.ZodType<GetSettlementCostAmountGross$Outbound, z.ZodTypeDef, GetSettlementCostAmountGross>;
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
896
|
-
*/
|
|
897
|
-
export declare namespace GetSettlementCostAmountGross$ {
|
|
898
|
-
/** @deprecated use `GetSettlementCostAmountGross$inboundSchema` instead. */
|
|
899
|
-
const inboundSchema: z.ZodType<GetSettlementCostAmountGross, z.ZodTypeDef, unknown>;
|
|
900
|
-
/** @deprecated use `GetSettlementCostAmountGross$outboundSchema` instead. */
|
|
901
|
-
const outboundSchema: z.ZodType<GetSettlementCostAmountGross$Outbound, z.ZodTypeDef, GetSettlementCostAmountGross>;
|
|
902
|
-
/** @deprecated use `GetSettlementCostAmountGross$Outbound` instead. */
|
|
903
|
-
type Outbound = GetSettlementCostAmountGross$Outbound;
|
|
904
|
-
}
|
|
905
|
-
export declare function getSettlementCostAmountGrossToJSON(getSettlementCostAmountGross: GetSettlementCostAmountGross): string;
|
|
906
|
-
export declare function getSettlementCostAmountGrossFromJSON(jsonString: string): SafeParseResult<GetSettlementCostAmountGross, SDKValidationError>;
|
|
907
|
-
/** @internal */
|
|
908
|
-
export declare const GetSettlementCost$inboundSchema: z.ZodType<GetSettlementCost, z.ZodTypeDef, unknown>;
|
|
909
|
-
/** @internal */
|
|
910
|
-
export type GetSettlementCost$Outbound = {
|
|
911
|
-
description?: string | undefined;
|
|
912
|
-
method?: string | null | undefined;
|
|
913
|
-
count?: number | undefined;
|
|
914
|
-
rate?: GetSettlementRate$Outbound | undefined;
|
|
915
|
-
amountNet?: GetSettlementCostAmountNet$Outbound | undefined;
|
|
916
|
-
amountVat?: GetSettlementCostAmountVat$Outbound | undefined;
|
|
917
|
-
amountGross?: GetSettlementCostAmountGross$Outbound | undefined;
|
|
918
|
-
};
|
|
919
|
-
/** @internal */
|
|
920
|
-
export declare const GetSettlementCost$outboundSchema: z.ZodType<GetSettlementCost$Outbound, z.ZodTypeDef, GetSettlementCost>;
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
924
|
-
*/
|
|
925
|
-
export declare namespace GetSettlementCost$ {
|
|
926
|
-
/** @deprecated use `GetSettlementCost$inboundSchema` instead. */
|
|
927
|
-
const inboundSchema: z.ZodType<GetSettlementCost, z.ZodTypeDef, unknown>;
|
|
928
|
-
/** @deprecated use `GetSettlementCost$outboundSchema` instead. */
|
|
929
|
-
const outboundSchema: z.ZodType<GetSettlementCost$Outbound, z.ZodTypeDef, GetSettlementCost>;
|
|
930
|
-
/** @deprecated use `GetSettlementCost$Outbound` instead. */
|
|
931
|
-
type Outbound = GetSettlementCost$Outbound;
|
|
932
|
-
}
|
|
933
|
-
export declare function getSettlementCostToJSON(getSettlementCost: GetSettlementCost): string;
|
|
934
|
-
export declare function getSettlementCostFromJSON(jsonString: string): SafeParseResult<GetSettlementCost, SDKValidationError>;
|
|
935
|
-
/** @internal */
|
|
936
|
-
export declare const GetSettlementRevenueMethod$inboundSchema: z.ZodNativeEnum<typeof GetSettlementRevenueMethod>;
|
|
937
|
-
/** @internal */
|
|
938
|
-
export declare const GetSettlementRevenueMethod$outboundSchema: z.ZodNativeEnum<typeof GetSettlementRevenueMethod>;
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
942
|
-
*/
|
|
943
|
-
export declare namespace GetSettlementRevenueMethod$ {
|
|
944
|
-
/** @deprecated use `GetSettlementRevenueMethod$inboundSchema` instead. */
|
|
945
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
946
|
-
readonly Alma: "alma";
|
|
947
|
-
readonly Bacs: "bacs";
|
|
948
|
-
readonly Applepay: "applepay";
|
|
949
|
-
readonly Bancomatpay: "bancomatpay";
|
|
950
|
-
readonly Bancontact: "bancontact";
|
|
951
|
-
readonly Banktransfer: "banktransfer";
|
|
952
|
-
readonly Belfius: "belfius";
|
|
953
|
-
readonly Billie: "billie";
|
|
954
|
-
readonly Bizum: "bizum";
|
|
955
|
-
readonly Bitcoin: "bitcoin";
|
|
956
|
-
readonly Blik: "blik";
|
|
957
|
-
readonly Creditcard: "creditcard";
|
|
958
|
-
readonly Directdebit: "directdebit";
|
|
959
|
-
readonly Eps: "eps";
|
|
960
|
-
readonly Giftcard: "giftcard";
|
|
961
|
-
readonly Giropay: "giropay";
|
|
962
|
-
readonly Googlepay: "googlepay";
|
|
963
|
-
readonly Ideal: "ideal";
|
|
964
|
-
readonly In3: "in3";
|
|
965
|
-
readonly Inghomepay: "inghomepay";
|
|
966
|
-
readonly Kbc: "kbc";
|
|
967
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
968
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
969
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
970
|
-
readonly Klarna: "klarna";
|
|
971
|
-
readonly Mbway: "mbway";
|
|
972
|
-
readonly Multibanco: "multibanco";
|
|
973
|
-
readonly Mybank: "mybank";
|
|
974
|
-
readonly Paybybank: "paybybank";
|
|
975
|
-
readonly Payconiq: "payconiq";
|
|
976
|
-
readonly Paypal: "paypal";
|
|
977
|
-
readonly Paysafecard: "paysafecard";
|
|
978
|
-
readonly Przelewy24: "przelewy24";
|
|
979
|
-
readonly Riverty: "riverty";
|
|
980
|
-
readonly Satispay: "satispay";
|
|
981
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
982
|
-
readonly Pointofsale: "pointofsale";
|
|
983
|
-
readonly Sofort: "sofort";
|
|
984
|
-
readonly Swish: "swish";
|
|
985
|
-
readonly Trustly: "trustly";
|
|
986
|
-
readonly Twint: "twint";
|
|
987
|
-
readonly Voucher: "voucher";
|
|
988
|
-
}>;
|
|
989
|
-
/** @deprecated use `GetSettlementRevenueMethod$outboundSchema` instead. */
|
|
990
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
991
|
-
readonly Alma: "alma";
|
|
992
|
-
readonly Bacs: "bacs";
|
|
993
|
-
readonly Applepay: "applepay";
|
|
994
|
-
readonly Bancomatpay: "bancomatpay";
|
|
995
|
-
readonly Bancontact: "bancontact";
|
|
996
|
-
readonly Banktransfer: "banktransfer";
|
|
997
|
-
readonly Belfius: "belfius";
|
|
998
|
-
readonly Billie: "billie";
|
|
999
|
-
readonly Bizum: "bizum";
|
|
1000
|
-
readonly Bitcoin: "bitcoin";
|
|
1001
|
-
readonly Blik: "blik";
|
|
1002
|
-
readonly Creditcard: "creditcard";
|
|
1003
|
-
readonly Directdebit: "directdebit";
|
|
1004
|
-
readonly Eps: "eps";
|
|
1005
|
-
readonly Giftcard: "giftcard";
|
|
1006
|
-
readonly Giropay: "giropay";
|
|
1007
|
-
readonly Googlepay: "googlepay";
|
|
1008
|
-
readonly Ideal: "ideal";
|
|
1009
|
-
readonly In3: "in3";
|
|
1010
|
-
readonly Inghomepay: "inghomepay";
|
|
1011
|
-
readonly Kbc: "kbc";
|
|
1012
|
-
readonly Klarnapaylater: "klarnapaylater";
|
|
1013
|
-
readonly Klarnapaynow: "klarnapaynow";
|
|
1014
|
-
readonly Klarnasliceit: "klarnasliceit";
|
|
1015
|
-
readonly Klarna: "klarna";
|
|
1016
|
-
readonly Mbway: "mbway";
|
|
1017
|
-
readonly Multibanco: "multibanco";
|
|
1018
|
-
readonly Mybank: "mybank";
|
|
1019
|
-
readonly Paybybank: "paybybank";
|
|
1020
|
-
readonly Payconiq: "payconiq";
|
|
1021
|
-
readonly Paypal: "paypal";
|
|
1022
|
-
readonly Paysafecard: "paysafecard";
|
|
1023
|
-
readonly Przelewy24: "przelewy24";
|
|
1024
|
-
readonly Riverty: "riverty";
|
|
1025
|
-
readonly Satispay: "satispay";
|
|
1026
|
-
readonly Podiumcadeaukaart: "podiumcadeaukaart";
|
|
1027
|
-
readonly Pointofsale: "pointofsale";
|
|
1028
|
-
readonly Sofort: "sofort";
|
|
1029
|
-
readonly Swish: "swish";
|
|
1030
|
-
readonly Trustly: "trustly";
|
|
1031
|
-
readonly Twint: "twint";
|
|
1032
|
-
readonly Voucher: "voucher";
|
|
1033
|
-
}>;
|
|
1034
|
-
}
|
|
1035
|
-
/** @internal */
|
|
1036
|
-
export declare const GetSettlementRevenueAmountNet$inboundSchema: z.ZodType<GetSettlementRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
1037
|
-
/** @internal */
|
|
1038
|
-
export type GetSettlementRevenueAmountNet$Outbound = {
|
|
1039
|
-
currency: string;
|
|
1040
|
-
value: string;
|
|
1041
|
-
};
|
|
1042
|
-
/** @internal */
|
|
1043
|
-
export declare const GetSettlementRevenueAmountNet$outboundSchema: z.ZodType<GetSettlementRevenueAmountNet$Outbound, z.ZodTypeDef, GetSettlementRevenueAmountNet>;
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1047
|
-
*/
|
|
1048
|
-
export declare namespace GetSettlementRevenueAmountNet$ {
|
|
1049
|
-
/** @deprecated use `GetSettlementRevenueAmountNet$inboundSchema` instead. */
|
|
1050
|
-
const inboundSchema: z.ZodType<GetSettlementRevenueAmountNet, z.ZodTypeDef, unknown>;
|
|
1051
|
-
/** @deprecated use `GetSettlementRevenueAmountNet$outboundSchema` instead. */
|
|
1052
|
-
const outboundSchema: z.ZodType<GetSettlementRevenueAmountNet$Outbound, z.ZodTypeDef, GetSettlementRevenueAmountNet>;
|
|
1053
|
-
/** @deprecated use `GetSettlementRevenueAmountNet$Outbound` instead. */
|
|
1054
|
-
type Outbound = GetSettlementRevenueAmountNet$Outbound;
|
|
1055
|
-
}
|
|
1056
|
-
export declare function getSettlementRevenueAmountNetToJSON(getSettlementRevenueAmountNet: GetSettlementRevenueAmountNet): string;
|
|
1057
|
-
export declare function getSettlementRevenueAmountNetFromJSON(jsonString: string): SafeParseResult<GetSettlementRevenueAmountNet, SDKValidationError>;
|
|
1058
|
-
/** @internal */
|
|
1059
|
-
export declare const GetSettlementRevenueAmountVat$inboundSchema: z.ZodType<GetSettlementRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
1060
|
-
/** @internal */
|
|
1061
|
-
export type GetSettlementRevenueAmountVat$Outbound = {
|
|
1062
|
-
currency: string;
|
|
1063
|
-
value: string;
|
|
1064
|
-
};
|
|
1065
|
-
/** @internal */
|
|
1066
|
-
export declare const GetSettlementRevenueAmountVat$outboundSchema: z.ZodType<GetSettlementRevenueAmountVat$Outbound, z.ZodTypeDef, GetSettlementRevenueAmountVat>;
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1070
|
-
*/
|
|
1071
|
-
export declare namespace GetSettlementRevenueAmountVat$ {
|
|
1072
|
-
/** @deprecated use `GetSettlementRevenueAmountVat$inboundSchema` instead. */
|
|
1073
|
-
const inboundSchema: z.ZodType<GetSettlementRevenueAmountVat, z.ZodTypeDef, unknown>;
|
|
1074
|
-
/** @deprecated use `GetSettlementRevenueAmountVat$outboundSchema` instead. */
|
|
1075
|
-
const outboundSchema: z.ZodType<GetSettlementRevenueAmountVat$Outbound, z.ZodTypeDef, GetSettlementRevenueAmountVat>;
|
|
1076
|
-
/** @deprecated use `GetSettlementRevenueAmountVat$Outbound` instead. */
|
|
1077
|
-
type Outbound = GetSettlementRevenueAmountVat$Outbound;
|
|
1078
|
-
}
|
|
1079
|
-
export declare function getSettlementRevenueAmountVatToJSON(getSettlementRevenueAmountVat: GetSettlementRevenueAmountVat): string;
|
|
1080
|
-
export declare function getSettlementRevenueAmountVatFromJSON(jsonString: string): SafeParseResult<GetSettlementRevenueAmountVat, SDKValidationError>;
|
|
1081
|
-
/** @internal */
|
|
1082
|
-
export declare const GetSettlementRevenueAmountGross$inboundSchema: z.ZodType<GetSettlementRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1083
|
-
/** @internal */
|
|
1084
|
-
export type GetSettlementRevenueAmountGross$Outbound = {
|
|
1085
|
-
currency: string;
|
|
1086
|
-
value: string;
|
|
1087
|
-
};
|
|
1088
|
-
/** @internal */
|
|
1089
|
-
export declare const GetSettlementRevenueAmountGross$outboundSchema: z.ZodType<GetSettlementRevenueAmountGross$Outbound, z.ZodTypeDef, GetSettlementRevenueAmountGross>;
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1093
|
-
*/
|
|
1094
|
-
export declare namespace GetSettlementRevenueAmountGross$ {
|
|
1095
|
-
/** @deprecated use `GetSettlementRevenueAmountGross$inboundSchema` instead. */
|
|
1096
|
-
const inboundSchema: z.ZodType<GetSettlementRevenueAmountGross, z.ZodTypeDef, unknown>;
|
|
1097
|
-
/** @deprecated use `GetSettlementRevenueAmountGross$outboundSchema` instead. */
|
|
1098
|
-
const outboundSchema: z.ZodType<GetSettlementRevenueAmountGross$Outbound, z.ZodTypeDef, GetSettlementRevenueAmountGross>;
|
|
1099
|
-
/** @deprecated use `GetSettlementRevenueAmountGross$Outbound` instead. */
|
|
1100
|
-
type Outbound = GetSettlementRevenueAmountGross$Outbound;
|
|
1101
|
-
}
|
|
1102
|
-
export declare function getSettlementRevenueAmountGrossToJSON(getSettlementRevenueAmountGross: GetSettlementRevenueAmountGross): string;
|
|
1103
|
-
export declare function getSettlementRevenueAmountGrossFromJSON(jsonString: string): SafeParseResult<GetSettlementRevenueAmountGross, SDKValidationError>;
|
|
1104
|
-
/** @internal */
|
|
1105
|
-
export declare const GetSettlementRevenue$inboundSchema: z.ZodType<GetSettlementRevenue, z.ZodTypeDef, unknown>;
|
|
1106
|
-
/** @internal */
|
|
1107
|
-
export type GetSettlementRevenue$Outbound = {
|
|
1108
|
-
description?: string | undefined;
|
|
1109
|
-
method?: string | null | undefined;
|
|
1110
|
-
count?: number | undefined;
|
|
1111
|
-
amountNet?: GetSettlementRevenueAmountNet$Outbound | undefined;
|
|
1112
|
-
amountVat?: GetSettlementRevenueAmountVat$Outbound | undefined;
|
|
1113
|
-
amountGross?: GetSettlementRevenueAmountGross$Outbound | undefined;
|
|
1114
|
-
};
|
|
1115
|
-
/** @internal */
|
|
1116
|
-
export declare const GetSettlementRevenue$outboundSchema: z.ZodType<GetSettlementRevenue$Outbound, z.ZodTypeDef, GetSettlementRevenue>;
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1120
|
-
*/
|
|
1121
|
-
export declare namespace GetSettlementRevenue$ {
|
|
1122
|
-
/** @deprecated use `GetSettlementRevenue$inboundSchema` instead. */
|
|
1123
|
-
const inboundSchema: z.ZodType<GetSettlementRevenue, z.ZodTypeDef, unknown>;
|
|
1124
|
-
/** @deprecated use `GetSettlementRevenue$outboundSchema` instead. */
|
|
1125
|
-
const outboundSchema: z.ZodType<GetSettlementRevenue$Outbound, z.ZodTypeDef, GetSettlementRevenue>;
|
|
1126
|
-
/** @deprecated use `GetSettlementRevenue$Outbound` instead. */
|
|
1127
|
-
type Outbound = GetSettlementRevenue$Outbound;
|
|
1128
|
-
}
|
|
1129
|
-
export declare function getSettlementRevenueToJSON(getSettlementRevenue: GetSettlementRevenue): string;
|
|
1130
|
-
export declare function getSettlementRevenueFromJSON(jsonString: string): SafeParseResult<GetSettlementRevenue, SDKValidationError>;
|
|
1131
|
-
/** @internal */
|
|
1132
|
-
export declare const GetSettlementLessThanMonthGreaterThan$inboundSchema: z.ZodType<GetSettlementLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1133
|
-
/** @internal */
|
|
1134
|
-
export type GetSettlementLessThanMonthGreaterThan$Outbound = {
|
|
1135
|
-
costs?: Array<GetSettlementCost$Outbound> | undefined;
|
|
1136
|
-
revenue?: Array<GetSettlementRevenue$Outbound> | undefined;
|
|
1137
|
-
invoiceId?: string | null | undefined;
|
|
1138
|
-
invoiceReference?: string | null | undefined;
|
|
1139
|
-
};
|
|
1140
|
-
/** @internal */
|
|
1141
|
-
export declare const GetSettlementLessThanMonthGreaterThan$outboundSchema: z.ZodType<GetSettlementLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, GetSettlementLessThanMonthGreaterThan>;
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1145
|
-
*/
|
|
1146
|
-
export declare namespace GetSettlementLessThanMonthGreaterThan$ {
|
|
1147
|
-
/** @deprecated use `GetSettlementLessThanMonthGreaterThan$inboundSchema` instead. */
|
|
1148
|
-
const inboundSchema: z.ZodType<GetSettlementLessThanMonthGreaterThan, z.ZodTypeDef, unknown>;
|
|
1149
|
-
/** @deprecated use `GetSettlementLessThanMonthGreaterThan$outboundSchema` instead. */
|
|
1150
|
-
const outboundSchema: z.ZodType<GetSettlementLessThanMonthGreaterThan$Outbound, z.ZodTypeDef, GetSettlementLessThanMonthGreaterThan>;
|
|
1151
|
-
/** @deprecated use `GetSettlementLessThanMonthGreaterThan$Outbound` instead. */
|
|
1152
|
-
type Outbound = GetSettlementLessThanMonthGreaterThan$Outbound;
|
|
1153
|
-
}
|
|
1154
|
-
export declare function getSettlementLessThanMonthGreaterThanToJSON(getSettlementLessThanMonthGreaterThan: GetSettlementLessThanMonthGreaterThan): string;
|
|
1155
|
-
export declare function getSettlementLessThanMonthGreaterThanFromJSON(jsonString: string): SafeParseResult<GetSettlementLessThanMonthGreaterThan, SDKValidationError>;
|
|
1156
|
-
/** @internal */
|
|
1157
|
-
export declare const GetSettlementLessThanYearGreaterThan$inboundSchema: z.ZodType<GetSettlementLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1158
|
-
/** @internal */
|
|
1159
|
-
export type GetSettlementLessThanYearGreaterThan$Outbound = {
|
|
1160
|
-
"<month>"?: GetSettlementLessThanMonthGreaterThan$Outbound | undefined;
|
|
1161
|
-
};
|
|
1162
|
-
/** @internal */
|
|
1163
|
-
export declare const GetSettlementLessThanYearGreaterThan$outboundSchema: z.ZodType<GetSettlementLessThanYearGreaterThan$Outbound, z.ZodTypeDef, GetSettlementLessThanYearGreaterThan>;
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1167
|
-
*/
|
|
1168
|
-
export declare namespace GetSettlementLessThanYearGreaterThan$ {
|
|
1169
|
-
/** @deprecated use `GetSettlementLessThanYearGreaterThan$inboundSchema` instead. */
|
|
1170
|
-
const inboundSchema: z.ZodType<GetSettlementLessThanYearGreaterThan, z.ZodTypeDef, unknown>;
|
|
1171
|
-
/** @deprecated use `GetSettlementLessThanYearGreaterThan$outboundSchema` instead. */
|
|
1172
|
-
const outboundSchema: z.ZodType<GetSettlementLessThanYearGreaterThan$Outbound, z.ZodTypeDef, GetSettlementLessThanYearGreaterThan>;
|
|
1173
|
-
/** @deprecated use `GetSettlementLessThanYearGreaterThan$Outbound` instead. */
|
|
1174
|
-
type Outbound = GetSettlementLessThanYearGreaterThan$Outbound;
|
|
1175
|
-
}
|
|
1176
|
-
export declare function getSettlementLessThanYearGreaterThanToJSON(getSettlementLessThanYearGreaterThan: GetSettlementLessThanYearGreaterThan): string;
|
|
1177
|
-
export declare function getSettlementLessThanYearGreaterThanFromJSON(jsonString: string): SafeParseResult<GetSettlementLessThanYearGreaterThan, SDKValidationError>;
|
|
1178
|
-
/** @internal */
|
|
1179
|
-
export declare const GetSettlementPeriods$inboundSchema: z.ZodType<GetSettlementPeriods, z.ZodTypeDef, unknown>;
|
|
1180
|
-
/** @internal */
|
|
1181
|
-
export type GetSettlementPeriods$Outbound = {
|
|
1182
|
-
"<year>"?: GetSettlementLessThanYearGreaterThan$Outbound | undefined;
|
|
1183
|
-
};
|
|
1184
|
-
/** @internal */
|
|
1185
|
-
export declare const GetSettlementPeriods$outboundSchema: z.ZodType<GetSettlementPeriods$Outbound, z.ZodTypeDef, GetSettlementPeriods>;
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1189
|
-
*/
|
|
1190
|
-
export declare namespace GetSettlementPeriods$ {
|
|
1191
|
-
/** @deprecated use `GetSettlementPeriods$inboundSchema` instead. */
|
|
1192
|
-
const inboundSchema: z.ZodType<GetSettlementPeriods, z.ZodTypeDef, unknown>;
|
|
1193
|
-
/** @deprecated use `GetSettlementPeriods$outboundSchema` instead. */
|
|
1194
|
-
const outboundSchema: z.ZodType<GetSettlementPeriods$Outbound, z.ZodTypeDef, GetSettlementPeriods>;
|
|
1195
|
-
/** @deprecated use `GetSettlementPeriods$Outbound` instead. */
|
|
1196
|
-
type Outbound = GetSettlementPeriods$Outbound;
|
|
1197
|
-
}
|
|
1198
|
-
export declare function getSettlementPeriodsToJSON(getSettlementPeriods: GetSettlementPeriods): string;
|
|
1199
|
-
export declare function getSettlementPeriodsFromJSON(jsonString: string): SafeParseResult<GetSettlementPeriods, SDKValidationError>;
|
|
1200
|
-
/** @internal */
|
|
1201
359
|
export declare const GetSettlementSelf$inboundSchema: z.ZodType<GetSettlementSelf, z.ZodTypeDef, unknown>;
|
|
1202
360
|
/** @internal */
|
|
1203
361
|
export type GetSettlementSelf$Outbound = {
|
|
@@ -1399,7 +557,9 @@ export type GetSettlementResponse$Outbound = {
|
|
|
1399
557
|
amount?: GetSettlementAmount$Outbound | undefined;
|
|
1400
558
|
balanceId?: string | undefined;
|
|
1401
559
|
invoiceId?: string | null | undefined;
|
|
1402
|
-
periods?:
|
|
560
|
+
periods?: {
|
|
561
|
+
[k: string]: any;
|
|
562
|
+
} | undefined;
|
|
1403
563
|
_links?: GetSettlementLinks$Outbound | undefined;
|
|
1404
564
|
};
|
|
1405
565
|
/** @internal */
|