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