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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { ClosedEnum } from "../../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { RFCDate } from "../../types/rfcdate.js";
|
|
4
5
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
6
|
/**
|
|
6
7
|
* Used for setting the direction of the result set. Defaults to descending order, meaning the results are ordered from
|
|
@@ -428,7 +429,7 @@ export type ListSettlementPaymentsLine = {
|
|
|
428
429
|
* An array with the voucher categories, in case of a line eligible for a voucher. See the
|
|
429
430
|
*
|
|
430
431
|
* @remarks
|
|
431
|
-
* [Integrating Vouchers](integrating-vouchers) guide for more information.
|
|
432
|
+
* [Integrating Vouchers](https://docs.mollie.com/docs/integrating-vouchers/) guide for more information.
|
|
432
433
|
*/
|
|
433
434
|
categories?: Array<ListSettlementPaymentsCategory> | undefined;
|
|
434
435
|
/**
|
|
@@ -993,7 +994,7 @@ export type ListSettlementPaymentsSequenceType = ClosedEnum<typeof ListSettlemen
|
|
|
993
994
|
* @remarks
|
|
994
995
|
* statuses occur at what point.
|
|
995
996
|
*/
|
|
996
|
-
export declare const
|
|
997
|
+
export declare const ListSettlementPaymentsStatusEnum: {
|
|
997
998
|
readonly Open: "open";
|
|
998
999
|
readonly Pending: "pending";
|
|
999
1000
|
readonly Authorized: "authorized";
|
|
@@ -1008,7 +1009,132 @@ export declare const ListSettlementPaymentsStatus: {
|
|
|
1008
1009
|
* @remarks
|
|
1009
1010
|
* statuses occur at what point.
|
|
1010
1011
|
*/
|
|
1011
|
-
export type
|
|
1012
|
+
export type ListSettlementPaymentsStatusEnum = ClosedEnum<typeof ListSettlementPaymentsStatusEnum>;
|
|
1013
|
+
/**
|
|
1014
|
+
* A machine-readable code that indicates the reason for the payment's status.
|
|
1015
|
+
*/
|
|
1016
|
+
export declare const ListSettlementPaymentsCode: {
|
|
1017
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
1018
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
1019
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
1020
|
+
readonly CaptureCard: "capture_card";
|
|
1021
|
+
readonly DoNotHonor: "do_not_honor";
|
|
1022
|
+
readonly Error: "error";
|
|
1023
|
+
readonly PartialApproval: "partial_approval";
|
|
1024
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
1025
|
+
readonly InvalidAmount: "invalid_amount";
|
|
1026
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
1027
|
+
readonly LostCard: "lost_card";
|
|
1028
|
+
readonly StolenCard: "stolen_card";
|
|
1029
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
1030
|
+
readonly ExpiredCard: "expired_card";
|
|
1031
|
+
readonly InvalidPin: "invalid_pin";
|
|
1032
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
1033
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
1034
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
1035
|
+
readonly RestrictedCard: "restricted_card";
|
|
1036
|
+
readonly SecurityViolation: "security_violation";
|
|
1037
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
1038
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
1039
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
1040
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
1041
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
1042
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
1043
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
1044
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
1045
|
+
readonly HonorWithId: "honor_with_id";
|
|
1046
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
1047
|
+
readonly FormatError: "format_error";
|
|
1048
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
1049
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
1050
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
1051
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
1052
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
1053
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
1054
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
1055
|
+
readonly PolicyRelated: "policy_related";
|
|
1056
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
1057
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
1058
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
1059
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
1060
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
1061
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
1062
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
1063
|
+
readonly VipApproval: "vip_approval";
|
|
1064
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
1065
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
1066
|
+
readonly NoActionTaken: "no_action_taken";
|
|
1067
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
1068
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
1069
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
1070
|
+
readonly ClosedAccount: "closed_account";
|
|
1071
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
1072
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
1073
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
1074
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
1075
|
+
readonly PinDataRequired: "pin_data_required";
|
|
1076
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
1077
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
1078
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
1079
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
1080
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
1081
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
1082
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
1083
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
1084
|
+
readonly ForceStip: "force_stip";
|
|
1085
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
1086
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
1087
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
1088
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
1089
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
1090
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
1091
|
+
readonly UnsafePin: "unsafe_pin";
|
|
1092
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
1093
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
1094
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
1095
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
1096
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
1097
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
1098
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
1099
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
1100
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
1101
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
1102
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
1103
|
+
readonly TerminalClosed: "terminal_closed";
|
|
1104
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
1105
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
1106
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
1107
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
1108
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
1109
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
1110
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
1111
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
1112
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
1113
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
1114
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
1115
|
+
readonly TerminalBusy: "terminal_busy";
|
|
1116
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
1117
|
+
readonly ServiceFailed: "service_failed";
|
|
1118
|
+
readonly InvalidOperation: "invalid_operation";
|
|
1119
|
+
readonly AuthorizationError: "authorization_error";
|
|
1120
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
1121
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
1122
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
1123
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
1124
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
1125
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
1126
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
1127
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
1128
|
+
readonly CardNotAvailable: "card_not_available";
|
|
1129
|
+
readonly WrongCurrency: "wrong_currency";
|
|
1130
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
1131
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
1132
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
1133
|
+
};
|
|
1134
|
+
/**
|
|
1135
|
+
* A machine-readable code that indicates the reason for the payment's status.
|
|
1136
|
+
*/
|
|
1137
|
+
export type ListSettlementPaymentsCode = ClosedEnum<typeof ListSettlementPaymentsCode>;
|
|
1012
1138
|
/**
|
|
1013
1139
|
* This object offers details about the status of a payment. Currently it is only available for point-of-sale
|
|
1014
1140
|
*
|
|
@@ -1019,15 +1145,518 @@ export type ListSettlementPaymentsStatus = ClosedEnum<typeof ListSettlementPayme
|
|
|
1019
1145
|
* [this page](status-reasons).**
|
|
1020
1146
|
*/
|
|
1021
1147
|
export type ListSettlementPaymentsStatusReason = {
|
|
1022
|
-
|
|
1023
|
-
* A machine-readable code that indicates the reason for the payment's status.
|
|
1024
|
-
*/
|
|
1025
|
-
code: string;
|
|
1148
|
+
code: ListSettlementPaymentsCode;
|
|
1026
1149
|
/**
|
|
1027
1150
|
* A description of the status reason, localized according to the payment `locale`.
|
|
1028
1151
|
*/
|
|
1029
1152
|
message: string;
|
|
1030
1153
|
};
|
|
1154
|
+
/**
|
|
1155
|
+
* The card's target audience, if known.
|
|
1156
|
+
*/
|
|
1157
|
+
export declare const ListSettlementPaymentsCardAudition: {
|
|
1158
|
+
readonly Consumer: "consumer";
|
|
1159
|
+
readonly Business: "business";
|
|
1160
|
+
};
|
|
1161
|
+
/**
|
|
1162
|
+
* The card's target audience, if known.
|
|
1163
|
+
*/
|
|
1164
|
+
export type ListSettlementPaymentsCardAudition = ClosedEnum<typeof ListSettlementPaymentsCardAudition>;
|
|
1165
|
+
/**
|
|
1166
|
+
* The card's label, if known.
|
|
1167
|
+
*/
|
|
1168
|
+
export declare const ListSettlementPaymentsCardLabel: {
|
|
1169
|
+
readonly AmericanExpress: "American Express";
|
|
1170
|
+
readonly CartaSi: "Carta Si";
|
|
1171
|
+
readonly CarteBleue: "Carte Bleue";
|
|
1172
|
+
readonly Dankort: "Dankort";
|
|
1173
|
+
readonly DinersClub: "Diners Club";
|
|
1174
|
+
readonly Discover: "Discover";
|
|
1175
|
+
readonly Jcb: "JCB";
|
|
1176
|
+
readonly Laser: "Laser";
|
|
1177
|
+
readonly Maestro: "Maestro";
|
|
1178
|
+
readonly Mastercard: "Mastercard";
|
|
1179
|
+
readonly Unionpay: "Unionpay";
|
|
1180
|
+
readonly Visa: "Visa";
|
|
1181
|
+
readonly Vpay: "Vpay";
|
|
1182
|
+
};
|
|
1183
|
+
/**
|
|
1184
|
+
* The card's label, if known.
|
|
1185
|
+
*/
|
|
1186
|
+
export type ListSettlementPaymentsCardLabel = ClosedEnum<typeof ListSettlementPaymentsCardLabel>;
|
|
1187
|
+
/**
|
|
1188
|
+
* The card type.
|
|
1189
|
+
*/
|
|
1190
|
+
export declare const ListSettlementPaymentsCardFunding: {
|
|
1191
|
+
readonly Debit: "debit";
|
|
1192
|
+
readonly Credit: "credit";
|
|
1193
|
+
readonly Prepaid: "prepaid";
|
|
1194
|
+
readonly DeferredDebit: "deferred-debit";
|
|
1195
|
+
};
|
|
1196
|
+
/**
|
|
1197
|
+
* The card type.
|
|
1198
|
+
*/
|
|
1199
|
+
export type ListSettlementPaymentsCardFunding = ClosedEnum<typeof ListSettlementPaymentsCardFunding>;
|
|
1200
|
+
/**
|
|
1201
|
+
* The level of security applied during card processing.
|
|
1202
|
+
*/
|
|
1203
|
+
export declare const ListSettlementPaymentsCardSecurity: {
|
|
1204
|
+
readonly Normal: "normal";
|
|
1205
|
+
readonly Threedsecure: "3dsecure";
|
|
1206
|
+
};
|
|
1207
|
+
/**
|
|
1208
|
+
* The level of security applied during card processing.
|
|
1209
|
+
*/
|
|
1210
|
+
export type ListSettlementPaymentsCardSecurity = ClosedEnum<typeof ListSettlementPaymentsCardSecurity>;
|
|
1211
|
+
/**
|
|
1212
|
+
* The applicable card fee region.
|
|
1213
|
+
*/
|
|
1214
|
+
export declare const ListSettlementPaymentsFeeRegion: {
|
|
1215
|
+
readonly AmericanExpress: "american-express";
|
|
1216
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
1217
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
1218
|
+
readonly IntraEu: "intra-eu";
|
|
1219
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
1220
|
+
readonly Domestic: "domestic";
|
|
1221
|
+
readonly Maestro: "maestro";
|
|
1222
|
+
readonly Other: "other";
|
|
1223
|
+
readonly Inter: "inter";
|
|
1224
|
+
readonly IntraEea: "intra-eea";
|
|
1225
|
+
};
|
|
1226
|
+
/**
|
|
1227
|
+
* The applicable card fee region.
|
|
1228
|
+
*/
|
|
1229
|
+
export type ListSettlementPaymentsFeeRegion = ClosedEnum<typeof ListSettlementPaymentsFeeRegion>;
|
|
1230
|
+
/**
|
|
1231
|
+
* A failure code to help understand why the payment failed.
|
|
1232
|
+
*/
|
|
1233
|
+
export declare const ListSettlementPaymentsFailureReason: {
|
|
1234
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
1235
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
1236
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
1237
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
1238
|
+
readonly CardDeclined: "card_declined";
|
|
1239
|
+
readonly CardExpired: "card_expired";
|
|
1240
|
+
readonly InactiveCard: "inactive_card";
|
|
1241
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
1242
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
1243
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
1244
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
1245
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
1246
|
+
readonly PossibleFraud: "possible_fraud";
|
|
1247
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
1248
|
+
readonly UnknownReason: "unknown_reason";
|
|
1249
|
+
};
|
|
1250
|
+
/**
|
|
1251
|
+
* A failure code to help understand why the payment failed.
|
|
1252
|
+
*/
|
|
1253
|
+
export type ListSettlementPaymentsFailureReason = ClosedEnum<typeof ListSettlementPaymentsFailureReason>;
|
|
1254
|
+
/**
|
|
1255
|
+
* The wallet used when creating the payment.
|
|
1256
|
+
*/
|
|
1257
|
+
export declare const ListSettlementPaymentsWallet: {
|
|
1258
|
+
readonly Applepay: "applepay";
|
|
1259
|
+
};
|
|
1260
|
+
/**
|
|
1261
|
+
* The wallet used when creating the payment.
|
|
1262
|
+
*/
|
|
1263
|
+
export type ListSettlementPaymentsWallet = ClosedEnum<typeof ListSettlementPaymentsWallet>;
|
|
1264
|
+
/**
|
|
1265
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1266
|
+
*
|
|
1267
|
+
* @remarks
|
|
1268
|
+
* payments, and if the information is made available by PayPal.
|
|
1269
|
+
*/
|
|
1270
|
+
export declare const ListSettlementPaymentsSellerProtection: {
|
|
1271
|
+
readonly Eligible: "Eligible";
|
|
1272
|
+
readonly Ineligible: "Ineligible";
|
|
1273
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
1274
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
1275
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
1276
|
+
readonly None: "None";
|
|
1277
|
+
readonly Active: "Active";
|
|
1278
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
1279
|
+
};
|
|
1280
|
+
/**
|
|
1281
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1282
|
+
*
|
|
1283
|
+
* @remarks
|
|
1284
|
+
* payments, and if the information is made available by PayPal.
|
|
1285
|
+
*/
|
|
1286
|
+
export type ListSettlementPaymentsSellerProtection = ClosedEnum<typeof ListSettlementPaymentsSellerProtection>;
|
|
1287
|
+
/**
|
|
1288
|
+
* An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
|
|
1289
|
+
*
|
|
1290
|
+
* @remarks
|
|
1291
|
+
* PayPal will not charge a fee for this transaction.
|
|
1292
|
+
*/
|
|
1293
|
+
export type ListSettlementPaymentsPaypalFee = {
|
|
1294
|
+
/**
|
|
1295
|
+
* A three-character ISO 4217 currency code.
|
|
1296
|
+
*/
|
|
1297
|
+
currency: string;
|
|
1298
|
+
/**
|
|
1299
|
+
* A string containing an exact monetary amount in the given currency.
|
|
1300
|
+
*/
|
|
1301
|
+
value: string;
|
|
1302
|
+
};
|
|
1303
|
+
/**
|
|
1304
|
+
* The method by which the card was read by the terminal.
|
|
1305
|
+
*/
|
|
1306
|
+
export declare const ListSettlementPaymentsCardReadMethod: {
|
|
1307
|
+
readonly Chip: "chip";
|
|
1308
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
1309
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
1310
|
+
readonly Contactless: "contactless";
|
|
1311
|
+
readonly Moto: "moto";
|
|
1312
|
+
};
|
|
1313
|
+
/**
|
|
1314
|
+
* The method by which the card was read by the terminal.
|
|
1315
|
+
*/
|
|
1316
|
+
export type ListSettlementPaymentsCardReadMethod = ClosedEnum<typeof ListSettlementPaymentsCardReadMethod>;
|
|
1317
|
+
/**
|
|
1318
|
+
* The method used to verify the cardholder's identity.
|
|
1319
|
+
*/
|
|
1320
|
+
export declare const ListSettlementPaymentsCardVerificationMethod: {
|
|
1321
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
1322
|
+
readonly OnlinePin: "online-pin";
|
|
1323
|
+
readonly OfflinePin: "offline-pin";
|
|
1324
|
+
readonly ConsumerDevice: "consumer-device";
|
|
1325
|
+
readonly Signature: "signature";
|
|
1326
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
1327
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
1328
|
+
readonly None: "none";
|
|
1329
|
+
readonly Failed: "failed";
|
|
1330
|
+
};
|
|
1331
|
+
/**
|
|
1332
|
+
* The method used to verify the cardholder's identity.
|
|
1333
|
+
*/
|
|
1334
|
+
export type ListSettlementPaymentsCardVerificationMethod = ClosedEnum<typeof ListSettlementPaymentsCardVerificationMethod>;
|
|
1335
|
+
/**
|
|
1336
|
+
* The Point of sale receipt object.
|
|
1337
|
+
*/
|
|
1338
|
+
export type ListSettlementPaymentsReceipt = {
|
|
1339
|
+
/**
|
|
1340
|
+
* A unique code provided by the cardholder’s bank to confirm that the transaction was successfully approved.
|
|
1341
|
+
*/
|
|
1342
|
+
authorizationCode?: string | null | undefined;
|
|
1343
|
+
/**
|
|
1344
|
+
* The unique number that identifies a specific payment application on a chip card.
|
|
1345
|
+
*/
|
|
1346
|
+
applicationIdentifier?: string | null | undefined;
|
|
1347
|
+
/**
|
|
1348
|
+
* The method by which the card was read by the terminal.
|
|
1349
|
+
*/
|
|
1350
|
+
cardReadMethod?: ListSettlementPaymentsCardReadMethod | null | undefined;
|
|
1351
|
+
/**
|
|
1352
|
+
* The method used to verify the cardholder's identity.
|
|
1353
|
+
*/
|
|
1354
|
+
cardVerificationMethod?: ListSettlementPaymentsCardVerificationMethod | null | undefined;
|
|
1355
|
+
};
|
|
1356
|
+
/**
|
|
1357
|
+
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
1358
|
+
*
|
|
1359
|
+
* @remarks
|
|
1360
|
+
* the QR code details will be available in this object.
|
|
1361
|
+
*
|
|
1362
|
+
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
1363
|
+
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
1364
|
+
*/
|
|
1365
|
+
export type ListSettlementPaymentsQrCode = {
|
|
1366
|
+
/**
|
|
1367
|
+
* The height of the QR code image in pixels.
|
|
1368
|
+
*/
|
|
1369
|
+
height?: number | undefined;
|
|
1370
|
+
/**
|
|
1371
|
+
* The width of the QR code image in pixels.
|
|
1372
|
+
*/
|
|
1373
|
+
width?: number | undefined;
|
|
1374
|
+
/**
|
|
1375
|
+
* The URL to the QR code image. The image is a PNG file, and can be displayed directly in the browser or
|
|
1376
|
+
*
|
|
1377
|
+
* @remarks
|
|
1378
|
+
* downloaded.
|
|
1379
|
+
*/
|
|
1380
|
+
src?: string | undefined;
|
|
1381
|
+
};
|
|
1382
|
+
/**
|
|
1383
|
+
* An amount object for the amount that remained after all gift cards or vouchers were applied.
|
|
1384
|
+
*/
|
|
1385
|
+
export type ListSettlementPaymentsRemainderAmount = {
|
|
1386
|
+
/**
|
|
1387
|
+
* A three-character ISO 4217 currency code.
|
|
1388
|
+
*/
|
|
1389
|
+
currency: string;
|
|
1390
|
+
/**
|
|
1391
|
+
* A string containing an exact monetary amount in the given currency.
|
|
1392
|
+
*/
|
|
1393
|
+
value: string;
|
|
1394
|
+
};
|
|
1395
|
+
/**
|
|
1396
|
+
* An object containing payment details collected during the payment process. For example, details may include the
|
|
1397
|
+
*
|
|
1398
|
+
* @remarks
|
|
1399
|
+
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1400
|
+
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1401
|
+
*/
|
|
1402
|
+
export type ListSettlementPaymentsDetails = {
|
|
1403
|
+
/**
|
|
1404
|
+
* The customer's name, if made available by the payment method. For card payments, refer to details.cardHolder.
|
|
1405
|
+
*/
|
|
1406
|
+
consumerName?: string | null | undefined;
|
|
1407
|
+
/**
|
|
1408
|
+
* The customer's account reference.
|
|
1409
|
+
*
|
|
1410
|
+
* @remarks
|
|
1411
|
+
*
|
|
1412
|
+
* For banking-based payment methods — such as iDEAL — this is normally either an IBAN or a domestic bank account
|
|
1413
|
+
* number.
|
|
1414
|
+
*
|
|
1415
|
+
* For PayPal, the account reference is an email address.
|
|
1416
|
+
*
|
|
1417
|
+
* For card and Bancontact payments, refer to details.cardNumber.
|
|
1418
|
+
*/
|
|
1419
|
+
consumerAccount?: string | null | undefined;
|
|
1420
|
+
/**
|
|
1421
|
+
* The BIC of the customer's bank account, if applicable.
|
|
1422
|
+
*/
|
|
1423
|
+
consumerBic?: string | null | undefined;
|
|
1424
|
+
/**
|
|
1425
|
+
* For wallet payment methods — such as Apple Pay and PayPal — the shipping address is often already known by the
|
|
1426
|
+
*
|
|
1427
|
+
* @remarks
|
|
1428
|
+
* wallet provider. In these cases the shipping address may be available as a payment detail.
|
|
1429
|
+
*/
|
|
1430
|
+
shippingAddress?: {
|
|
1431
|
+
[k: string]: any;
|
|
1432
|
+
} | null | undefined;
|
|
1433
|
+
/**
|
|
1434
|
+
* For bancontact, it will be the customer's masked card number. For cards, it will be the last 4-digit of the
|
|
1435
|
+
*
|
|
1436
|
+
* @remarks
|
|
1437
|
+
* PAN. For Point-of-sale, it will be the the last 4 digits of the customer's masked card number.
|
|
1438
|
+
*/
|
|
1439
|
+
cardNumber?: string | null | undefined;
|
|
1440
|
+
/**
|
|
1441
|
+
* The name of the bank that the customer will need to make the bank transfer payment towards.
|
|
1442
|
+
*/
|
|
1443
|
+
bankName?: string | undefined;
|
|
1444
|
+
/**
|
|
1445
|
+
* The bank account number the customer will need to make the bank transfer payment towards.
|
|
1446
|
+
*/
|
|
1447
|
+
bankAccount?: string | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* The BIC of the bank the customer will need to make the bank transfer payment towards.
|
|
1450
|
+
*/
|
|
1451
|
+
bankBic?: string | undefined;
|
|
1452
|
+
/**
|
|
1453
|
+
* The Mollie-generated reference the customer needs to use when transfering the amount. Do not apply any
|
|
1454
|
+
*
|
|
1455
|
+
* @remarks
|
|
1456
|
+
* formatting here; show it to the customer as-is.
|
|
1457
|
+
*/
|
|
1458
|
+
transferReference?: string | null | undefined;
|
|
1459
|
+
/**
|
|
1460
|
+
* A unique fingerprint for a specific card. Can be used to identify returning customers.
|
|
1461
|
+
*
|
|
1462
|
+
* @remarks
|
|
1463
|
+
*
|
|
1464
|
+
* In the case of Point-of-sale payments, it's a unique identifier assigned to a cardholder's payment account,
|
|
1465
|
+
* linking multiple transactions from wallets and physical card to a single account, also across payment methods
|
|
1466
|
+
* or when the card is reissued.
|
|
1467
|
+
*/
|
|
1468
|
+
cardFingerprint?: string | null | undefined;
|
|
1469
|
+
/**
|
|
1470
|
+
* The customer's name as shown on their card.
|
|
1471
|
+
*/
|
|
1472
|
+
cardHolder?: string | null | undefined;
|
|
1473
|
+
/**
|
|
1474
|
+
* The card's target audience, if known.
|
|
1475
|
+
*/
|
|
1476
|
+
cardAudition?: ListSettlementPaymentsCardAudition | null | undefined;
|
|
1477
|
+
/**
|
|
1478
|
+
* The card's label, if known.
|
|
1479
|
+
*/
|
|
1480
|
+
cardLabel?: ListSettlementPaymentsCardLabel | null | undefined;
|
|
1481
|
+
/**
|
|
1482
|
+
* The ISO 3166-1 alpha-2 country code of the country the card was issued in.
|
|
1483
|
+
*/
|
|
1484
|
+
cardCountryCode?: string | null | undefined;
|
|
1485
|
+
/**
|
|
1486
|
+
* The expiry date (MM/YY) of the card as displayed on the card.
|
|
1487
|
+
*/
|
|
1488
|
+
cardExpiryDate?: string | null | undefined;
|
|
1489
|
+
/**
|
|
1490
|
+
* The card type.
|
|
1491
|
+
*/
|
|
1492
|
+
cardFunding?: ListSettlementPaymentsCardFunding | null | undefined;
|
|
1493
|
+
/**
|
|
1494
|
+
* The level of security applied during card processing.
|
|
1495
|
+
*/
|
|
1496
|
+
cardSecurity?: ListSettlementPaymentsCardSecurity | null | undefined;
|
|
1497
|
+
/**
|
|
1498
|
+
* The applicable card fee region.
|
|
1499
|
+
*/
|
|
1500
|
+
feeRegion?: ListSettlementPaymentsFeeRegion | null | undefined;
|
|
1501
|
+
/**
|
|
1502
|
+
* The first 6 and last 4 digits of the card number.
|
|
1503
|
+
*/
|
|
1504
|
+
cardMaskedNumber?: string | null | undefined;
|
|
1505
|
+
/**
|
|
1506
|
+
* The outcome of authentication attempted on transactions enforced by 3DS (ie valid only for oneoff and first).
|
|
1507
|
+
*/
|
|
1508
|
+
card3dsEci?: string | null | undefined;
|
|
1509
|
+
/**
|
|
1510
|
+
* The first 6 digit of the card bank identification number.
|
|
1511
|
+
*/
|
|
1512
|
+
cardBin?: string | null | undefined;
|
|
1513
|
+
/**
|
|
1514
|
+
* The issuer of the Card.
|
|
1515
|
+
*/
|
|
1516
|
+
cardIssuer?: string | null | undefined;
|
|
1517
|
+
/**
|
|
1518
|
+
* A failure code to help understand why the payment failed.
|
|
1519
|
+
*/
|
|
1520
|
+
failureReason?: ListSettlementPaymentsFailureReason | null | undefined;
|
|
1521
|
+
/**
|
|
1522
|
+
* A human-friendly failure message that can be shown to the customer. The message is translated in accordance
|
|
1523
|
+
*
|
|
1524
|
+
* @remarks
|
|
1525
|
+
* with the payment's locale setting.
|
|
1526
|
+
*/
|
|
1527
|
+
failureMessage?: string | null | undefined;
|
|
1528
|
+
/**
|
|
1529
|
+
* The wallet used when creating the payment.
|
|
1530
|
+
*/
|
|
1531
|
+
wallet?: ListSettlementPaymentsWallet | null | undefined;
|
|
1532
|
+
/**
|
|
1533
|
+
* PayPal's reference for the payment.
|
|
1534
|
+
*/
|
|
1535
|
+
paypalReference?: string | null | undefined;
|
|
1536
|
+
/**
|
|
1537
|
+
* ID of the customer's PayPal account.
|
|
1538
|
+
*/
|
|
1539
|
+
paypalPayerId?: string | null | undefined;
|
|
1540
|
+
/**
|
|
1541
|
+
* Indicates to what extent the payment is eligible for PayPal's Seller Protection. Only available for PayPal
|
|
1542
|
+
*
|
|
1543
|
+
* @remarks
|
|
1544
|
+
* payments, and if the information is made available by PayPal.
|
|
1545
|
+
*/
|
|
1546
|
+
sellerProtection?: ListSettlementPaymentsSellerProtection | null | undefined;
|
|
1547
|
+
/**
|
|
1548
|
+
* An amount object containing the fee PayPal will charge for this transaction. The field may be omitted if
|
|
1549
|
+
*
|
|
1550
|
+
* @remarks
|
|
1551
|
+
* PayPal will not charge a fee for this transaction.
|
|
1552
|
+
*/
|
|
1553
|
+
paypalFee?: ListSettlementPaymentsPaypalFee | null | undefined;
|
|
1554
|
+
/**
|
|
1555
|
+
* The paysafecard customer reference either provided via the API or otherwise auto-generated by Mollie.
|
|
1556
|
+
*/
|
|
1557
|
+
customerReference?: string | undefined;
|
|
1558
|
+
/**
|
|
1559
|
+
* The ID of the terminal device where the payment took place on.
|
|
1560
|
+
*/
|
|
1561
|
+
terminalId?: string | undefined;
|
|
1562
|
+
/**
|
|
1563
|
+
* The first 6 digits & last 4 digits of the customer's masked card number.
|
|
1564
|
+
*/
|
|
1565
|
+
maskedNumber?: string | null | undefined;
|
|
1566
|
+
/**
|
|
1567
|
+
* The Point of sale receipt object.
|
|
1568
|
+
*/
|
|
1569
|
+
receipt?: ListSettlementPaymentsReceipt | undefined;
|
|
1570
|
+
/**
|
|
1571
|
+
* The creditor identifier indicates who is authorized to execute the payment. In this case, it is a
|
|
1572
|
+
*
|
|
1573
|
+
* @remarks
|
|
1574
|
+
* reference to Mollie.
|
|
1575
|
+
*/
|
|
1576
|
+
creditorIdentifier?: string | null | undefined;
|
|
1577
|
+
/**
|
|
1578
|
+
* Estimated date the payment is debited from the customer's bank account, in YYYY-MM-DD format.
|
|
1579
|
+
*/
|
|
1580
|
+
dueDate?: RFCDate | null | undefined;
|
|
1581
|
+
/**
|
|
1582
|
+
* Date the payment has been signed by the customer, in YYYY-MM-DD format. Only available if the payment
|
|
1583
|
+
*
|
|
1584
|
+
* @remarks
|
|
1585
|
+
* has been signed.
|
|
1586
|
+
*/
|
|
1587
|
+
signatureDate?: RFCDate | null | undefined;
|
|
1588
|
+
/**
|
|
1589
|
+
* The official reason why this payment has failed. A detailed description of each reason is available on the
|
|
1590
|
+
*
|
|
1591
|
+
* @remarks
|
|
1592
|
+
* website of the European Payments Council.
|
|
1593
|
+
*/
|
|
1594
|
+
bankReasonCode?: string | null | undefined;
|
|
1595
|
+
/**
|
|
1596
|
+
* A human-friendly description of the failure reason.
|
|
1597
|
+
*/
|
|
1598
|
+
bankReason?: string | null | undefined;
|
|
1599
|
+
/**
|
|
1600
|
+
* The end-to-end identifier you provided in the batch file.
|
|
1601
|
+
*/
|
|
1602
|
+
endToEndIdentifier?: string | null | undefined;
|
|
1603
|
+
/**
|
|
1604
|
+
* The mandate reference you provided in the batch file.
|
|
1605
|
+
*/
|
|
1606
|
+
mandateReference?: string | null | undefined;
|
|
1607
|
+
/**
|
|
1608
|
+
* The batch reference you provided in the batch file.
|
|
1609
|
+
*/
|
|
1610
|
+
batchReference?: string | null | undefined;
|
|
1611
|
+
/**
|
|
1612
|
+
* The file reference you provided in the batch file.
|
|
1613
|
+
*/
|
|
1614
|
+
fileReference?: string | null | undefined;
|
|
1615
|
+
/**
|
|
1616
|
+
* Optional include. If a QR code was requested during payment creation for a QR-compatible payment method,
|
|
1617
|
+
*
|
|
1618
|
+
* @remarks
|
|
1619
|
+
* the QR code details will be available in this object.
|
|
1620
|
+
*
|
|
1621
|
+
* The QR code can be scanned by the customer to complete the payment on their mobile device. For example,
|
|
1622
|
+
* Bancontact QR payments can be completed by the customer using the Bancontact app.
|
|
1623
|
+
*/
|
|
1624
|
+
qrCode?: ListSettlementPaymentsQrCode | undefined;
|
|
1625
|
+
/**
|
|
1626
|
+
* For payments with gift cards: the masked gift card number of the first gift card applied to the payment.
|
|
1627
|
+
*/
|
|
1628
|
+
voucherNumber?: string | undefined;
|
|
1629
|
+
/**
|
|
1630
|
+
* An array of detail objects for each gift card that was used on this payment, if any.
|
|
1631
|
+
*/
|
|
1632
|
+
giftcards?: Array<{
|
|
1633
|
+
[k: string]: any;
|
|
1634
|
+
}> | undefined;
|
|
1635
|
+
/**
|
|
1636
|
+
* For payments with vouchers: the brand name of the first voucher applied.
|
|
1637
|
+
*/
|
|
1638
|
+
issuer?: string | undefined;
|
|
1639
|
+
/**
|
|
1640
|
+
* An array of detail objects for each voucher that was used on this payment, if any.
|
|
1641
|
+
*/
|
|
1642
|
+
vouchers?: Array<{
|
|
1643
|
+
[k: string]: any;
|
|
1644
|
+
}> | undefined;
|
|
1645
|
+
/**
|
|
1646
|
+
* An amount object for the amount that remained after all gift cards or vouchers were applied.
|
|
1647
|
+
*/
|
|
1648
|
+
remainderAmount?: ListSettlementPaymentsRemainderAmount | undefined;
|
|
1649
|
+
/**
|
|
1650
|
+
* The payment method used to pay the remainder amount, after all gift cards or vouchers were applied.
|
|
1651
|
+
*/
|
|
1652
|
+
remainderMethod?: string | undefined;
|
|
1653
|
+
/**
|
|
1654
|
+
* Optional include. The full payment method details of the remainder payment.
|
|
1655
|
+
*/
|
|
1656
|
+
remainderDetails?: {
|
|
1657
|
+
[k: string]: any;
|
|
1658
|
+
} | undefined;
|
|
1659
|
+
};
|
|
1031
1660
|
/**
|
|
1032
1661
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1033
1662
|
*/
|
|
@@ -1244,6 +1873,38 @@ export type ListSettlementPaymentsPaymentDocumentation = {
|
|
|
1244
1873
|
*/
|
|
1245
1874
|
type: string;
|
|
1246
1875
|
};
|
|
1876
|
+
/**
|
|
1877
|
+
* Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
|
|
1878
|
+
*
|
|
1879
|
+
* @remarks
|
|
1880
|
+
* successful).
|
|
1881
|
+
*/
|
|
1882
|
+
export type ListSettlementPaymentsLinksStatus = {
|
|
1883
|
+
/**
|
|
1884
|
+
* The actual URL string.
|
|
1885
|
+
*/
|
|
1886
|
+
href: string;
|
|
1887
|
+
/**
|
|
1888
|
+
* The content type of the page or endpoint the URL points to.
|
|
1889
|
+
*/
|
|
1890
|
+
type: string;
|
|
1891
|
+
};
|
|
1892
|
+
/**
|
|
1893
|
+
* Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
|
|
1894
|
+
*
|
|
1895
|
+
* @remarks
|
|
1896
|
+
* bank transfer.
|
|
1897
|
+
*/
|
|
1898
|
+
export type ListSettlementPaymentsPayOnline = {
|
|
1899
|
+
/**
|
|
1900
|
+
* The actual URL string.
|
|
1901
|
+
*/
|
|
1902
|
+
href: string;
|
|
1903
|
+
/**
|
|
1904
|
+
* The content type of the page or endpoint the URL points to.
|
|
1905
|
+
*/
|
|
1906
|
+
type: string;
|
|
1907
|
+
};
|
|
1247
1908
|
/**
|
|
1248
1909
|
* An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.
|
|
1249
1910
|
*/
|
|
@@ -1329,6 +1990,20 @@ export type ListSettlementPaymentsPaymentLinks = {
|
|
|
1329
1990
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1330
1991
|
*/
|
|
1331
1992
|
documentation?: ListSettlementPaymentsPaymentDocumentation | undefined;
|
|
1993
|
+
/**
|
|
1994
|
+
* Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was
|
|
1995
|
+
*
|
|
1996
|
+
* @remarks
|
|
1997
|
+
* successful).
|
|
1998
|
+
*/
|
|
1999
|
+
status?: ListSettlementPaymentsLinksStatus | undefined;
|
|
2000
|
+
/**
|
|
2001
|
+
* Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy
|
|
2002
|
+
*
|
|
2003
|
+
* @remarks
|
|
2004
|
+
* bank transfer.
|
|
2005
|
+
*/
|
|
2006
|
+
payOnline?: ListSettlementPaymentsPayOnline | undefined;
|
|
1332
2007
|
};
|
|
1333
2008
|
export type ListSettlementPaymentsPaymentOutput = {
|
|
1334
2009
|
/**
|
|
@@ -1665,7 +2340,7 @@ export type ListSettlementPaymentsPaymentOutput = {
|
|
|
1665
2340
|
* @remarks
|
|
1666
2341
|
* statuses occur at what point.
|
|
1667
2342
|
*/
|
|
1668
|
-
status:
|
|
2343
|
+
status: ListSettlementPaymentsStatusEnum;
|
|
1669
2344
|
/**
|
|
1670
2345
|
* This object offers details about the status of a payment. Currently it is only available for point-of-sale
|
|
1671
2346
|
*
|
|
@@ -1687,9 +2362,7 @@ export type ListSettlementPaymentsPaymentOutput = {
|
|
|
1687
2362
|
* customer's card or bank details and a payment reference. For the full list of details, please refer to the
|
|
1688
2363
|
* [method-specific parameters](extra-payment-parameters) guide.
|
|
1689
2364
|
*/
|
|
1690
|
-
details?:
|
|
1691
|
-
[k: string]: any;
|
|
1692
|
-
} | null | undefined;
|
|
2365
|
+
details?: ListSettlementPaymentsDetails | null | undefined;
|
|
1693
2366
|
/**
|
|
1694
2367
|
* The entity's date and time of creation, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
1695
2368
|
*/
|
|
@@ -1806,19 +2479,19 @@ export type ListSettlementPaymentsLinks = {
|
|
|
1806
2479
|
/**
|
|
1807
2480
|
* The URL to the current set of items.
|
|
1808
2481
|
*/
|
|
1809
|
-
self
|
|
2482
|
+
self: ListSettlementPaymentsSelf;
|
|
1810
2483
|
/**
|
|
1811
2484
|
* The previous set of items, if available.
|
|
1812
2485
|
*/
|
|
1813
|
-
previous
|
|
2486
|
+
previous: ListSettlementPaymentsPrevious | null;
|
|
1814
2487
|
/**
|
|
1815
2488
|
* The next set of items, if available.
|
|
1816
2489
|
*/
|
|
1817
|
-
next
|
|
2490
|
+
next: ListSettlementPaymentsNext | null;
|
|
1818
2491
|
/**
|
|
1819
2492
|
* In v2 endpoints, URLs are commonly represented as objects with an `href` and `type` field.
|
|
1820
2493
|
*/
|
|
1821
|
-
documentation
|
|
2494
|
+
documentation: ListSettlementPaymentsDocumentation;
|
|
1822
2495
|
};
|
|
1823
2496
|
/**
|
|
1824
2497
|
* A list of payment objects.
|
|
@@ -1833,12 +2506,12 @@ export type ListSettlementPaymentsResponse = {
|
|
|
1833
2506
|
* The maximum number of items per result set is controlled by the `limit` property provided in the request. The default
|
|
1834
2507
|
* limit is 50 items.
|
|
1835
2508
|
*/
|
|
1836
|
-
count
|
|
1837
|
-
embedded
|
|
2509
|
+
count: number;
|
|
2510
|
+
embedded: ListSettlementPaymentsEmbedded;
|
|
1838
2511
|
/**
|
|
1839
2512
|
* Links to help navigate through the lists of items. Every URL object will contain an `href` and a `type` field.
|
|
1840
2513
|
*/
|
|
1841
|
-
links
|
|
2514
|
+
links: ListSettlementPaymentsLinks;
|
|
1842
2515
|
};
|
|
1843
2516
|
/** @internal */
|
|
1844
2517
|
export declare const ListSettlementPaymentsSort$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsSort>;
|
|
@@ -2851,15 +3524,15 @@ export declare namespace ListSettlementPaymentsSequenceType$ {
|
|
|
2851
3524
|
}>;
|
|
2852
3525
|
}
|
|
2853
3526
|
/** @internal */
|
|
2854
|
-
export declare const
|
|
3527
|
+
export declare const ListSettlementPaymentsStatusEnum$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsStatusEnum>;
|
|
2855
3528
|
/** @internal */
|
|
2856
|
-
export declare const
|
|
3529
|
+
export declare const ListSettlementPaymentsStatusEnum$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsStatusEnum>;
|
|
2857
3530
|
/**
|
|
2858
3531
|
* @internal
|
|
2859
3532
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2860
3533
|
*/
|
|
2861
|
-
export declare namespace
|
|
2862
|
-
/** @deprecated use `
|
|
3534
|
+
export declare namespace ListSettlementPaymentsStatusEnum$ {
|
|
3535
|
+
/** @deprecated use `ListSettlementPaymentsStatusEnum$inboundSchema` instead. */
|
|
2863
3536
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2864
3537
|
readonly Open: "open";
|
|
2865
3538
|
readonly Pending: "pending";
|
|
@@ -2869,7 +3542,7 @@ export declare namespace ListSettlementPaymentsStatus$ {
|
|
|
2869
3542
|
readonly Expired: "expired";
|
|
2870
3543
|
readonly Failed: "failed";
|
|
2871
3544
|
}>;
|
|
2872
|
-
/** @deprecated use `
|
|
3545
|
+
/** @deprecated use `ListSettlementPaymentsStatusEnum$outboundSchema` instead. */
|
|
2873
3546
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2874
3547
|
readonly Open: "open";
|
|
2875
3548
|
readonly Pending: "pending";
|
|
@@ -2881,6 +3554,254 @@ export declare namespace ListSettlementPaymentsStatus$ {
|
|
|
2881
3554
|
}>;
|
|
2882
3555
|
}
|
|
2883
3556
|
/** @internal */
|
|
3557
|
+
export declare const ListSettlementPaymentsCode$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCode>;
|
|
3558
|
+
/** @internal */
|
|
3559
|
+
export declare const ListSettlementPaymentsCode$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCode>;
|
|
3560
|
+
/**
|
|
3561
|
+
* @internal
|
|
3562
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3563
|
+
*/
|
|
3564
|
+
export declare namespace ListSettlementPaymentsCode$ {
|
|
3565
|
+
/** @deprecated use `ListSettlementPaymentsCode$inboundSchema` instead. */
|
|
3566
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3567
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
3568
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
3569
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
3570
|
+
readonly CaptureCard: "capture_card";
|
|
3571
|
+
readonly DoNotHonor: "do_not_honor";
|
|
3572
|
+
readonly Error: "error";
|
|
3573
|
+
readonly PartialApproval: "partial_approval";
|
|
3574
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
3575
|
+
readonly InvalidAmount: "invalid_amount";
|
|
3576
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
3577
|
+
readonly LostCard: "lost_card";
|
|
3578
|
+
readonly StolenCard: "stolen_card";
|
|
3579
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3580
|
+
readonly ExpiredCard: "expired_card";
|
|
3581
|
+
readonly InvalidPin: "invalid_pin";
|
|
3582
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
3583
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
3584
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
3585
|
+
readonly RestrictedCard: "restricted_card";
|
|
3586
|
+
readonly SecurityViolation: "security_violation";
|
|
3587
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
3588
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
3589
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
3590
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
3591
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
3592
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
3593
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
3594
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
3595
|
+
readonly HonorWithId: "honor_with_id";
|
|
3596
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3597
|
+
readonly FormatError: "format_error";
|
|
3598
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
3599
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
3600
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
3601
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
3602
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
3603
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
3604
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
3605
|
+
readonly PolicyRelated: "policy_related";
|
|
3606
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
3607
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
3608
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
3609
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
3610
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
3611
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
3612
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
3613
|
+
readonly VipApproval: "vip_approval";
|
|
3614
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
3615
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
3616
|
+
readonly NoActionTaken: "no_action_taken";
|
|
3617
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
3618
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
3619
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
3620
|
+
readonly ClosedAccount: "closed_account";
|
|
3621
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
3622
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
3623
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
3624
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
3625
|
+
readonly PinDataRequired: "pin_data_required";
|
|
3626
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
3627
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
3628
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
3629
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
3630
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
3631
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
3632
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
3633
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
3634
|
+
readonly ForceStip: "force_stip";
|
|
3635
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
3636
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
3637
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
3638
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
3639
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
3640
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
3641
|
+
readonly UnsafePin: "unsafe_pin";
|
|
3642
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
3643
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
3644
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
3645
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
3646
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
3647
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
3648
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
3649
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
3650
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
3651
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
3652
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
3653
|
+
readonly TerminalClosed: "terminal_closed";
|
|
3654
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
3655
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
3656
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
3657
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
3658
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
3659
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
3660
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
3661
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
3662
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
3663
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
3664
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
3665
|
+
readonly TerminalBusy: "terminal_busy";
|
|
3666
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
3667
|
+
readonly ServiceFailed: "service_failed";
|
|
3668
|
+
readonly InvalidOperation: "invalid_operation";
|
|
3669
|
+
readonly AuthorizationError: "authorization_error";
|
|
3670
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
3671
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
3672
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
3673
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
3674
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
3675
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
3676
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
3677
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
3678
|
+
readonly CardNotAvailable: "card_not_available";
|
|
3679
|
+
readonly WrongCurrency: "wrong_currency";
|
|
3680
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
3681
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
3682
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
3683
|
+
}>;
|
|
3684
|
+
/** @deprecated use `ListSettlementPaymentsCode$outboundSchema` instead. */
|
|
3685
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3686
|
+
readonly ApprovedOrCompletedSuccessfully: "approved_or_completed_successfully";
|
|
3687
|
+
readonly ReferToCardIssuer: "refer_to_card_issuer";
|
|
3688
|
+
readonly InvalidMerchant: "invalid_merchant";
|
|
3689
|
+
readonly CaptureCard: "capture_card";
|
|
3690
|
+
readonly DoNotHonor: "do_not_honor";
|
|
3691
|
+
readonly Error: "error";
|
|
3692
|
+
readonly PartialApproval: "partial_approval";
|
|
3693
|
+
readonly InvalidTransaction: "invalid_transaction";
|
|
3694
|
+
readonly InvalidAmount: "invalid_amount";
|
|
3695
|
+
readonly InvalidIssuer: "invalid_issuer";
|
|
3696
|
+
readonly LostCard: "lost_card";
|
|
3697
|
+
readonly StolenCard: "stolen_card";
|
|
3698
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3699
|
+
readonly ExpiredCard: "expired_card";
|
|
3700
|
+
readonly InvalidPin: "invalid_pin";
|
|
3701
|
+
readonly TransactionNotPermittedToCardholder: "transaction_not_permitted_to_cardholder";
|
|
3702
|
+
readonly TransactionNotAllowedAtTerminal: "transaction_not_allowed_at_terminal";
|
|
3703
|
+
readonly ExceedsWithdrawalAmountLimit: "exceeds_withdrawal_amount_limit";
|
|
3704
|
+
readonly RestrictedCard: "restricted_card";
|
|
3705
|
+
readonly SecurityViolation: "security_violation";
|
|
3706
|
+
readonly ExceedsWithdrawalCountLimit: "exceeds_withdrawal_count_limit";
|
|
3707
|
+
readonly AllowableNumberOfPinTriesExceeded: "allowable_number_of_pin_tries_exceeded";
|
|
3708
|
+
readonly NoReasonToDecline: "no_reason_to_decline";
|
|
3709
|
+
readonly CannotVerifyPin: "cannot_verify_pin";
|
|
3710
|
+
readonly IssuerUnavailable: "issuer_unavailable";
|
|
3711
|
+
readonly UnableToRouteTransaction: "unable_to_route_transaction";
|
|
3712
|
+
readonly DuplicateTransaction: "duplicate_transaction";
|
|
3713
|
+
readonly SystemMalfunction: "system_malfunction";
|
|
3714
|
+
readonly HonorWithId: "honor_with_id";
|
|
3715
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3716
|
+
readonly FormatError: "format_error";
|
|
3717
|
+
readonly ContactCardIssuer: "contact_card_issuer";
|
|
3718
|
+
readonly PinNotChanged: "pin_not_changed";
|
|
3719
|
+
readonly InvalidNonexistentToAccountSpecified: "invalid_nonexistent_to_account_specified";
|
|
3720
|
+
readonly InvalidNonexistentFromAccountSpecified: "invalid_nonexistent_from_account_specified";
|
|
3721
|
+
readonly InvalidNonexistentAccountSpecified: "invalid_nonexistent_account_specified";
|
|
3722
|
+
readonly LifecycleRelated: "lifecycle_related";
|
|
3723
|
+
readonly DomesticDebitTransactionNotAllowed: "domestic_debit_transaction_not_allowed";
|
|
3724
|
+
readonly PolicyRelated: "policy_related";
|
|
3725
|
+
readonly FraudSecurityRelated: "fraud_security_related";
|
|
3726
|
+
readonly InvalidAuthorizationLifeCycle: "invalid_authorization_life_cycle";
|
|
3727
|
+
readonly PurchaseAmountOnlyNoCashBackAllowed: "purchase_amount_only_no_cash_back_allowed";
|
|
3728
|
+
readonly CryptographicFailure: "cryptographic_failure";
|
|
3729
|
+
readonly UnacceptablePin: "unacceptable_pin";
|
|
3730
|
+
readonly ReferToCardIssuerSpecialCondition: "refer_to_card_issuer_special_condition";
|
|
3731
|
+
readonly PickUpCardSpecialCondition: "pick_up_card_special_condition";
|
|
3732
|
+
readonly VipApproval: "vip_approval";
|
|
3733
|
+
readonly InvalidAccountNumber: "invalid_account_number";
|
|
3734
|
+
readonly ReEnterTransaction: "re_enter_transaction";
|
|
3735
|
+
readonly NoActionTaken: "no_action_taken";
|
|
3736
|
+
readonly UnableToLocateRecord: "unable_to_locate_record";
|
|
3737
|
+
readonly FileTemporarilyUnavailable: "file_temporarily_unavailable";
|
|
3738
|
+
readonly NoCreditAccount: "no_credit_account";
|
|
3739
|
+
readonly ClosedAccount: "closed_account";
|
|
3740
|
+
readonly NoCheckingAccount: "no_checking_account";
|
|
3741
|
+
readonly NoSavingsAccount: "no_savings_account";
|
|
3742
|
+
readonly SuspectedFraud: "suspected_fraud";
|
|
3743
|
+
readonly TransactionDoesNotFulfillAmlRequirement: "transaction_does_not_fulfill_aml_requirement";
|
|
3744
|
+
readonly PinDataRequired: "pin_data_required";
|
|
3745
|
+
readonly UnableToLocatePreviousMessage: "unable_to_locate_previous_message";
|
|
3746
|
+
readonly PreviousMessageLocatedInconsistentData: "previous_message_located_inconsistent_data";
|
|
3747
|
+
readonly BlockedFirstUsed: "blocked_first_used";
|
|
3748
|
+
readonly TransactionReversed: "transaction_reversed";
|
|
3749
|
+
readonly CreditIssuerUnavailable: "credit_issuer_unavailable";
|
|
3750
|
+
readonly PinCryptographicErrorFound: "pin_cryptographic_error_found";
|
|
3751
|
+
readonly NegativeOnlineCamResult: "negative_online_cam_result";
|
|
3752
|
+
readonly ViolationOfLaw: "violation_of_law";
|
|
3753
|
+
readonly ForceStip: "force_stip";
|
|
3754
|
+
readonly CashServiceNotAvailable: "cash_service_not_available";
|
|
3755
|
+
readonly CashbackRequestExceedsIssuerLimit: "cashback_request_exceeds_issuer_limit";
|
|
3756
|
+
readonly DeclineForCvv2Failure: "decline_for_cvv2_failure";
|
|
3757
|
+
readonly TransactionAmountExceedsPreAuthorizedAmount: "transaction_amount_exceeds_pre_authorized_amount";
|
|
3758
|
+
readonly InvalidBillerInformation: "invalid_biller_information";
|
|
3759
|
+
readonly PinChangeUnblockRequestDeclined: "pin_change_unblock_request_declined";
|
|
3760
|
+
readonly UnsafePin: "unsafe_pin";
|
|
3761
|
+
readonly CardAuthenticationFailed: "card_authentication_failed";
|
|
3762
|
+
readonly StopPaymentOrder: "stop_payment_order";
|
|
3763
|
+
readonly RevocationOfAuthorization: "revocation_of_authorization";
|
|
3764
|
+
readonly RevocationOfAllAuthorizations: "revocation_of_all_authorizations";
|
|
3765
|
+
readonly ForwardToIssuerXa: "forward_to_issuer_xa";
|
|
3766
|
+
readonly ForwardToIssuerXd: "forward_to_issuer_xd";
|
|
3767
|
+
readonly UnableToGoOnline: "unable_to_go_online";
|
|
3768
|
+
readonly AdditionalCustomerAuthenticationRequired: "additional_customer_authentication_required";
|
|
3769
|
+
readonly MerchantIdNotFound: "merchant_id_not_found";
|
|
3770
|
+
readonly MerchantAccountClosed: "merchant_account_closed";
|
|
3771
|
+
readonly TerminalIdNotFound: "terminal_id_not_found";
|
|
3772
|
+
readonly TerminalClosed: "terminal_closed";
|
|
3773
|
+
readonly InvalidCategoryCode: "invalid_category_code";
|
|
3774
|
+
readonly InvalidCurrency: "invalid_currency";
|
|
3775
|
+
readonly MissingCvv2Cvc2: "missing_cvv2_cvc2";
|
|
3776
|
+
readonly Cvv2NotAllowed: "cvv2_not_allowed";
|
|
3777
|
+
readonly MerchantNotRegisteredVbv: "merchant_not_registered_vbv";
|
|
3778
|
+
readonly MerchantNotRegisteredForAmex: "merchant_not_registered_for_amex";
|
|
3779
|
+
readonly TransactionNotPermittedAtTerminal: "transaction_not_permitted_at_terminal";
|
|
3780
|
+
readonly AgreementTerminalNotRelated: "agreement_terminal_not_related";
|
|
3781
|
+
readonly InvalidProcessorId: "invalid_processor_id";
|
|
3782
|
+
readonly InvalidMerchantData: "invalid_merchant_data";
|
|
3783
|
+
readonly SubMerchantAccountClosed: "sub_merchant_account_closed";
|
|
3784
|
+
readonly TerminalBusy: "terminal_busy";
|
|
3785
|
+
readonly TerminalUnreachable: "terminal_unreachable";
|
|
3786
|
+
readonly ServiceFailed: "service_failed";
|
|
3787
|
+
readonly InvalidOperation: "invalid_operation";
|
|
3788
|
+
readonly AuthorizationError: "authorization_error";
|
|
3789
|
+
readonly LoginFailedWithoutReason: "login_failed_without_reason";
|
|
3790
|
+
readonly InvalidRetailer: "invalid_retailer";
|
|
3791
|
+
readonly CardDoesNotExist: "card_does_not_exist";
|
|
3792
|
+
readonly CardIsBlocked: "card_is_blocked";
|
|
3793
|
+
readonly InvalidCardId: "invalid_card_id";
|
|
3794
|
+
readonly CardIsTransferred: "card_is_transferred";
|
|
3795
|
+
readonly CardIsNotActive: "card_is_not_active";
|
|
3796
|
+
readonly IncorrectPurchaseValue: "incorrect_purchase_value";
|
|
3797
|
+
readonly CardNotAvailable: "card_not_available";
|
|
3798
|
+
readonly WrongCurrency: "wrong_currency";
|
|
3799
|
+
readonly LoginFailedUnknownUser: "login_failed_unknown_user";
|
|
3800
|
+
readonly LoginFailedInvalidPassword: "login_failed_invalid_password";
|
|
3801
|
+
readonly InvalidEanCode: "invalid_ean_code";
|
|
3802
|
+
}>;
|
|
3803
|
+
}
|
|
3804
|
+
/** @internal */
|
|
2884
3805
|
export declare const ListSettlementPaymentsStatusReason$inboundSchema: z.ZodType<ListSettlementPaymentsStatusReason, z.ZodTypeDef, unknown>;
|
|
2885
3806
|
/** @internal */
|
|
2886
3807
|
export type ListSettlementPaymentsStatusReason$Outbound = {
|
|
@@ -2904,6 +3825,478 @@ export declare namespace ListSettlementPaymentsStatusReason$ {
|
|
|
2904
3825
|
export declare function listSettlementPaymentsStatusReasonToJSON(listSettlementPaymentsStatusReason: ListSettlementPaymentsStatusReason): string;
|
|
2905
3826
|
export declare function listSettlementPaymentsStatusReasonFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsStatusReason, SDKValidationError>;
|
|
2906
3827
|
/** @internal */
|
|
3828
|
+
export declare const ListSettlementPaymentsCardAudition$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardAudition>;
|
|
3829
|
+
/** @internal */
|
|
3830
|
+
export declare const ListSettlementPaymentsCardAudition$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardAudition>;
|
|
3831
|
+
/**
|
|
3832
|
+
* @internal
|
|
3833
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3834
|
+
*/
|
|
3835
|
+
export declare namespace ListSettlementPaymentsCardAudition$ {
|
|
3836
|
+
/** @deprecated use `ListSettlementPaymentsCardAudition$inboundSchema` instead. */
|
|
3837
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3838
|
+
readonly Consumer: "consumer";
|
|
3839
|
+
readonly Business: "business";
|
|
3840
|
+
}>;
|
|
3841
|
+
/** @deprecated use `ListSettlementPaymentsCardAudition$outboundSchema` instead. */
|
|
3842
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3843
|
+
readonly Consumer: "consumer";
|
|
3844
|
+
readonly Business: "business";
|
|
3845
|
+
}>;
|
|
3846
|
+
}
|
|
3847
|
+
/** @internal */
|
|
3848
|
+
export declare const ListSettlementPaymentsCardLabel$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardLabel>;
|
|
3849
|
+
/** @internal */
|
|
3850
|
+
export declare const ListSettlementPaymentsCardLabel$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardLabel>;
|
|
3851
|
+
/**
|
|
3852
|
+
* @internal
|
|
3853
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3854
|
+
*/
|
|
3855
|
+
export declare namespace ListSettlementPaymentsCardLabel$ {
|
|
3856
|
+
/** @deprecated use `ListSettlementPaymentsCardLabel$inboundSchema` instead. */
|
|
3857
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3858
|
+
readonly AmericanExpress: "American Express";
|
|
3859
|
+
readonly CartaSi: "Carta Si";
|
|
3860
|
+
readonly CarteBleue: "Carte Bleue";
|
|
3861
|
+
readonly Dankort: "Dankort";
|
|
3862
|
+
readonly DinersClub: "Diners Club";
|
|
3863
|
+
readonly Discover: "Discover";
|
|
3864
|
+
readonly Jcb: "JCB";
|
|
3865
|
+
readonly Laser: "Laser";
|
|
3866
|
+
readonly Maestro: "Maestro";
|
|
3867
|
+
readonly Mastercard: "Mastercard";
|
|
3868
|
+
readonly Unionpay: "Unionpay";
|
|
3869
|
+
readonly Visa: "Visa";
|
|
3870
|
+
readonly Vpay: "Vpay";
|
|
3871
|
+
}>;
|
|
3872
|
+
/** @deprecated use `ListSettlementPaymentsCardLabel$outboundSchema` instead. */
|
|
3873
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3874
|
+
readonly AmericanExpress: "American Express";
|
|
3875
|
+
readonly CartaSi: "Carta Si";
|
|
3876
|
+
readonly CarteBleue: "Carte Bleue";
|
|
3877
|
+
readonly Dankort: "Dankort";
|
|
3878
|
+
readonly DinersClub: "Diners Club";
|
|
3879
|
+
readonly Discover: "Discover";
|
|
3880
|
+
readonly Jcb: "JCB";
|
|
3881
|
+
readonly Laser: "Laser";
|
|
3882
|
+
readonly Maestro: "Maestro";
|
|
3883
|
+
readonly Mastercard: "Mastercard";
|
|
3884
|
+
readonly Unionpay: "Unionpay";
|
|
3885
|
+
readonly Visa: "Visa";
|
|
3886
|
+
readonly Vpay: "Vpay";
|
|
3887
|
+
}>;
|
|
3888
|
+
}
|
|
3889
|
+
/** @internal */
|
|
3890
|
+
export declare const ListSettlementPaymentsCardFunding$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardFunding>;
|
|
3891
|
+
/** @internal */
|
|
3892
|
+
export declare const ListSettlementPaymentsCardFunding$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardFunding>;
|
|
3893
|
+
/**
|
|
3894
|
+
* @internal
|
|
3895
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3896
|
+
*/
|
|
3897
|
+
export declare namespace ListSettlementPaymentsCardFunding$ {
|
|
3898
|
+
/** @deprecated use `ListSettlementPaymentsCardFunding$inboundSchema` instead. */
|
|
3899
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3900
|
+
readonly Debit: "debit";
|
|
3901
|
+
readonly Credit: "credit";
|
|
3902
|
+
readonly Prepaid: "prepaid";
|
|
3903
|
+
readonly DeferredDebit: "deferred-debit";
|
|
3904
|
+
}>;
|
|
3905
|
+
/** @deprecated use `ListSettlementPaymentsCardFunding$outboundSchema` instead. */
|
|
3906
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3907
|
+
readonly Debit: "debit";
|
|
3908
|
+
readonly Credit: "credit";
|
|
3909
|
+
readonly Prepaid: "prepaid";
|
|
3910
|
+
readonly DeferredDebit: "deferred-debit";
|
|
3911
|
+
}>;
|
|
3912
|
+
}
|
|
3913
|
+
/** @internal */
|
|
3914
|
+
export declare const ListSettlementPaymentsCardSecurity$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardSecurity>;
|
|
3915
|
+
/** @internal */
|
|
3916
|
+
export declare const ListSettlementPaymentsCardSecurity$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardSecurity>;
|
|
3917
|
+
/**
|
|
3918
|
+
* @internal
|
|
3919
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3920
|
+
*/
|
|
3921
|
+
export declare namespace ListSettlementPaymentsCardSecurity$ {
|
|
3922
|
+
/** @deprecated use `ListSettlementPaymentsCardSecurity$inboundSchema` instead. */
|
|
3923
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3924
|
+
readonly Normal: "normal";
|
|
3925
|
+
readonly Threedsecure: "3dsecure";
|
|
3926
|
+
}>;
|
|
3927
|
+
/** @deprecated use `ListSettlementPaymentsCardSecurity$outboundSchema` instead. */
|
|
3928
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3929
|
+
readonly Normal: "normal";
|
|
3930
|
+
readonly Threedsecure: "3dsecure";
|
|
3931
|
+
}>;
|
|
3932
|
+
}
|
|
3933
|
+
/** @internal */
|
|
3934
|
+
export declare const ListSettlementPaymentsFeeRegion$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsFeeRegion>;
|
|
3935
|
+
/** @internal */
|
|
3936
|
+
export declare const ListSettlementPaymentsFeeRegion$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsFeeRegion>;
|
|
3937
|
+
/**
|
|
3938
|
+
* @internal
|
|
3939
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3940
|
+
*/
|
|
3941
|
+
export declare namespace ListSettlementPaymentsFeeRegion$ {
|
|
3942
|
+
/** @deprecated use `ListSettlementPaymentsFeeRegion$inboundSchema` instead. */
|
|
3943
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3944
|
+
readonly AmericanExpress: "american-express";
|
|
3945
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
3946
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
3947
|
+
readonly IntraEu: "intra-eu";
|
|
3948
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
3949
|
+
readonly Domestic: "domestic";
|
|
3950
|
+
readonly Maestro: "maestro";
|
|
3951
|
+
readonly Other: "other";
|
|
3952
|
+
readonly Inter: "inter";
|
|
3953
|
+
readonly IntraEea: "intra-eea";
|
|
3954
|
+
}>;
|
|
3955
|
+
/** @deprecated use `ListSettlementPaymentsFeeRegion$outboundSchema` instead. */
|
|
3956
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3957
|
+
readonly AmericanExpress: "american-express";
|
|
3958
|
+
readonly AmexIntraEea: "amex-intra-eea";
|
|
3959
|
+
readonly CarteBancaire: "carte-bancaire";
|
|
3960
|
+
readonly IntraEu: "intra-eu";
|
|
3961
|
+
readonly IntraEuCorporate: "intra-eu-corporate";
|
|
3962
|
+
readonly Domestic: "domestic";
|
|
3963
|
+
readonly Maestro: "maestro";
|
|
3964
|
+
readonly Other: "other";
|
|
3965
|
+
readonly Inter: "inter";
|
|
3966
|
+
readonly IntraEea: "intra-eea";
|
|
3967
|
+
}>;
|
|
3968
|
+
}
|
|
3969
|
+
/** @internal */
|
|
3970
|
+
export declare const ListSettlementPaymentsFailureReason$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsFailureReason>;
|
|
3971
|
+
/** @internal */
|
|
3972
|
+
export declare const ListSettlementPaymentsFailureReason$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsFailureReason>;
|
|
3973
|
+
/**
|
|
3974
|
+
* @internal
|
|
3975
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3976
|
+
*/
|
|
3977
|
+
export declare namespace ListSettlementPaymentsFailureReason$ {
|
|
3978
|
+
/** @deprecated use `ListSettlementPaymentsFailureReason$inboundSchema` instead. */
|
|
3979
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
3980
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
3981
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
3982
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
3983
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
3984
|
+
readonly CardDeclined: "card_declined";
|
|
3985
|
+
readonly CardExpired: "card_expired";
|
|
3986
|
+
readonly InactiveCard: "inactive_card";
|
|
3987
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
3988
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
3989
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
3990
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
3991
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
3992
|
+
readonly PossibleFraud: "possible_fraud";
|
|
3993
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
3994
|
+
readonly UnknownReason: "unknown_reason";
|
|
3995
|
+
}>;
|
|
3996
|
+
/** @deprecated use `ListSettlementPaymentsFailureReason$outboundSchema` instead. */
|
|
3997
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
3998
|
+
readonly AuthenticationAbandoned: "authentication_abandoned";
|
|
3999
|
+
readonly AuthenticationFailed: "authentication_failed";
|
|
4000
|
+
readonly AuthenticationRequired: "authentication_required";
|
|
4001
|
+
readonly AuthenticationUnavailableAcs: "authentication_unavailable_acs";
|
|
4002
|
+
readonly CardDeclined: "card_declined";
|
|
4003
|
+
readonly CardExpired: "card_expired";
|
|
4004
|
+
readonly InactiveCard: "inactive_card";
|
|
4005
|
+
readonly InsufficientFunds: "insufficient_funds";
|
|
4006
|
+
readonly InvalidCvv: "invalid_cvv";
|
|
4007
|
+
readonly InvalidCardHolderName: "invalid_card_holder_name";
|
|
4008
|
+
readonly InvalidCardNumber: "invalid_card_number";
|
|
4009
|
+
readonly InvalidCardType: "invalid_card_type";
|
|
4010
|
+
readonly PossibleFraud: "possible_fraud";
|
|
4011
|
+
readonly RefusedByIssuer: "refused_by_issuer";
|
|
4012
|
+
readonly UnknownReason: "unknown_reason";
|
|
4013
|
+
}>;
|
|
4014
|
+
}
|
|
4015
|
+
/** @internal */
|
|
4016
|
+
export declare const ListSettlementPaymentsWallet$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsWallet>;
|
|
4017
|
+
/** @internal */
|
|
4018
|
+
export declare const ListSettlementPaymentsWallet$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsWallet>;
|
|
4019
|
+
/**
|
|
4020
|
+
* @internal
|
|
4021
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4022
|
+
*/
|
|
4023
|
+
export declare namespace ListSettlementPaymentsWallet$ {
|
|
4024
|
+
/** @deprecated use `ListSettlementPaymentsWallet$inboundSchema` instead. */
|
|
4025
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4026
|
+
readonly Applepay: "applepay";
|
|
4027
|
+
}>;
|
|
4028
|
+
/** @deprecated use `ListSettlementPaymentsWallet$outboundSchema` instead. */
|
|
4029
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4030
|
+
readonly Applepay: "applepay";
|
|
4031
|
+
}>;
|
|
4032
|
+
}
|
|
4033
|
+
/** @internal */
|
|
4034
|
+
export declare const ListSettlementPaymentsSellerProtection$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsSellerProtection>;
|
|
4035
|
+
/** @internal */
|
|
4036
|
+
export declare const ListSettlementPaymentsSellerProtection$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsSellerProtection>;
|
|
4037
|
+
/**
|
|
4038
|
+
* @internal
|
|
4039
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4040
|
+
*/
|
|
4041
|
+
export declare namespace ListSettlementPaymentsSellerProtection$ {
|
|
4042
|
+
/** @deprecated use `ListSettlementPaymentsSellerProtection$inboundSchema` instead. */
|
|
4043
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4044
|
+
readonly Eligible: "Eligible";
|
|
4045
|
+
readonly Ineligible: "Ineligible";
|
|
4046
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
4047
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
4048
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
4049
|
+
readonly None: "None";
|
|
4050
|
+
readonly Active: "Active";
|
|
4051
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
4052
|
+
}>;
|
|
4053
|
+
/** @deprecated use `ListSettlementPaymentsSellerProtection$outboundSchema` instead. */
|
|
4054
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4055
|
+
readonly Eligible: "Eligible";
|
|
4056
|
+
readonly Ineligible: "Ineligible";
|
|
4057
|
+
readonly PartiallyEligibleINROnly: "Partially Eligible - INR Only";
|
|
4058
|
+
readonly PartiallyEligibleUnauthOnly: "Partially Eligible - Unauth Only";
|
|
4059
|
+
readonly PartiallyEligible: "Partially Eligible";
|
|
4060
|
+
readonly None: "None";
|
|
4061
|
+
readonly Active: "Active";
|
|
4062
|
+
readonly FraudControlUnauthPremiumEligible: "Fraud Control - Unauth Premium Eligible";
|
|
4063
|
+
}>;
|
|
4064
|
+
}
|
|
4065
|
+
/** @internal */
|
|
4066
|
+
export declare const ListSettlementPaymentsPaypalFee$inboundSchema: z.ZodType<ListSettlementPaymentsPaypalFee, z.ZodTypeDef, unknown>;
|
|
4067
|
+
/** @internal */
|
|
4068
|
+
export type ListSettlementPaymentsPaypalFee$Outbound = {
|
|
4069
|
+
currency: string;
|
|
4070
|
+
value: string;
|
|
4071
|
+
};
|
|
4072
|
+
/** @internal */
|
|
4073
|
+
export declare const ListSettlementPaymentsPaypalFee$outboundSchema: z.ZodType<ListSettlementPaymentsPaypalFee$Outbound, z.ZodTypeDef, ListSettlementPaymentsPaypalFee>;
|
|
4074
|
+
/**
|
|
4075
|
+
* @internal
|
|
4076
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4077
|
+
*/
|
|
4078
|
+
export declare namespace ListSettlementPaymentsPaypalFee$ {
|
|
4079
|
+
/** @deprecated use `ListSettlementPaymentsPaypalFee$inboundSchema` instead. */
|
|
4080
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsPaypalFee, z.ZodTypeDef, unknown>;
|
|
4081
|
+
/** @deprecated use `ListSettlementPaymentsPaypalFee$outboundSchema` instead. */
|
|
4082
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsPaypalFee$Outbound, z.ZodTypeDef, ListSettlementPaymentsPaypalFee>;
|
|
4083
|
+
/** @deprecated use `ListSettlementPaymentsPaypalFee$Outbound` instead. */
|
|
4084
|
+
type Outbound = ListSettlementPaymentsPaypalFee$Outbound;
|
|
4085
|
+
}
|
|
4086
|
+
export declare function listSettlementPaymentsPaypalFeeToJSON(listSettlementPaymentsPaypalFee: ListSettlementPaymentsPaypalFee): string;
|
|
4087
|
+
export declare function listSettlementPaymentsPaypalFeeFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsPaypalFee, SDKValidationError>;
|
|
4088
|
+
/** @internal */
|
|
4089
|
+
export declare const ListSettlementPaymentsCardReadMethod$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardReadMethod>;
|
|
4090
|
+
/** @internal */
|
|
4091
|
+
export declare const ListSettlementPaymentsCardReadMethod$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardReadMethod>;
|
|
4092
|
+
/**
|
|
4093
|
+
* @internal
|
|
4094
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4095
|
+
*/
|
|
4096
|
+
export declare namespace ListSettlementPaymentsCardReadMethod$ {
|
|
4097
|
+
/** @deprecated use `ListSettlementPaymentsCardReadMethod$inboundSchema` instead. */
|
|
4098
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4099
|
+
readonly Chip: "chip";
|
|
4100
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
4101
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
4102
|
+
readonly Contactless: "contactless";
|
|
4103
|
+
readonly Moto: "moto";
|
|
4104
|
+
}>;
|
|
4105
|
+
/** @deprecated use `ListSettlementPaymentsCardReadMethod$outboundSchema` instead. */
|
|
4106
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4107
|
+
readonly Chip: "chip";
|
|
4108
|
+
readonly MagneticStripe: "magnetic-stripe";
|
|
4109
|
+
readonly NearFieldCommunication: "near-field-communication";
|
|
4110
|
+
readonly Contactless: "contactless";
|
|
4111
|
+
readonly Moto: "moto";
|
|
4112
|
+
}>;
|
|
4113
|
+
}
|
|
4114
|
+
/** @internal */
|
|
4115
|
+
export declare const ListSettlementPaymentsCardVerificationMethod$inboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardVerificationMethod>;
|
|
4116
|
+
/** @internal */
|
|
4117
|
+
export declare const ListSettlementPaymentsCardVerificationMethod$outboundSchema: z.ZodNativeEnum<typeof ListSettlementPaymentsCardVerificationMethod>;
|
|
4118
|
+
/**
|
|
4119
|
+
* @internal
|
|
4120
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4121
|
+
*/
|
|
4122
|
+
export declare namespace ListSettlementPaymentsCardVerificationMethod$ {
|
|
4123
|
+
/** @deprecated use `ListSettlementPaymentsCardVerificationMethod$inboundSchema` instead. */
|
|
4124
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
4125
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
4126
|
+
readonly OnlinePin: "online-pin";
|
|
4127
|
+
readonly OfflinePin: "offline-pin";
|
|
4128
|
+
readonly ConsumerDevice: "consumer-device";
|
|
4129
|
+
readonly Signature: "signature";
|
|
4130
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
4131
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
4132
|
+
readonly None: "none";
|
|
4133
|
+
readonly Failed: "failed";
|
|
4134
|
+
}>;
|
|
4135
|
+
/** @deprecated use `ListSettlementPaymentsCardVerificationMethod$outboundSchema` instead. */
|
|
4136
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
4137
|
+
readonly NoCvmRequired: "no-cvm-required";
|
|
4138
|
+
readonly OnlinePin: "online-pin";
|
|
4139
|
+
readonly OfflinePin: "offline-pin";
|
|
4140
|
+
readonly ConsumerDevice: "consumer-device";
|
|
4141
|
+
readonly Signature: "signature";
|
|
4142
|
+
readonly SignatureAndOnlinePin: "signature-and-online-pin";
|
|
4143
|
+
readonly OnlinePinAndSignature: "online-pin-and-signature";
|
|
4144
|
+
readonly None: "none";
|
|
4145
|
+
readonly Failed: "failed";
|
|
4146
|
+
}>;
|
|
4147
|
+
}
|
|
4148
|
+
/** @internal */
|
|
4149
|
+
export declare const ListSettlementPaymentsReceipt$inboundSchema: z.ZodType<ListSettlementPaymentsReceipt, z.ZodTypeDef, unknown>;
|
|
4150
|
+
/** @internal */
|
|
4151
|
+
export type ListSettlementPaymentsReceipt$Outbound = {
|
|
4152
|
+
authorizationCode?: string | null | undefined;
|
|
4153
|
+
applicationIdentifier?: string | null | undefined;
|
|
4154
|
+
cardReadMethod?: string | null | undefined;
|
|
4155
|
+
cardVerificationMethod?: string | null | undefined;
|
|
4156
|
+
};
|
|
4157
|
+
/** @internal */
|
|
4158
|
+
export declare const ListSettlementPaymentsReceipt$outboundSchema: z.ZodType<ListSettlementPaymentsReceipt$Outbound, z.ZodTypeDef, ListSettlementPaymentsReceipt>;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4162
|
+
*/
|
|
4163
|
+
export declare namespace ListSettlementPaymentsReceipt$ {
|
|
4164
|
+
/** @deprecated use `ListSettlementPaymentsReceipt$inboundSchema` instead. */
|
|
4165
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsReceipt, z.ZodTypeDef, unknown>;
|
|
4166
|
+
/** @deprecated use `ListSettlementPaymentsReceipt$outboundSchema` instead. */
|
|
4167
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsReceipt$Outbound, z.ZodTypeDef, ListSettlementPaymentsReceipt>;
|
|
4168
|
+
/** @deprecated use `ListSettlementPaymentsReceipt$Outbound` instead. */
|
|
4169
|
+
type Outbound = ListSettlementPaymentsReceipt$Outbound;
|
|
4170
|
+
}
|
|
4171
|
+
export declare function listSettlementPaymentsReceiptToJSON(listSettlementPaymentsReceipt: ListSettlementPaymentsReceipt): string;
|
|
4172
|
+
export declare function listSettlementPaymentsReceiptFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsReceipt, SDKValidationError>;
|
|
4173
|
+
/** @internal */
|
|
4174
|
+
export declare const ListSettlementPaymentsQrCode$inboundSchema: z.ZodType<ListSettlementPaymentsQrCode, z.ZodTypeDef, unknown>;
|
|
4175
|
+
/** @internal */
|
|
4176
|
+
export type ListSettlementPaymentsQrCode$Outbound = {
|
|
4177
|
+
height?: number | undefined;
|
|
4178
|
+
width?: number | undefined;
|
|
4179
|
+
src?: string | undefined;
|
|
4180
|
+
};
|
|
4181
|
+
/** @internal */
|
|
4182
|
+
export declare const ListSettlementPaymentsQrCode$outboundSchema: z.ZodType<ListSettlementPaymentsQrCode$Outbound, z.ZodTypeDef, ListSettlementPaymentsQrCode>;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4186
|
+
*/
|
|
4187
|
+
export declare namespace ListSettlementPaymentsQrCode$ {
|
|
4188
|
+
/** @deprecated use `ListSettlementPaymentsQrCode$inboundSchema` instead. */
|
|
4189
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsQrCode, z.ZodTypeDef, unknown>;
|
|
4190
|
+
/** @deprecated use `ListSettlementPaymentsQrCode$outboundSchema` instead. */
|
|
4191
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsQrCode$Outbound, z.ZodTypeDef, ListSettlementPaymentsQrCode>;
|
|
4192
|
+
/** @deprecated use `ListSettlementPaymentsQrCode$Outbound` instead. */
|
|
4193
|
+
type Outbound = ListSettlementPaymentsQrCode$Outbound;
|
|
4194
|
+
}
|
|
4195
|
+
export declare function listSettlementPaymentsQrCodeToJSON(listSettlementPaymentsQrCode: ListSettlementPaymentsQrCode): string;
|
|
4196
|
+
export declare function listSettlementPaymentsQrCodeFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsQrCode, SDKValidationError>;
|
|
4197
|
+
/** @internal */
|
|
4198
|
+
export declare const ListSettlementPaymentsRemainderAmount$inboundSchema: z.ZodType<ListSettlementPaymentsRemainderAmount, z.ZodTypeDef, unknown>;
|
|
4199
|
+
/** @internal */
|
|
4200
|
+
export type ListSettlementPaymentsRemainderAmount$Outbound = {
|
|
4201
|
+
currency: string;
|
|
4202
|
+
value: string;
|
|
4203
|
+
};
|
|
4204
|
+
/** @internal */
|
|
4205
|
+
export declare const ListSettlementPaymentsRemainderAmount$outboundSchema: z.ZodType<ListSettlementPaymentsRemainderAmount$Outbound, z.ZodTypeDef, ListSettlementPaymentsRemainderAmount>;
|
|
4206
|
+
/**
|
|
4207
|
+
* @internal
|
|
4208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4209
|
+
*/
|
|
4210
|
+
export declare namespace ListSettlementPaymentsRemainderAmount$ {
|
|
4211
|
+
/** @deprecated use `ListSettlementPaymentsRemainderAmount$inboundSchema` instead. */
|
|
4212
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsRemainderAmount, z.ZodTypeDef, unknown>;
|
|
4213
|
+
/** @deprecated use `ListSettlementPaymentsRemainderAmount$outboundSchema` instead. */
|
|
4214
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsRemainderAmount$Outbound, z.ZodTypeDef, ListSettlementPaymentsRemainderAmount>;
|
|
4215
|
+
/** @deprecated use `ListSettlementPaymentsRemainderAmount$Outbound` instead. */
|
|
4216
|
+
type Outbound = ListSettlementPaymentsRemainderAmount$Outbound;
|
|
4217
|
+
}
|
|
4218
|
+
export declare function listSettlementPaymentsRemainderAmountToJSON(listSettlementPaymentsRemainderAmount: ListSettlementPaymentsRemainderAmount): string;
|
|
4219
|
+
export declare function listSettlementPaymentsRemainderAmountFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsRemainderAmount, SDKValidationError>;
|
|
4220
|
+
/** @internal */
|
|
4221
|
+
export declare const ListSettlementPaymentsDetails$inboundSchema: z.ZodType<ListSettlementPaymentsDetails, z.ZodTypeDef, unknown>;
|
|
4222
|
+
/** @internal */
|
|
4223
|
+
export type ListSettlementPaymentsDetails$Outbound = {
|
|
4224
|
+
consumerName?: string | null | undefined;
|
|
4225
|
+
consumerAccount?: string | null | undefined;
|
|
4226
|
+
consumerBic?: string | null | undefined;
|
|
4227
|
+
shippingAddress?: {
|
|
4228
|
+
[k: string]: any;
|
|
4229
|
+
} | null | undefined;
|
|
4230
|
+
cardNumber?: string | null | undefined;
|
|
4231
|
+
bankName?: string | undefined;
|
|
4232
|
+
bankAccount?: string | undefined;
|
|
4233
|
+
bankBic?: string | undefined;
|
|
4234
|
+
transferReference?: string | null | undefined;
|
|
4235
|
+
cardFingerprint?: string | null | undefined;
|
|
4236
|
+
cardHolder?: string | null | undefined;
|
|
4237
|
+
cardAudition?: string | null | undefined;
|
|
4238
|
+
cardLabel?: string | null | undefined;
|
|
4239
|
+
cardCountryCode?: string | null | undefined;
|
|
4240
|
+
cardExpiryDate?: string | null | undefined;
|
|
4241
|
+
cardFunding?: string | null | undefined;
|
|
4242
|
+
cardSecurity?: string | null | undefined;
|
|
4243
|
+
feeRegion?: string | null | undefined;
|
|
4244
|
+
cardMaskedNumber?: string | null | undefined;
|
|
4245
|
+
card3dsEci?: string | null | undefined;
|
|
4246
|
+
cardBin?: string | null | undefined;
|
|
4247
|
+
cardIssuer?: string | null | undefined;
|
|
4248
|
+
failureReason?: string | null | undefined;
|
|
4249
|
+
failureMessage?: string | null | undefined;
|
|
4250
|
+
wallet?: string | null | undefined;
|
|
4251
|
+
paypalReference?: string | null | undefined;
|
|
4252
|
+
paypalPayerId?: string | null | undefined;
|
|
4253
|
+
sellerProtection?: string | null | undefined;
|
|
4254
|
+
paypalFee?: ListSettlementPaymentsPaypalFee$Outbound | null | undefined;
|
|
4255
|
+
customerReference?: string | undefined;
|
|
4256
|
+
terminalId?: string | undefined;
|
|
4257
|
+
maskedNumber?: string | null | undefined;
|
|
4258
|
+
receipt?: ListSettlementPaymentsReceipt$Outbound | undefined;
|
|
4259
|
+
creditorIdentifier?: string | null | undefined;
|
|
4260
|
+
dueDate?: string | null | undefined;
|
|
4261
|
+
signatureDate?: string | null | undefined;
|
|
4262
|
+
bankReasonCode?: string | null | undefined;
|
|
4263
|
+
bankReason?: string | null | undefined;
|
|
4264
|
+
endToEndIdentifier?: string | null | undefined;
|
|
4265
|
+
mandateReference?: string | null | undefined;
|
|
4266
|
+
batchReference?: string | null | undefined;
|
|
4267
|
+
fileReference?: string | null | undefined;
|
|
4268
|
+
qrCode?: ListSettlementPaymentsQrCode$Outbound | undefined;
|
|
4269
|
+
voucherNumber?: string | undefined;
|
|
4270
|
+
giftcards?: Array<{
|
|
4271
|
+
[k: string]: any;
|
|
4272
|
+
}> | undefined;
|
|
4273
|
+
issuer?: string | undefined;
|
|
4274
|
+
vouchers?: Array<{
|
|
4275
|
+
[k: string]: any;
|
|
4276
|
+
}> | undefined;
|
|
4277
|
+
remainderAmount?: ListSettlementPaymentsRemainderAmount$Outbound | undefined;
|
|
4278
|
+
remainderMethod?: string | undefined;
|
|
4279
|
+
remainderDetails?: {
|
|
4280
|
+
[k: string]: any;
|
|
4281
|
+
} | undefined;
|
|
4282
|
+
};
|
|
4283
|
+
/** @internal */
|
|
4284
|
+
export declare const ListSettlementPaymentsDetails$outboundSchema: z.ZodType<ListSettlementPaymentsDetails$Outbound, z.ZodTypeDef, ListSettlementPaymentsDetails>;
|
|
4285
|
+
/**
|
|
4286
|
+
* @internal
|
|
4287
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4288
|
+
*/
|
|
4289
|
+
export declare namespace ListSettlementPaymentsDetails$ {
|
|
4290
|
+
/** @deprecated use `ListSettlementPaymentsDetails$inboundSchema` instead. */
|
|
4291
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsDetails, z.ZodTypeDef, unknown>;
|
|
4292
|
+
/** @deprecated use `ListSettlementPaymentsDetails$outboundSchema` instead. */
|
|
4293
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsDetails$Outbound, z.ZodTypeDef, ListSettlementPaymentsDetails>;
|
|
4294
|
+
/** @deprecated use `ListSettlementPaymentsDetails$Outbound` instead. */
|
|
4295
|
+
type Outbound = ListSettlementPaymentsDetails$Outbound;
|
|
4296
|
+
}
|
|
4297
|
+
export declare function listSettlementPaymentsDetailsToJSON(listSettlementPaymentsDetails: ListSettlementPaymentsDetails): string;
|
|
4298
|
+
export declare function listSettlementPaymentsDetailsFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsDetails, SDKValidationError>;
|
|
4299
|
+
/** @internal */
|
|
2907
4300
|
export declare const ListSettlementPaymentsPaymentSelf$inboundSchema: z.ZodType<ListSettlementPaymentsPaymentSelf, z.ZodTypeDef, unknown>;
|
|
2908
4301
|
/** @internal */
|
|
2909
4302
|
export type ListSettlementPaymentsPaymentSelf$Outbound = {
|
|
@@ -3249,6 +4642,52 @@ export declare namespace ListSettlementPaymentsPaymentDocumentation$ {
|
|
|
3249
4642
|
export declare function listSettlementPaymentsPaymentDocumentationToJSON(listSettlementPaymentsPaymentDocumentation: ListSettlementPaymentsPaymentDocumentation): string;
|
|
3250
4643
|
export declare function listSettlementPaymentsPaymentDocumentationFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsPaymentDocumentation, SDKValidationError>;
|
|
3251
4644
|
/** @internal */
|
|
4645
|
+
export declare const ListSettlementPaymentsLinksStatus$inboundSchema: z.ZodType<ListSettlementPaymentsLinksStatus, z.ZodTypeDef, unknown>;
|
|
4646
|
+
/** @internal */
|
|
4647
|
+
export type ListSettlementPaymentsLinksStatus$Outbound = {
|
|
4648
|
+
href: string;
|
|
4649
|
+
type: string;
|
|
4650
|
+
};
|
|
4651
|
+
/** @internal */
|
|
4652
|
+
export declare const ListSettlementPaymentsLinksStatus$outboundSchema: z.ZodType<ListSettlementPaymentsLinksStatus$Outbound, z.ZodTypeDef, ListSettlementPaymentsLinksStatus>;
|
|
4653
|
+
/**
|
|
4654
|
+
* @internal
|
|
4655
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4656
|
+
*/
|
|
4657
|
+
export declare namespace ListSettlementPaymentsLinksStatus$ {
|
|
4658
|
+
/** @deprecated use `ListSettlementPaymentsLinksStatus$inboundSchema` instead. */
|
|
4659
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsLinksStatus, z.ZodTypeDef, unknown>;
|
|
4660
|
+
/** @deprecated use `ListSettlementPaymentsLinksStatus$outboundSchema` instead. */
|
|
4661
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsLinksStatus$Outbound, z.ZodTypeDef, ListSettlementPaymentsLinksStatus>;
|
|
4662
|
+
/** @deprecated use `ListSettlementPaymentsLinksStatus$Outbound` instead. */
|
|
4663
|
+
type Outbound = ListSettlementPaymentsLinksStatus$Outbound;
|
|
4664
|
+
}
|
|
4665
|
+
export declare function listSettlementPaymentsLinksStatusToJSON(listSettlementPaymentsLinksStatus: ListSettlementPaymentsLinksStatus): string;
|
|
4666
|
+
export declare function listSettlementPaymentsLinksStatusFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsLinksStatus, SDKValidationError>;
|
|
4667
|
+
/** @internal */
|
|
4668
|
+
export declare const ListSettlementPaymentsPayOnline$inboundSchema: z.ZodType<ListSettlementPaymentsPayOnline, z.ZodTypeDef, unknown>;
|
|
4669
|
+
/** @internal */
|
|
4670
|
+
export type ListSettlementPaymentsPayOnline$Outbound = {
|
|
4671
|
+
href: string;
|
|
4672
|
+
type: string;
|
|
4673
|
+
};
|
|
4674
|
+
/** @internal */
|
|
4675
|
+
export declare const ListSettlementPaymentsPayOnline$outboundSchema: z.ZodType<ListSettlementPaymentsPayOnline$Outbound, z.ZodTypeDef, ListSettlementPaymentsPayOnline>;
|
|
4676
|
+
/**
|
|
4677
|
+
* @internal
|
|
4678
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4679
|
+
*/
|
|
4680
|
+
export declare namespace ListSettlementPaymentsPayOnline$ {
|
|
4681
|
+
/** @deprecated use `ListSettlementPaymentsPayOnline$inboundSchema` instead. */
|
|
4682
|
+
const inboundSchema: z.ZodType<ListSettlementPaymentsPayOnline, z.ZodTypeDef, unknown>;
|
|
4683
|
+
/** @deprecated use `ListSettlementPaymentsPayOnline$outboundSchema` instead. */
|
|
4684
|
+
const outboundSchema: z.ZodType<ListSettlementPaymentsPayOnline$Outbound, z.ZodTypeDef, ListSettlementPaymentsPayOnline>;
|
|
4685
|
+
/** @deprecated use `ListSettlementPaymentsPayOnline$Outbound` instead. */
|
|
4686
|
+
type Outbound = ListSettlementPaymentsPayOnline$Outbound;
|
|
4687
|
+
}
|
|
4688
|
+
export declare function listSettlementPaymentsPayOnlineToJSON(listSettlementPaymentsPayOnline: ListSettlementPaymentsPayOnline): string;
|
|
4689
|
+
export declare function listSettlementPaymentsPayOnlineFromJSON(jsonString: string): SafeParseResult<ListSettlementPaymentsPayOnline, SDKValidationError>;
|
|
4690
|
+
/** @internal */
|
|
3252
4691
|
export declare const ListSettlementPaymentsPaymentLinks$inboundSchema: z.ZodType<ListSettlementPaymentsPaymentLinks, z.ZodTypeDef, unknown>;
|
|
3253
4692
|
/** @internal */
|
|
3254
4693
|
export type ListSettlementPaymentsPaymentLinks$Outbound = {
|
|
@@ -3267,6 +4706,8 @@ export type ListSettlementPaymentsPaymentLinks$Outbound = {
|
|
|
3267
4706
|
order?: ListSettlementPaymentsOrder$Outbound | undefined;
|
|
3268
4707
|
terminal?: ListSettlementPaymentsTerminal$Outbound | undefined;
|
|
3269
4708
|
documentation?: ListSettlementPaymentsPaymentDocumentation$Outbound | undefined;
|
|
4709
|
+
status?: ListSettlementPaymentsLinksStatus$Outbound | undefined;
|
|
4710
|
+
payOnline?: ListSettlementPaymentsPayOnline$Outbound | undefined;
|
|
3270
4711
|
};
|
|
3271
4712
|
/** @internal */
|
|
3272
4713
|
export declare const ListSettlementPaymentsPaymentLinks$outboundSchema: z.ZodType<ListSettlementPaymentsPaymentLinks$Outbound, z.ZodTypeDef, ListSettlementPaymentsPaymentLinks>;
|
|
@@ -3326,9 +4767,7 @@ export type ListSettlementPaymentsPaymentOutput$Outbound = {
|
|
|
3326
4767
|
status: string;
|
|
3327
4768
|
statusReason?: ListSettlementPaymentsStatusReason$Outbound | null | undefined;
|
|
3328
4769
|
isCancelable?: boolean | null | undefined;
|
|
3329
|
-
details?:
|
|
3330
|
-
[k: string]: any;
|
|
3331
|
-
} | null | undefined;
|
|
4770
|
+
details?: ListSettlementPaymentsDetails$Outbound | null | undefined;
|
|
3332
4771
|
createdAt: string;
|
|
3333
4772
|
authorizedAt?: string | null | undefined;
|
|
3334
4773
|
paidAt?: string | null | undefined;
|
|
@@ -3472,10 +4911,10 @@ export declare function listSettlementPaymentsDocumentationFromJSON(jsonString:
|
|
|
3472
4911
|
export declare const ListSettlementPaymentsLinks$inboundSchema: z.ZodType<ListSettlementPaymentsLinks, z.ZodTypeDef, unknown>;
|
|
3473
4912
|
/** @internal */
|
|
3474
4913
|
export type ListSettlementPaymentsLinks$Outbound = {
|
|
3475
|
-
self
|
|
3476
|
-
previous
|
|
3477
|
-
next
|
|
3478
|
-
documentation
|
|
4914
|
+
self: ListSettlementPaymentsSelf$Outbound;
|
|
4915
|
+
previous: ListSettlementPaymentsPrevious$Outbound | null;
|
|
4916
|
+
next: ListSettlementPaymentsNext$Outbound | null;
|
|
4917
|
+
documentation: ListSettlementPaymentsDocumentation$Outbound;
|
|
3479
4918
|
};
|
|
3480
4919
|
/** @internal */
|
|
3481
4920
|
export declare const ListSettlementPaymentsLinks$outboundSchema: z.ZodType<ListSettlementPaymentsLinks$Outbound, z.ZodTypeDef, ListSettlementPaymentsLinks>;
|
|
@@ -3497,9 +4936,9 @@ export declare function listSettlementPaymentsLinksFromJSON(jsonString: string):
|
|
|
3497
4936
|
export declare const ListSettlementPaymentsResponse$inboundSchema: z.ZodType<ListSettlementPaymentsResponse, z.ZodTypeDef, unknown>;
|
|
3498
4937
|
/** @internal */
|
|
3499
4938
|
export type ListSettlementPaymentsResponse$Outbound = {
|
|
3500
|
-
count
|
|
3501
|
-
_embedded
|
|
3502
|
-
_links
|
|
4939
|
+
count: number;
|
|
4940
|
+
_embedded: ListSettlementPaymentsEmbedded$Outbound;
|
|
4941
|
+
_links: ListSettlementPaymentsLinks$Outbound;
|
|
3503
4942
|
};
|
|
3504
4943
|
/** @internal */
|
|
3505
4944
|
export declare const ListSettlementPaymentsResponse$outboundSchema: z.ZodType<ListSettlementPaymentsResponse$Outbound, z.ZodTypeDef, ListSettlementPaymentsResponse>;
|