connect-sdk-nodejs 4.20.0 → 5.1.0
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/README.md +3 -3
- package/lib/client.d.ts +3 -0
- package/lib/client.js +12 -0
- package/lib/client.js.map +1 -0
- package/lib/index.d.ts +17 -3
- package/lib/index.js +24 -90
- package/lib/index.js.map +1 -1
- package/lib/model/client.d.ts +6 -0
- package/lib/model/client.js +3 -0
- package/lib/model/client.js.map +1 -0
- package/lib/model/{tokens → domain}/index.js.map +1 -1
- package/lib/model/index.d.ts +1 -40
- package/lib/model/index.js +6 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/types.d.ts +53 -40
- package/lib/model/types.js +12 -0
- package/lib/model/types.js.map +1 -1
- package/lib/model/webhooks/index.d.ts +4 -8
- package/lib/model/webhooks/index.js +5 -1
- package/lib/model/webhooks/index.js.map +1 -1
- package/lib/model/webhooks/types.d.ts +3 -6
- package/lib/model/webhooks/types.js.map +1 -1
- package/lib/utils/authentication.d.ts +8 -0
- package/lib/utils/authentication.js +42 -0
- package/lib/utils/authentication.js.map +1 -0
- package/lib/utils/communicator.d.ts +3 -3
- package/lib/utils/communicator.js +152 -111
- package/lib/utils/communicator.js.map +1 -1
- package/lib/utils/connection.d.ts +5 -2
- package/lib/utils/connection.js +14 -9
- package/lib/utils/connection.js.map +1 -1
- package/lib/utils/context.d.ts +2 -3
- package/lib/utils/context.js +55 -89
- package/lib/utils/context.js.map +1 -1
- package/lib/utils/headers.js +4 -6
- package/lib/utils/headers.js.map +1 -1
- package/lib/utils/obfuscate.d.ts +1 -1
- package/lib/utils/obfuscate.js +3 -9
- package/lib/utils/obfuscate.js.map +1 -1
- package/lib/v1/captures/get.d.ts +3 -0
- package/lib/v1/captures/get.js +20 -0
- package/lib/v1/captures/get.js.map +1 -0
- package/lib/v1/captures/index.d.ts +3 -0
- package/lib/v1/captures/index.js +17 -0
- package/lib/v1/captures/index.js.map +1 -0
- package/lib/v1/captures/refund.d.ts +3 -0
- package/lib/v1/captures/refund.js +32 -0
- package/lib/v1/captures/refund.js.map +1 -0
- package/lib/v1/disputes/cancel.d.ts +3 -0
- package/lib/v1/disputes/cancel.js +20 -0
- package/lib/v1/disputes/cancel.js.map +1 -0
- package/lib/v1/disputes/get.d.ts +3 -0
- package/lib/v1/disputes/get.js +20 -0
- package/lib/v1/disputes/get.js.map +1 -0
- package/lib/v1/disputes/index.d.ts +3 -0
- package/lib/v1/disputes/index.js +21 -0
- package/lib/v1/disputes/index.js.map +1 -0
- package/lib/v1/disputes/submit.d.ts +3 -0
- package/lib/v1/disputes/submit.js +20 -0
- package/lib/v1/disputes/submit.js.map +1 -0
- package/lib/v1/disputes/uploadFile.d.ts +4 -0
- package/lib/v1/disputes/uploadFile.js +20 -0
- package/lib/v1/disputes/uploadFile.js.map +1 -0
- package/lib/v1/files/getFile.d.ts +3 -0
- package/lib/v1/files/getFile.js +21 -0
- package/lib/v1/files/getFile.js.map +1 -0
- package/lib/v1/files/index.d.ts +3 -0
- package/lib/v1/files/index.js +15 -0
- package/lib/v1/files/index.js.map +1 -0
- package/lib/v1/hostedcheckouts/create.d.ts +3 -0
- package/lib/v1/hostedcheckouts/create.js +32 -0
- package/lib/v1/hostedcheckouts/create.js.map +1 -0
- package/lib/v1/hostedcheckouts/get.d.ts +3 -0
- package/lib/v1/hostedcheckouts/get.js +20 -0
- package/lib/v1/hostedcheckouts/get.js.map +1 -0
- package/lib/v1/hostedcheckouts/index.d.ts +3 -0
- package/lib/v1/hostedcheckouts/index.js +19 -0
- package/lib/v1/hostedcheckouts/index.js.map +1 -0
- package/lib/v1/hostedcheckouts/remove.d.ts +3 -0
- package/lib/v1/hostedcheckouts/remove.js +20 -0
- package/lib/v1/hostedcheckouts/remove.js.map +1 -0
- package/lib/v1/hostedmandatemanagements/create.d.ts +3 -0
- package/lib/v1/hostedmandatemanagements/create.js +32 -0
- package/lib/v1/hostedmandatemanagements/create.js.map +1 -0
- package/lib/v1/hostedmandatemanagements/get.d.ts +3 -0
- package/lib/v1/hostedmandatemanagements/get.js +20 -0
- package/lib/v1/hostedmandatemanagements/get.js.map +1 -0
- package/lib/v1/hostedmandatemanagements/index.d.ts +3 -0
- package/lib/v1/hostedmandatemanagements/index.js +17 -0
- package/lib/v1/hostedmandatemanagements/index.js.map +1 -0
- package/lib/v1/index.d.ts +3 -0
- package/lib/v1/index.js +41 -0
- package/lib/v1/index.js.map +1 -0
- package/lib/v1/installments/getInstallmentsInfo.d.ts +3 -0
- package/lib/v1/installments/getInstallmentsInfo.js +32 -0
- package/lib/v1/installments/getInstallmentsInfo.js.map +1 -0
- package/lib/v1/installments/index.d.ts +3 -0
- package/lib/v1/installments/index.js +15 -0
- package/lib/v1/installments/index.js.map +1 -0
- package/lib/v1/mandates/block.d.ts +3 -0
- package/lib/v1/mandates/block.js +20 -0
- package/lib/v1/mandates/block.js.map +1 -0
- package/lib/v1/mandates/create.d.ts +3 -0
- package/lib/v1/mandates/create.js +32 -0
- package/lib/v1/mandates/create.js.map +1 -0
- package/lib/v1/mandates/createWithMandateReference.d.ts +3 -0
- package/lib/v1/mandates/createWithMandateReference.js +32 -0
- package/lib/v1/mandates/createWithMandateReference.js.map +1 -0
- package/lib/v1/mandates/get.d.ts +3 -0
- package/lib/v1/mandates/get.js +20 -0
- package/lib/v1/mandates/get.js.map +1 -0
- package/lib/v1/mandates/index.d.ts +3 -0
- package/lib/v1/mandates/index.js +25 -0
- package/lib/v1/mandates/index.js.map +1 -0
- package/lib/v1/mandates/revoke.d.ts +3 -0
- package/lib/v1/mandates/revoke.js +20 -0
- package/lib/v1/mandates/revoke.js.map +1 -0
- package/lib/v1/mandates/unblock.d.ts +3 -0
- package/lib/v1/mandates/unblock.js +20 -0
- package/lib/v1/mandates/unblock.js.map +1 -0
- package/lib/v1/model/captures/index.d.ts +12 -0
- package/lib/v1/model/captures/index.js.map +1 -0
- package/lib/v1/model/disputes/index.d.ts +23 -0
- package/lib/v1/model/disputes/index.js.map +1 -0
- package/lib/v1/model/domain/index.d.ts +2242 -0
- package/lib/{model/domain/errors/definitions → v1/model/domain}/index.js +1 -1
- package/lib/v1/model/domain/index.js.map +1 -0
- package/lib/v1/model/files/index.d.ts +8 -0
- package/lib/{model/disputes → v1/model/files}/index.js.map +1 -1
- package/lib/v1/model/hostedcheckouts/index.d.ts +16 -0
- package/lib/v1/model/hostedcheckouts/index.js.map +1 -0
- package/lib/v1/model/hostedmandatemanagements/index.d.ts +12 -0
- package/lib/v1/model/hostedmandatemanagements/index.js.map +1 -0
- package/lib/v1/model/index.d.ts +34 -0
- package/lib/{model/files → v1/model}/index.js.map +1 -1
- package/lib/v1/model/installments/index.d.ts +8 -0
- package/lib/v1/model/installments/index.js.map +1 -0
- package/lib/v1/model/mandates/index.d.ts +28 -0
- package/lib/v1/model/mandates/index.js.map +1 -0
- package/lib/v1/model/payments/index.d.ts +79 -0
- package/lib/v1/model/payments/index.js.map +1 -0
- package/lib/v1/model/payouts/index.d.ts +34 -0
- package/lib/{model/captures → v1/model/payouts}/index.js.map +1 -1
- package/lib/v1/model/productgroups/index.d.ts +34 -0
- package/lib/v1/model/productgroups/index.js.map +1 -0
- package/lib/v1/model/products/index.d.ts +61 -0
- package/lib/v1/model/products/index.js.map +1 -0
- package/lib/v1/model/refunds/index.d.ts +31 -0
- package/lib/v1/model/refunds/index.js.map +1 -0
- package/lib/v1/model/riskassessments/index.d.ts +12 -0
- package/lib/v1/model/riskassessments/index.js.map +1 -0
- package/lib/v1/model/services/index.d.ts +33 -0
- package/lib/v1/model/services/index.js.map +1 -0
- package/lib/v1/model/sessions/index.d.ts +8 -0
- package/lib/v1/model/sessions/index.js.map +1 -0
- package/lib/v1/model/tokens/index.d.ts +27 -0
- package/lib/{model/installments → v1/model/tokens}/index.js.map +1 -1
- package/lib/v1/model/webhooks/index.d.ts +9 -0
- package/lib/v1/model/webhooks/index.js.map +1 -0
- package/lib/v1/payments/approve.d.ts +3 -0
- package/lib/v1/payments/approve.js +32 -0
- package/lib/v1/payments/approve.js.map +1 -0
- package/lib/v1/payments/cancel.d.ts +3 -0
- package/lib/v1/payments/cancel.js +20 -0
- package/lib/v1/payments/cancel.js.map +1 -0
- package/lib/v1/payments/cancelapproval.d.ts +3 -0
- package/lib/v1/payments/cancelapproval.js +20 -0
- package/lib/v1/payments/cancelapproval.js.map +1 -0
- package/lib/v1/payments/capture.d.ts +3 -0
- package/lib/v1/payments/capture.js +32 -0
- package/lib/v1/payments/capture.js.map +1 -0
- package/lib/v1/payments/captures.d.ts +3 -0
- package/lib/v1/payments/captures.js +20 -0
- package/lib/v1/payments/captures.js.map +1 -0
- package/lib/v1/payments/complete.d.ts +3 -0
- package/lib/v1/payments/complete.js +32 -0
- package/lib/v1/payments/complete.js.map +1 -0
- package/lib/v1/payments/create.d.ts +3 -0
- package/lib/v1/payments/create.js +32 -0
- package/lib/v1/payments/create.js.map +1 -0
- package/lib/v1/payments/devicefingerprint.d.ts +3 -0
- package/lib/v1/payments/devicefingerprint.js +20 -0
- package/lib/v1/payments/devicefingerprint.js.map +1 -0
- package/lib/v1/payments/dispute.d.ts +3 -0
- package/lib/v1/payments/dispute.js +32 -0
- package/lib/v1/payments/dispute.js.map +1 -0
- package/lib/v1/payments/disputes.d.ts +3 -0
- package/lib/v1/payments/disputes.js +20 -0
- package/lib/v1/payments/disputes.js.map +1 -0
- package/lib/v1/payments/find.d.ts +4 -0
- package/lib/v1/payments/find.js +20 -0
- package/lib/v1/payments/find.js.map +1 -0
- package/lib/v1/payments/get.d.ts +3 -0
- package/lib/v1/payments/get.js +20 -0
- package/lib/v1/payments/get.js.map +1 -0
- package/lib/v1/payments/index.d.ts +3 -0
- package/lib/v1/payments/index.js +47 -0
- package/lib/v1/payments/index.js.map +1 -0
- package/lib/v1/payments/processchallenged.d.ts +3 -0
- package/lib/v1/payments/processchallenged.js +20 -0
- package/lib/v1/payments/processchallenged.js.map +1 -0
- package/lib/v1/payments/refund.d.ts +3 -0
- package/lib/v1/payments/refund.js +32 -0
- package/lib/v1/payments/refund.js.map +1 -0
- package/lib/v1/payments/refunds.d.ts +3 -0
- package/lib/v1/payments/refunds.js +20 -0
- package/lib/v1/payments/refunds.js.map +1 -0
- package/lib/v1/payments/thirdPartyStatus.d.ts +3 -0
- package/lib/v1/payments/thirdPartyStatus.js +20 -0
- package/lib/v1/payments/thirdPartyStatus.js.map +1 -0
- package/lib/v1/payments/tokenize.d.ts +3 -0
- package/lib/v1/payments/tokenize.js +32 -0
- package/lib/v1/payments/tokenize.js.map +1 -0
- package/lib/v1/payouts/approve.d.ts +3 -0
- package/lib/v1/payouts/approve.js +32 -0
- package/lib/v1/payouts/approve.js.map +1 -0
- package/lib/v1/payouts/cancel.d.ts +3 -0
- package/lib/v1/payouts/cancel.js +20 -0
- package/lib/v1/payouts/cancel.js.map +1 -0
- package/lib/v1/payouts/cancelapproval.d.ts +3 -0
- package/lib/v1/payouts/cancelapproval.js +20 -0
- package/lib/v1/payouts/cancelapproval.js.map +1 -0
- package/lib/v1/payouts/create.d.ts +3 -0
- package/lib/v1/payouts/create.js +32 -0
- package/lib/v1/payouts/create.js.map +1 -0
- package/lib/v1/payouts/find.d.ts +4 -0
- package/lib/v1/payouts/find.js +20 -0
- package/lib/v1/payouts/find.js.map +1 -0
- package/lib/v1/payouts/get.d.ts +3 -0
- package/lib/v1/payouts/get.js +20 -0
- package/lib/v1/payouts/get.js.map +1 -0
- package/lib/v1/payouts/index.d.ts +3 -0
- package/lib/v1/payouts/index.js +25 -0
- package/lib/v1/payouts/index.js.map +1 -0
- package/lib/v1/productgroups/deviceFingerprint.d.ts +3 -0
- package/lib/v1/productgroups/deviceFingerprint.js +32 -0
- package/lib/v1/productgroups/deviceFingerprint.js.map +1 -0
- package/lib/v1/productgroups/find.d.ts +4 -0
- package/lib/v1/productgroups/find.js +20 -0
- package/lib/v1/productgroups/find.js.map +1 -0
- package/lib/v1/productgroups/get.d.ts +4 -0
- package/lib/v1/productgroups/get.js +20 -0
- package/lib/v1/productgroups/get.js.map +1 -0
- package/lib/v1/productgroups/index.d.ts +3 -0
- package/lib/v1/productgroups/index.js +19 -0
- package/lib/v1/productgroups/index.js.map +1 -0
- package/lib/v1/products/customerDetails.d.ts +3 -0
- package/lib/v1/products/customerDetails.js +32 -0
- package/lib/v1/products/customerDetails.js.map +1 -0
- package/lib/v1/products/deviceFingerprint.d.ts +3 -0
- package/lib/v1/products/deviceFingerprint.js +32 -0
- package/lib/v1/products/deviceFingerprint.js.map +1 -0
- package/lib/v1/products/directory.d.ts +4 -0
- package/lib/v1/products/directory.js +20 -0
- package/lib/v1/products/directory.js.map +1 -0
- package/lib/v1/products/find.d.ts +4 -0
- package/lib/v1/products/find.js +20 -0
- package/lib/v1/products/find.js.map +1 -0
- package/lib/v1/products/get.d.ts +4 -0
- package/lib/v1/products/get.js +20 -0
- package/lib/v1/products/get.js.map +1 -0
- package/lib/v1/products/index.d.ts +3 -0
- package/lib/v1/products/index.js +27 -0
- package/lib/v1/products/index.js.map +1 -0
- package/lib/v1/products/networks.d.ts +4 -0
- package/lib/v1/products/networks.js +20 -0
- package/lib/v1/products/networks.js.map +1 -0
- package/lib/v1/products/sessions.d.ts +3 -0
- package/lib/v1/products/sessions.js +32 -0
- package/lib/v1/products/sessions.js.map +1 -0
- package/lib/v1/refunds/approve.d.ts +3 -0
- package/lib/v1/refunds/approve.js +32 -0
- package/lib/v1/refunds/approve.js.map +1 -0
- package/lib/v1/refunds/cancel.d.ts +3 -0
- package/lib/v1/refunds/cancel.js +20 -0
- package/lib/v1/refunds/cancel.js.map +1 -0
- package/lib/v1/refunds/cancelapproval.d.ts +3 -0
- package/lib/v1/refunds/cancelapproval.js +20 -0
- package/lib/v1/refunds/cancelapproval.js.map +1 -0
- package/lib/v1/refunds/find.d.ts +4 -0
- package/lib/v1/refunds/find.js +20 -0
- package/lib/v1/refunds/find.js.map +1 -0
- package/lib/v1/refunds/get.d.ts +3 -0
- package/lib/v1/refunds/get.js +20 -0
- package/lib/v1/refunds/get.js.map +1 -0
- package/lib/v1/refunds/index.d.ts +3 -0
- package/lib/v1/refunds/index.js +23 -0
- package/lib/v1/refunds/index.js.map +1 -0
- package/lib/v1/riskassessments/bankaccounts.d.ts +3 -0
- package/lib/v1/riskassessments/bankaccounts.js +32 -0
- package/lib/v1/riskassessments/bankaccounts.js.map +1 -0
- package/lib/v1/riskassessments/cards.d.ts +3 -0
- package/lib/v1/riskassessments/cards.js +32 -0
- package/lib/v1/riskassessments/cards.js.map +1 -0
- package/lib/v1/riskassessments/index.d.ts +3 -0
- package/lib/v1/riskassessments/index.js +17 -0
- package/lib/v1/riskassessments/index.js.map +1 -0
- package/lib/v1/services/bankaccount.d.ts +3 -0
- package/lib/v1/services/bankaccount.js +32 -0
- package/lib/v1/services/bankaccount.js.map +1 -0
- package/lib/v1/services/convertAmount.d.ts +4 -0
- package/lib/v1/services/convertAmount.js +20 -0
- package/lib/v1/services/convertAmount.js.map +1 -0
- package/lib/v1/services/getIINdetails.d.ts +3 -0
- package/lib/v1/services/getIINdetails.js +32 -0
- package/lib/v1/services/getIINdetails.js.map +1 -0
- package/lib/v1/services/index.d.ts +3 -0
- package/lib/v1/services/index.js +23 -0
- package/lib/v1/services/index.js.map +1 -0
- package/lib/v1/services/privacypolicy.d.ts +4 -0
- package/lib/v1/services/privacypolicy.js +20 -0
- package/lib/v1/services/privacypolicy.js.map +1 -0
- package/lib/v1/services/testconnection.d.ts +3 -0
- package/lib/v1/services/testconnection.js +20 -0
- package/lib/v1/services/testconnection.js.map +1 -0
- package/lib/v1/sessions/create.d.ts +3 -0
- package/lib/v1/sessions/create.js +32 -0
- package/lib/v1/sessions/create.js.map +1 -0
- package/lib/v1/sessions/index.d.ts +3 -0
- package/lib/v1/sessions/index.js +15 -0
- package/lib/v1/sessions/index.js.map +1 -0
- package/lib/v1/tokens/approvesepadirectdebit.d.ts +3 -0
- package/lib/v1/tokens/approvesepadirectdebit.js +32 -0
- package/lib/v1/tokens/approvesepadirectdebit.js.map +1 -0
- package/lib/v1/tokens/create.d.ts +3 -0
- package/lib/v1/tokens/create.js +32 -0
- package/lib/v1/tokens/create.js.map +1 -0
- package/lib/v1/tokens/get.d.ts +3 -0
- package/lib/v1/tokens/get.js +20 -0
- package/lib/v1/tokens/get.js.map +1 -0
- package/lib/v1/tokens/index.d.ts +3 -0
- package/lib/v1/tokens/index.js +23 -0
- package/lib/v1/tokens/index.js.map +1 -0
- package/lib/v1/tokens/remove.d.ts +4 -0
- package/lib/v1/tokens/remove.js +20 -0
- package/lib/v1/tokens/remove.js.map +1 -0
- package/lib/v1/tokens/update.d.ts +3 -0
- package/lib/v1/tokens/update.js +32 -0
- package/lib/v1/tokens/update.js.map +1 -0
- package/lib/v1/webhooks/index.d.ts +2 -0
- package/lib/v1/webhooks/index.js +44 -0
- package/lib/v1/webhooks/index.js.map +1 -0
- package/lib/webhooks/index.d.ts +3 -3
- package/lib/webhooks/index.js +30 -64
- package/lib/webhooks/index.js.map +1 -1
- package/lib/webhooks/validation.d.ts +2 -3
- package/lib/webhooks/validation.js +30 -39
- package/lib/webhooks/validation.js.map +1 -1
- package/package.json +29 -29
- package/lib/captures/get.d.ts +0 -3
- package/lib/captures/get.js +0 -17
- package/lib/captures/get.js.map +0 -1
- package/lib/captures/index.d.ts +0 -3
- package/lib/captures/index.js +0 -13
- package/lib/captures/index.js.map +0 -1
- package/lib/captures/refund.d.ts +0 -4
- package/lib/captures/refund.js +0 -30
- package/lib/captures/refund.js.map +0 -1
- package/lib/disputes/cancel.d.ts +0 -3
- package/lib/disputes/cancel.js +0 -17
- package/lib/disputes/cancel.js.map +0 -1
- package/lib/disputes/get.d.ts +0 -3
- package/lib/disputes/get.js +0 -17
- package/lib/disputes/get.js.map +0 -1
- package/lib/disputes/index.d.ts +0 -3
- package/lib/disputes/index.js +0 -17
- package/lib/disputes/index.js.map +0 -1
- package/lib/disputes/submit.d.ts +0 -3
- package/lib/disputes/submit.js +0 -17
- package/lib/disputes/submit.js.map +0 -1
- package/lib/disputes/uploadFile.d.ts +0 -4
- package/lib/disputes/uploadFile.js +0 -17
- package/lib/disputes/uploadFile.js.map +0 -1
- package/lib/files/getFile.d.ts +0 -3
- package/lib/files/getFile.js +0 -17
- package/lib/files/getFile.js.map +0 -1
- package/lib/files/index.d.ts +0 -3
- package/lib/files/index.js +0 -11
- package/lib/files/index.js.map +0 -1
- package/lib/hostedcheckouts/create.d.ts +0 -4
- package/lib/hostedcheckouts/create.js +0 -30
- package/lib/hostedcheckouts/create.js.map +0 -1
- package/lib/hostedcheckouts/get.d.ts +0 -3
- package/lib/hostedcheckouts/get.js +0 -17
- package/lib/hostedcheckouts/get.js.map +0 -1
- package/lib/hostedcheckouts/index.d.ts +0 -3
- package/lib/hostedcheckouts/index.js +0 -15
- package/lib/hostedcheckouts/index.js.map +0 -1
- package/lib/hostedcheckouts/remove.d.ts +0 -3
- package/lib/hostedcheckouts/remove.js +0 -17
- package/lib/hostedcheckouts/remove.js.map +0 -1
- package/lib/hostedmandatemanagements/create.d.ts +0 -4
- package/lib/hostedmandatemanagements/create.js +0 -30
- package/lib/hostedmandatemanagements/create.js.map +0 -1
- package/lib/hostedmandatemanagements/get.d.ts +0 -3
- package/lib/hostedmandatemanagements/get.js +0 -17
- package/lib/hostedmandatemanagements/get.js.map +0 -1
- package/lib/hostedmandatemanagements/index.d.ts +0 -3
- package/lib/hostedmandatemanagements/index.js +0 -13
- package/lib/hostedmandatemanagements/index.js.map +0 -1
- package/lib/installments/getInstallmentsInfo.d.ts +0 -4
- package/lib/installments/getInstallmentsInfo.js +0 -30
- package/lib/installments/getInstallmentsInfo.js.map +0 -1
- package/lib/installments/index.d.ts +0 -3
- package/lib/installments/index.js +0 -11
- package/lib/installments/index.js.map +0 -1
- package/lib/mandates/block.d.ts +0 -3
- package/lib/mandates/block.js +0 -17
- package/lib/mandates/block.js.map +0 -1
- package/lib/mandates/create.d.ts +0 -4
- package/lib/mandates/create.js +0 -30
- package/lib/mandates/create.js.map +0 -1
- package/lib/mandates/createWithMandateReference.d.ts +0 -4
- package/lib/mandates/createWithMandateReference.js +0 -30
- package/lib/mandates/createWithMandateReference.js.map +0 -1
- package/lib/mandates/get.d.ts +0 -3
- package/lib/mandates/get.js +0 -17
- package/lib/mandates/get.js.map +0 -1
- package/lib/mandates/index.d.ts +0 -3
- package/lib/mandates/index.js +0 -21
- package/lib/mandates/index.js.map +0 -1
- package/lib/mandates/revoke.d.ts +0 -3
- package/lib/mandates/revoke.js +0 -17
- package/lib/mandates/revoke.js.map +0 -1
- package/lib/mandates/unblock.d.ts +0 -3
- package/lib/mandates/unblock.js +0 -17
- package/lib/mandates/unblock.js.map +0 -1
- package/lib/model/captures/index.d.ts +0 -18
- package/lib/model/disputes/index.d.ts +0 -34
- package/lib/model/domain/capture/definitions/index.d.ts +0 -27
- package/lib/model/domain/capture/definitions/index.js.map +0 -1
- package/lib/model/domain/capture/index.d.ts +0 -6
- package/lib/model/domain/capture/index.js.map +0 -1
- package/lib/model/domain/definitions/index.d.ts +0 -320
- package/lib/model/domain/definitions/index.js.map +0 -1
- package/lib/model/domain/dispute/definitions/index.d.ts +0 -38
- package/lib/model/domain/dispute/definitions/index.js.map +0 -1
- package/lib/model/domain/dispute/index.d.ts +0 -18
- package/lib/model/domain/dispute/index.js.map +0 -1
- package/lib/model/domain/errors/definitions/index.d.ts +0 -9
- package/lib/model/domain/errors/definitions/index.js.map +0 -1
- package/lib/model/domain/errors/index.d.ts +0 -5
- package/lib/model/domain/errors/index.js.map +0 -1
- package/lib/model/domain/file/definitions/index.d.ts +0 -6
- package/lib/model/domain/file/definitions/index.js +0 -7
- package/lib/model/domain/file/definitions/index.js.map +0 -1
- package/lib/model/domain/hostedcheckout/definitions/index.d.ts +0 -71
- package/lib/model/domain/hostedcheckout/definitions/index.js.map +0 -1
- package/lib/model/domain/hostedcheckout/index.d.ts +0 -27
- package/lib/model/domain/hostedcheckout/index.js.map +0 -1
- package/lib/model/domain/hostedmandatemanagement/definitions/index.d.ts +0 -15
- package/lib/model/domain/hostedmandatemanagement/definitions/index.js.map +0 -1
- package/lib/model/domain/hostedmandatemanagement/index.d.ts +0 -15
- package/lib/model/domain/hostedmandatemanagement/index.js.map +0 -1
- package/lib/model/domain/installments/definitions/index.d.ts +0 -11
- package/lib/model/domain/installments/definitions/index.js.map +0 -1
- package/lib/model/domain/installments/index.d.ts +0 -11
- package/lib/model/domain/installments/index.js.map +0 -1
- package/lib/model/domain/mandates/definitions/index.d.ts +0 -52
- package/lib/model/domain/mandates/definitions/index.js.map +0 -1
- package/lib/model/domain/mandates/index.d.ts +0 -10
- package/lib/model/domain/mandates/index.js.map +0 -1
- package/lib/model/domain/metadata/index.js.map +0 -1
- package/lib/model/domain/payment/definitions/index.d.ts +0 -910
- package/lib/model/domain/payment/definitions/index.js.map +0 -1
- package/lib/model/domain/payment/index.d.ts +0 -77
- package/lib/model/domain/payment/index.js.map +0 -1
- package/lib/model/domain/payout/definitions/index.d.ts +0 -51
- package/lib/model/domain/payout/definitions/index.js +0 -3
- package/lib/model/domain/payout/definitions/index.js.map +0 -1
- package/lib/model/domain/payout/index.d.ts +0 -57
- package/lib/model/domain/payout/index.js +0 -3
- package/lib/model/domain/payout/index.js.map +0 -1
- package/lib/model/domain/product/definitions/index.d.ts +0 -166
- package/lib/model/domain/product/definitions/index.js +0 -3
- package/lib/model/domain/product/definitions/index.js.map +0 -1
- package/lib/model/domain/product/index.d.ts +0 -47
- package/lib/model/domain/product/index.js +0 -3
- package/lib/model/domain/product/index.js.map +0 -1
- package/lib/model/domain/refund/definitions/index.d.ts +0 -26
- package/lib/model/domain/refund/definitions/index.js +0 -3
- package/lib/model/domain/refund/definitions/index.js.map +0 -1
- package/lib/model/domain/refund/index.d.ts +0 -29
- package/lib/model/domain/refund/index.js +0 -3
- package/lib/model/domain/refund/index.js.map +0 -1
- package/lib/model/domain/riskassessments/definitions/index.d.ts +0 -52
- package/lib/model/domain/riskassessments/definitions/index.js +0 -3
- package/lib/model/domain/riskassessments/definitions/index.js.map +0 -1
- package/lib/model/domain/riskassessments/index.d.ts +0 -12
- package/lib/model/domain/riskassessments/index.js +0 -3
- package/lib/model/domain/riskassessments/index.js.map +0 -1
- package/lib/model/domain/services/definitions/index.d.ts +0 -33
- package/lib/model/domain/services/definitions/index.js +0 -3
- package/lib/model/domain/services/definitions/index.js.map +0 -1
- package/lib/model/domain/services/index.d.ts +0 -29
- package/lib/model/domain/services/index.js +0 -3
- package/lib/model/domain/services/index.js.map +0 -1
- package/lib/model/domain/sessions/definitions/index.d.ts +0 -5
- package/lib/model/domain/sessions/definitions/index.js +0 -3
- package/lib/model/domain/sessions/definitions/index.js.map +0 -1
- package/lib/model/domain/sessions/index.d.ts +0 -13
- package/lib/model/domain/sessions/index.js +0 -3
- package/lib/model/domain/sessions/index.js.map +0 -1
- package/lib/model/domain/token/definitions/index.d.ts +0 -102
- package/lib/model/domain/token/definitions/index.js +0 -3
- package/lib/model/domain/token/definitions/index.js.map +0 -1
- package/lib/model/domain/token/index.d.ts +0 -32
- package/lib/model/domain/token/index.js +0 -3
- package/lib/model/domain/token/index.js.map +0 -1
- package/lib/model/domain/webhooks/index.d.ts +0 -17
- package/lib/model/domain/webhooks/index.js +0 -3
- package/lib/model/domain/webhooks/index.js.map +0 -1
- package/lib/model/files/index.d.ts +0 -10
- package/lib/model/files/index.js +0 -3
- package/lib/model/hostedcheckouts/index.d.ts +0 -25
- package/lib/model/hostedcheckouts/index.js +0 -3
- package/lib/model/hostedcheckouts/index.js.map +0 -1
- package/lib/model/hostedmandatemanagements/index.d.ts +0 -18
- package/lib/model/hostedmandatemanagements/index.js +0 -3
- package/lib/model/hostedmandatemanagements/index.js.map +0 -1
- package/lib/model/installments/index.d.ts +0 -11
- package/lib/model/installments/index.js +0 -3
- package/lib/model/mandates/index.d.ts +0 -46
- package/lib/model/mandates/index.js +0 -3
- package/lib/model/mandates/index.js.map +0 -1
- package/lib/model/payments/index.d.ts +0 -132
- package/lib/model/payments/index.js +0 -3
- package/lib/model/payments/index.js.map +0 -1
- package/lib/model/payouts/index.d.ts +0 -52
- package/lib/model/payouts/index.js +0 -3
- package/lib/model/payouts/index.js.map +0 -1
- package/lib/model/productgroups/index.d.ts +0 -43
- package/lib/model/productgroups/index.js +0 -3
- package/lib/model/productgroups/index.js.map +0 -1
- package/lib/model/products/index.d.ts +0 -82
- package/lib/model/products/index.js +0 -3
- package/lib/model/products/index.js.map +0 -1
- package/lib/model/refunds/index.d.ts +0 -46
- package/lib/model/refunds/index.js +0 -3
- package/lib/model/refunds/index.js.map +0 -1
- package/lib/model/riskassessments/index.d.ts +0 -18
- package/lib/model/riskassessments/index.js +0 -3
- package/lib/model/riskassessments/index.js.map +0 -1
- package/lib/model/services/index.d.ts +0 -48
- package/lib/model/services/index.js +0 -3
- package/lib/model/services/index.js.map +0 -1
- package/lib/model/sessions/index.d.ts +0 -11
- package/lib/model/sessions/index.js +0 -3
- package/lib/model/sessions/index.js.map +0 -1
- package/lib/model/tokens/index.d.ts +0 -42
- package/lib/model/tokens/index.js +0 -3
- package/lib/payments/approve.d.ts +0 -4
- package/lib/payments/approve.js +0 -30
- package/lib/payments/approve.js.map +0 -1
- package/lib/payments/cancel.d.ts +0 -3
- package/lib/payments/cancel.js +0 -17
- package/lib/payments/cancel.js.map +0 -1
- package/lib/payments/cancelapproval.d.ts +0 -3
- package/lib/payments/cancelapproval.js +0 -17
- package/lib/payments/cancelapproval.js.map +0 -1
- package/lib/payments/capture.d.ts +0 -4
- package/lib/payments/capture.js +0 -30
- package/lib/payments/capture.js.map +0 -1
- package/lib/payments/captures.d.ts +0 -3
- package/lib/payments/captures.js +0 -17
- package/lib/payments/captures.js.map +0 -1
- package/lib/payments/complete.d.ts +0 -4
- package/lib/payments/complete.js +0 -30
- package/lib/payments/complete.js.map +0 -1
- package/lib/payments/create.d.ts +0 -4
- package/lib/payments/create.js +0 -30
- package/lib/payments/create.js.map +0 -1
- package/lib/payments/devicefingerprint.d.ts +0 -3
- package/lib/payments/devicefingerprint.js +0 -17
- package/lib/payments/devicefingerprint.js.map +0 -1
- package/lib/payments/dispute.d.ts +0 -4
- package/lib/payments/dispute.js +0 -30
- package/lib/payments/dispute.js.map +0 -1
- package/lib/payments/disputes.d.ts +0 -3
- package/lib/payments/disputes.js +0 -17
- package/lib/payments/disputes.js.map +0 -1
- package/lib/payments/find.d.ts +0 -4
- package/lib/payments/find.js +0 -17
- package/lib/payments/find.js.map +0 -1
- package/lib/payments/get.d.ts +0 -3
- package/lib/payments/get.js +0 -17
- package/lib/payments/get.js.map +0 -1
- package/lib/payments/index.d.ts +0 -3
- package/lib/payments/index.js +0 -43
- package/lib/payments/index.js.map +0 -1
- package/lib/payments/processchallenged.d.ts +0 -3
- package/lib/payments/processchallenged.js +0 -17
- package/lib/payments/processchallenged.js.map +0 -1
- package/lib/payments/refund.d.ts +0 -4
- package/lib/payments/refund.js +0 -30
- package/lib/payments/refund.js.map +0 -1
- package/lib/payments/refunds.d.ts +0 -3
- package/lib/payments/refunds.js +0 -17
- package/lib/payments/refunds.js.map +0 -1
- package/lib/payments/thirdPartyStatus.d.ts +0 -3
- package/lib/payments/thirdPartyStatus.js +0 -17
- package/lib/payments/thirdPartyStatus.js.map +0 -1
- package/lib/payments/tokenize.d.ts +0 -4
- package/lib/payments/tokenize.js +0 -30
- package/lib/payments/tokenize.js.map +0 -1
- package/lib/payouts/approve.d.ts +0 -4
- package/lib/payouts/approve.js +0 -30
- package/lib/payouts/approve.js.map +0 -1
- package/lib/payouts/cancel.d.ts +0 -3
- package/lib/payouts/cancel.js +0 -17
- package/lib/payouts/cancel.js.map +0 -1
- package/lib/payouts/cancelapproval.d.ts +0 -3
- package/lib/payouts/cancelapproval.js +0 -17
- package/lib/payouts/cancelapproval.js.map +0 -1
- package/lib/payouts/create.d.ts +0 -4
- package/lib/payouts/create.js +0 -30
- package/lib/payouts/create.js.map +0 -1
- package/lib/payouts/find.d.ts +0 -4
- package/lib/payouts/find.js +0 -17
- package/lib/payouts/find.js.map +0 -1
- package/lib/payouts/get.d.ts +0 -3
- package/lib/payouts/get.js +0 -17
- package/lib/payouts/get.js.map +0 -1
- package/lib/payouts/index.d.ts +0 -3
- package/lib/payouts/index.js +0 -21
- package/lib/payouts/index.js.map +0 -1
- package/lib/productgroups/deviceFingerprint.d.ts +0 -4
- package/lib/productgroups/deviceFingerprint.js +0 -30
- package/lib/productgroups/deviceFingerprint.js.map +0 -1
- package/lib/productgroups/find.d.ts +0 -4
- package/lib/productgroups/find.js +0 -17
- package/lib/productgroups/find.js.map +0 -1
- package/lib/productgroups/get.d.ts +0 -4
- package/lib/productgroups/get.js +0 -17
- package/lib/productgroups/get.js.map +0 -1
- package/lib/productgroups/index.d.ts +0 -3
- package/lib/productgroups/index.js +0 -15
- package/lib/productgroups/index.js.map +0 -1
- package/lib/products/customerDetails.d.ts +0 -4
- package/lib/products/customerDetails.js +0 -30
- package/lib/products/customerDetails.js.map +0 -1
- package/lib/products/deviceFingerprint.d.ts +0 -4
- package/lib/products/deviceFingerprint.js +0 -30
- package/lib/products/deviceFingerprint.js.map +0 -1
- package/lib/products/directory.d.ts +0 -4
- package/lib/products/directory.js +0 -17
- package/lib/products/directory.js.map +0 -1
- package/lib/products/find.d.ts +0 -4
- package/lib/products/find.js +0 -17
- package/lib/products/find.js.map +0 -1
- package/lib/products/get.d.ts +0 -4
- package/lib/products/get.js +0 -17
- package/lib/products/get.js.map +0 -1
- package/lib/products/index.d.ts +0 -3
- package/lib/products/index.js +0 -23
- package/lib/products/index.js.map +0 -1
- package/lib/products/networks.d.ts +0 -4
- package/lib/products/networks.js +0 -17
- package/lib/products/networks.js.map +0 -1
- package/lib/products/sessions.d.ts +0 -4
- package/lib/products/sessions.js +0 -30
- package/lib/products/sessions.js.map +0 -1
- package/lib/refunds/approve.d.ts +0 -4
- package/lib/refunds/approve.js +0 -30
- package/lib/refunds/approve.js.map +0 -1
- package/lib/refunds/cancel.d.ts +0 -3
- package/lib/refunds/cancel.js +0 -17
- package/lib/refunds/cancel.js.map +0 -1
- package/lib/refunds/cancelapproval.d.ts +0 -3
- package/lib/refunds/cancelapproval.js +0 -17
- package/lib/refunds/cancelapproval.js.map +0 -1
- package/lib/refunds/find.d.ts +0 -4
- package/lib/refunds/find.js +0 -17
- package/lib/refunds/find.js.map +0 -1
- package/lib/refunds/get.d.ts +0 -3
- package/lib/refunds/get.js +0 -17
- package/lib/refunds/get.js.map +0 -1
- package/lib/refunds/index.d.ts +0 -3
- package/lib/refunds/index.js +0 -19
- package/lib/refunds/index.js.map +0 -1
- package/lib/riskassessments/bankaccounts.d.ts +0 -4
- package/lib/riskassessments/bankaccounts.js +0 -30
- package/lib/riskassessments/bankaccounts.js.map +0 -1
- package/lib/riskassessments/cards.d.ts +0 -4
- package/lib/riskassessments/cards.js +0 -30
- package/lib/riskassessments/cards.js.map +0 -1
- package/lib/riskassessments/index.d.ts +0 -3
- package/lib/riskassessments/index.js +0 -13
- package/lib/riskassessments/index.js.map +0 -1
- package/lib/services/bankaccount.d.ts +0 -4
- package/lib/services/bankaccount.js +0 -30
- package/lib/services/bankaccount.js.map +0 -1
- package/lib/services/convertAmount.d.ts +0 -4
- package/lib/services/convertAmount.js +0 -17
- package/lib/services/convertAmount.js.map +0 -1
- package/lib/services/getIINdetails.d.ts +0 -4
- package/lib/services/getIINdetails.js +0 -30
- package/lib/services/getIINdetails.js.map +0 -1
- package/lib/services/index.d.ts +0 -3
- package/lib/services/index.js +0 -19
- package/lib/services/index.js.map +0 -1
- package/lib/services/privacypolicy.d.ts +0 -4
- package/lib/services/privacypolicy.js +0 -17
- package/lib/services/privacypolicy.js.map +0 -1
- package/lib/services/testconnection.d.ts +0 -3
- package/lib/services/testconnection.js +0 -17
- package/lib/services/testconnection.js.map +0 -1
- package/lib/sessions/create.d.ts +0 -4
- package/lib/sessions/create.js +0 -30
- package/lib/sessions/create.js.map +0 -1
- package/lib/sessions/index.d.ts +0 -3
- package/lib/sessions/index.js +0 -11
- package/lib/sessions/index.js.map +0 -1
- package/lib/tokens/approvesepadirectdebit.d.ts +0 -4
- package/lib/tokens/approvesepadirectdebit.js +0 -30
- package/lib/tokens/approvesepadirectdebit.js.map +0 -1
- package/lib/tokens/create.d.ts +0 -4
- package/lib/tokens/create.js +0 -30
- package/lib/tokens/create.js.map +0 -1
- package/lib/tokens/get.d.ts +0 -3
- package/lib/tokens/get.js +0 -17
- package/lib/tokens/get.js.map +0 -1
- package/lib/tokens/index.d.ts +0 -3
- package/lib/tokens/index.js +0 -19
- package/lib/tokens/index.js.map +0 -1
- package/lib/tokens/remove.d.ts +0 -4
- package/lib/tokens/remove.js +0 -17
- package/lib/tokens/remove.js.map +0 -1
- package/lib/tokens/update.d.ts +0 -4
- package/lib/tokens/update.js +0 -30
- package/lib/tokens/update.js.map +0 -1
- package/lib/utils/versions.d.ts +0 -1
- package/lib/utils/versions.js +0 -9
- package/lib/utils/versions.js.map +0 -1
- /package/lib/model/domain/{metadata/index.d.ts → index.d.ts} +0 -0
- /package/lib/model/{captures → domain}/index.js +0 -0
- /package/lib/{model/disputes → v1/model/captures}/index.js +0 -0
- /package/lib/{model/domain/capture/definitions → v1/model/disputes}/index.js +0 -0
- /package/lib/{model/domain/capture → v1/model/files}/index.js +0 -0
- /package/lib/{model/domain/definitions → v1/model/hostedcheckouts}/index.js +0 -0
- /package/lib/{model/domain/dispute/definitions → v1/model/hostedmandatemanagements}/index.js +0 -0
- /package/lib/{model/domain/dispute → v1/model}/index.js +0 -0
- /package/lib/{model/domain/errors → v1/model/installments}/index.js +0 -0
- /package/lib/{model/domain/hostedcheckout/definitions → v1/model/mandates}/index.js +0 -0
- /package/lib/{model/domain/hostedcheckout → v1/model/payments}/index.js +0 -0
- /package/lib/{model/domain/hostedmandatemanagement/definitions → v1/model/payouts}/index.js +0 -0
- /package/lib/{model/domain/hostedmandatemanagement → v1/model/productgroups}/index.js +0 -0
- /package/lib/{model/domain/installments/definitions → v1/model/products}/index.js +0 -0
- /package/lib/{model/domain/installments → v1/model/refunds}/index.js +0 -0
- /package/lib/{model/domain/mandates/definitions → v1/model/riskassessments}/index.js +0 -0
- /package/lib/{model/domain/mandates → v1/model/services}/index.js +0 -0
- /package/lib/{model/domain/metadata → v1/model/sessions}/index.js +0 -0
- /package/lib/{model/domain/payment/definitions → v1/model/tokens}/index.js +0 -0
- /package/lib/{model/domain/payment → v1/model/webhooks}/index.js +0 -0
- /package/schemas/{payment → v1}/ApprovePaymentRequest.json +0 -0
- /package/schemas/{payout → v1}/ApprovePayoutRequest.json +0 -0
- /package/schemas/{refund → v1}/ApproveRefundRequest.json +0 -0
- /package/schemas/{token → v1}/ApproveTokenRequest.json +0 -0
- /package/schemas/{services → v1}/BankDetailsRequest.json +0 -0
- /package/schemas/{payment → v1}/CapturePaymentRequest.json +0 -0
- /package/schemas/{payment → v1}/CompletePaymentRequest.json +0 -0
- /package/schemas/{dispute → v1}/CreateDisputeRequest.json +0 -0
- /package/schemas/{hostedcheckout → v1}/CreateHostedCheckoutRequest.json +0 -0
- /package/schemas/{hostedmandatemanagement → v1}/CreateHostedMandateManagementRequest.json +0 -0
- /package/schemas/{mandates → v1}/CreateMandateRequest.json +0 -0
- /package/schemas/{product → v1}/CreatePaymentProductSessionRequest.json +0 -0
- /package/schemas/{payment → v1}/CreatePaymentRequest.json +0 -0
- /package/schemas/{payout → v1}/CreatePayoutRequest.json +0 -0
- /package/schemas/{token → v1}/CreateTokenRequest.json +0 -0
- /package/schemas/{product → v1}/DeviceFingerprintRequest.json +0 -0
- /package/schemas/{product → v1}/GetCustomerDetailsRequest.json +0 -0
- /package/schemas/{services → v1}/GetIINDetailsRequest.json +0 -0
- /package/schemas/{installments → v1}/GetInstallmentRequest.json +0 -0
- /package/schemas/{refund → v1}/RefundRequest.json +0 -0
- /package/schemas/{riskassessments → v1}/RiskAssessmentBankAccount.json +0 -0
- /package/schemas/{riskassessments → v1}/RiskAssessmentCard.json +0 -0
- /package/schemas/{sessions → v1}/SessionRequest.json +0 -0
- /package/schemas/{payment → v1}/TokenizePaymentRequest.json +0 -0
- /package/schemas/{token → v1}/UpdateTokenRequest.json +0 -0
|
@@ -1,320 +0,0 @@
|
|
|
1
|
-
import { APIError } from "../errors/definitions";
|
|
2
|
-
export interface AbstractOrderStatus {
|
|
3
|
-
id?: string | null;
|
|
4
|
-
}
|
|
5
|
-
export interface AbstractPaymentMethodSpecificInput {
|
|
6
|
-
paymentProductId?: number | null;
|
|
7
|
-
}
|
|
8
|
-
export interface AdditionalOrderInputAirlineData {
|
|
9
|
-
airlineData?: AirlineData | null;
|
|
10
|
-
lodgingData?: LodgingData | null;
|
|
11
|
-
}
|
|
12
|
-
export interface Address {
|
|
13
|
-
additionalInfo?: string | null;
|
|
14
|
-
city?: string | null;
|
|
15
|
-
countryCode?: string | null;
|
|
16
|
-
houseNumber?: string | null;
|
|
17
|
-
state?: string | null;
|
|
18
|
-
stateCode?: string | null;
|
|
19
|
-
street?: string | null;
|
|
20
|
-
zip?: string | null;
|
|
21
|
-
}
|
|
22
|
-
export interface AirlineData {
|
|
23
|
-
agentNumericCode?: string | null;
|
|
24
|
-
code?: string | null;
|
|
25
|
-
flightDate?: string | null;
|
|
26
|
-
flightLegs?: AirlineFlightLeg[] | null;
|
|
27
|
-
invoiceNumber?: string | null;
|
|
28
|
-
isETicket?: boolean | null;
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated Use Order.customer.accountType instead
|
|
31
|
-
*/
|
|
32
|
-
isRegisteredCustomer?: boolean | null;
|
|
33
|
-
isRestrictedTicket?: boolean | null;
|
|
34
|
-
isThirdParty?: boolean | null;
|
|
35
|
-
issueDate?: string | null;
|
|
36
|
-
merchantCustomerId?: string | null;
|
|
37
|
-
name?: string | null;
|
|
38
|
-
numberInParty?: number | null;
|
|
39
|
-
passengerName?: string | null;
|
|
40
|
-
passengers?: AirlinePassenger[] | null;
|
|
41
|
-
placeOfIssue?: string | null;
|
|
42
|
-
pnr?: string | null;
|
|
43
|
-
pointOfSale?: string | null;
|
|
44
|
-
posCityCode?: string | null;
|
|
45
|
-
ticketDeliveryMethod?: string | null;
|
|
46
|
-
ticketNumber?: string | null;
|
|
47
|
-
totalFare?: number | null;
|
|
48
|
-
totalFee?: number | null;
|
|
49
|
-
totalTaxes?: number | null;
|
|
50
|
-
travelAgencyName?: string | null;
|
|
51
|
-
}
|
|
52
|
-
export interface AirlineFlightLeg {
|
|
53
|
-
airlineClass?: string | null;
|
|
54
|
-
arrivalAirport?: string | null;
|
|
55
|
-
arrivalTime?: string | null;
|
|
56
|
-
carrierCode?: string | null;
|
|
57
|
-
conjunctionTicket?: string | null;
|
|
58
|
-
couponNumber?: string | null;
|
|
59
|
-
date?: string | null;
|
|
60
|
-
departureTime?: string | null;
|
|
61
|
-
endorsementOrRestriction?: string | null;
|
|
62
|
-
exchangeTicket?: string | null;
|
|
63
|
-
fare?: string | null;
|
|
64
|
-
fareBasis?: string | null;
|
|
65
|
-
fee?: number | null;
|
|
66
|
-
flightNumber?: string | null;
|
|
67
|
-
number?: number | null;
|
|
68
|
-
originAirport?: string | null;
|
|
69
|
-
passengerClass?: string | null;
|
|
70
|
-
/**
|
|
71
|
-
* @deprecated Use passengerClass instead
|
|
72
|
-
*/
|
|
73
|
-
serviceClass?: string | null;
|
|
74
|
-
stopoverCode?: string | null;
|
|
75
|
-
taxes?: number | null;
|
|
76
|
-
}
|
|
77
|
-
export interface AirlinePassenger {
|
|
78
|
-
firstName?: string | null;
|
|
79
|
-
surname?: string | null;
|
|
80
|
-
surnamePrefix?: string | null;
|
|
81
|
-
title?: string | null;
|
|
82
|
-
}
|
|
83
|
-
export interface AmountOfMoney {
|
|
84
|
-
amount?: number | null;
|
|
85
|
-
currencyCode?: string | null;
|
|
86
|
-
}
|
|
87
|
-
export interface BankAccount {
|
|
88
|
-
accountHolderName?: string | null;
|
|
89
|
-
}
|
|
90
|
-
export interface BankAccountBban extends BankAccount {
|
|
91
|
-
accountNumber?: string | null;
|
|
92
|
-
bankCode?: string | null;
|
|
93
|
-
bankName?: string | null;
|
|
94
|
-
branchCode?: string | null;
|
|
95
|
-
checkDigit?: string | null;
|
|
96
|
-
countryCode?: string | null;
|
|
97
|
-
}
|
|
98
|
-
export interface BankAccountIban extends BankAccount {
|
|
99
|
-
iban?: string | null;
|
|
100
|
-
}
|
|
101
|
-
export interface Card extends CardWithoutCvv {
|
|
102
|
-
cvv?: string | null;
|
|
103
|
-
partialPin?: string | null;
|
|
104
|
-
}
|
|
105
|
-
export interface CardEssentials {
|
|
106
|
-
cardNumber?: string | null;
|
|
107
|
-
cardholderName?: string | null;
|
|
108
|
-
expiryDate?: string | null;
|
|
109
|
-
}
|
|
110
|
-
export interface CardFraudResults extends FraudResults {
|
|
111
|
-
avsResult?: string | null;
|
|
112
|
-
cvvResult?: string | null;
|
|
113
|
-
fraugster?: FraugsterResults | null;
|
|
114
|
-
retailDecisions?: FraudResultsRetailDecisions | null;
|
|
115
|
-
}
|
|
116
|
-
export interface CardWithoutCvv extends CardEssentials {
|
|
117
|
-
issueNumber?: string | null;
|
|
118
|
-
}
|
|
119
|
-
export interface CompanyInformation {
|
|
120
|
-
name?: string | null;
|
|
121
|
-
vatNumber?: string | null;
|
|
122
|
-
}
|
|
123
|
-
export interface ContactDetailsBase {
|
|
124
|
-
emailAddress?: string | null;
|
|
125
|
-
emailMessageType?: string | null;
|
|
126
|
-
}
|
|
127
|
-
export interface CustomerBase {
|
|
128
|
-
companyInformation?: CompanyInformation | null;
|
|
129
|
-
merchantCustomerId?: string | null;
|
|
130
|
-
/**
|
|
131
|
-
* @deprecated Use companyInformation.vatNumber instead
|
|
132
|
-
*/
|
|
133
|
-
vatNumber?: string | null;
|
|
134
|
-
}
|
|
135
|
-
export interface FraudFields {
|
|
136
|
-
/**
|
|
137
|
-
* @deprecated For risk assessments there is no replacement. For other calls, use Order.shipping.addressIndicator instead
|
|
138
|
-
*/
|
|
139
|
-
addressesAreIdentical?: boolean | null;
|
|
140
|
-
blackListData?: string | null;
|
|
141
|
-
/**
|
|
142
|
-
* @deprecated This should be the same as Order.customer.billingAddress
|
|
143
|
-
*/
|
|
144
|
-
cardOwnerAddress?: Address | null;
|
|
145
|
-
customerIpAddress?: string | null;
|
|
146
|
-
/**
|
|
147
|
-
* @deprecated Use Order.customer.device.defaultFormFill instead
|
|
148
|
-
*/
|
|
149
|
-
defaultFormFill?: string | null;
|
|
150
|
-
/**
|
|
151
|
-
* @deprecated No replacement
|
|
152
|
-
*/
|
|
153
|
-
deviceFingerprintActivated?: boolean | null;
|
|
154
|
-
/**
|
|
155
|
-
* @deprecated Use Order.customer.device.deviceFingerprintTransactionId instead
|
|
156
|
-
*/
|
|
157
|
-
deviceFingerprintTransactionId?: string | null;
|
|
158
|
-
giftCardType?: string | null;
|
|
159
|
-
giftMessage?: string | null;
|
|
160
|
-
/**
|
|
161
|
-
* @deprecated Use Order.customer.account.hasForgottenPassword instead
|
|
162
|
-
*/
|
|
163
|
-
hasForgottenPwd?: boolean | null;
|
|
164
|
-
/**
|
|
165
|
-
* @deprecated Use Order.customer.account.hasPassword instead
|
|
166
|
-
*/
|
|
167
|
-
hasPassword?: boolean | null;
|
|
168
|
-
/**
|
|
169
|
-
* @deprecated Use Order.customer.isPreviousCustomer instead
|
|
170
|
-
*/
|
|
171
|
-
isPreviousCustomer?: boolean | null;
|
|
172
|
-
orderTimezone?: string | null;
|
|
173
|
-
/**
|
|
174
|
-
* @deprecated Use Order.shipping.comments instead
|
|
175
|
-
*/
|
|
176
|
-
shipComments?: string | null;
|
|
177
|
-
/**
|
|
178
|
-
* @deprecated Use Order.shipping.trackingNumber instead
|
|
179
|
-
*/
|
|
180
|
-
shipmentTrackingNumber?: string | null;
|
|
181
|
-
/**
|
|
182
|
-
* @deprecated No replacement
|
|
183
|
-
*/
|
|
184
|
-
shippingDetails?: FraudFieldsShippingDetails | null;
|
|
185
|
-
userData?: string[] | null;
|
|
186
|
-
/**
|
|
187
|
-
* @deprecated Use Merchant.websiteUrl instead
|
|
188
|
-
*/
|
|
189
|
-
website?: string | null;
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* @deprecated No replacement
|
|
193
|
-
*/
|
|
194
|
-
export interface FraudFieldsShippingDetails {
|
|
195
|
-
/**
|
|
196
|
-
* @deprecated No replacement
|
|
197
|
-
*/
|
|
198
|
-
methodDetails?: string | null;
|
|
199
|
-
/**
|
|
200
|
-
* @deprecated No replacement
|
|
201
|
-
*/
|
|
202
|
-
methodSpeed?: number | null;
|
|
203
|
-
/**
|
|
204
|
-
* @deprecated No replacement
|
|
205
|
-
*/
|
|
206
|
-
methodType?: number | null;
|
|
207
|
-
}
|
|
208
|
-
export interface FraudResults {
|
|
209
|
-
fraudServiceResult?: string | null;
|
|
210
|
-
inAuth?: InAuth | null;
|
|
211
|
-
microsoftFraudProtection?: MicrosoftFraudResults | null;
|
|
212
|
-
}
|
|
213
|
-
export interface FraudResultsRetailDecisions {
|
|
214
|
-
fraudCode?: string | null;
|
|
215
|
-
fraudNeural?: string | null;
|
|
216
|
-
fraudRCF?: string | null;
|
|
217
|
-
}
|
|
218
|
-
export interface FraugsterResults {
|
|
219
|
-
fraudInvestigationPoints?: string | null;
|
|
220
|
-
fraudScore?: number | null;
|
|
221
|
-
}
|
|
222
|
-
export interface InAuth {
|
|
223
|
-
deviceCategory?: string | null;
|
|
224
|
-
deviceId?: string | null;
|
|
225
|
-
riskScore?: string | null;
|
|
226
|
-
trueIpAddress?: string | null;
|
|
227
|
-
trueIpAddressCountry?: string | null;
|
|
228
|
-
}
|
|
229
|
-
export interface KeyValuePair {
|
|
230
|
-
key?: string | null;
|
|
231
|
-
value?: string | null;
|
|
232
|
-
}
|
|
233
|
-
export interface LodgingCharge {
|
|
234
|
-
chargeAmount?: number | null;
|
|
235
|
-
chargeAmountCurrencyCode?: string | null;
|
|
236
|
-
chargeType?: string | null;
|
|
237
|
-
}
|
|
238
|
-
export interface LodgingData {
|
|
239
|
-
charges?: LodgingCharge[] | null;
|
|
240
|
-
checkInDate?: string | null;
|
|
241
|
-
checkOutDate?: string | null;
|
|
242
|
-
folioNumber?: string | null;
|
|
243
|
-
isConfirmedReservation?: boolean | null;
|
|
244
|
-
isFacilityFireSafetyConform?: boolean | null;
|
|
245
|
-
isNoShow?: boolean | null;
|
|
246
|
-
isPreferenceSmokingRoom?: boolean | null;
|
|
247
|
-
numberOfAdults?: number | null;
|
|
248
|
-
numberOfNights?: number | null;
|
|
249
|
-
numberOfRooms?: number | null;
|
|
250
|
-
programCode?: string | null;
|
|
251
|
-
propertyCustomerServicePhoneNumber?: string | null;
|
|
252
|
-
propertyPhoneNumber?: string | null;
|
|
253
|
-
renterName?: string | null;
|
|
254
|
-
rooms?: LodgingRoom[] | null;
|
|
255
|
-
}
|
|
256
|
-
export interface LodgingRoom {
|
|
257
|
-
dailyRoomRate?: string | null;
|
|
258
|
-
dailyRoomRateCurrencyCode?: string | null;
|
|
259
|
-
dailyRoomTaxAmount?: string | null;
|
|
260
|
-
dailyRoomTaxAmountCurrencyCode?: string | null;
|
|
261
|
-
numberOfNightsAtRoomRate?: number | null;
|
|
262
|
-
roomLocation?: string | null;
|
|
263
|
-
roomNumber?: string | null;
|
|
264
|
-
typeOfBed?: string | null;
|
|
265
|
-
typeOfRoom?: string | null;
|
|
266
|
-
}
|
|
267
|
-
export interface MicrosoftFraudResults {
|
|
268
|
-
clauseName?: string | null;
|
|
269
|
-
deviceCountryCode?: string | null;
|
|
270
|
-
deviceId?: string | null;
|
|
271
|
-
fraudScore?: number | null;
|
|
272
|
-
policyApplied?: string | null;
|
|
273
|
-
trueIpAddress?: string | null;
|
|
274
|
-
userDeviceType?: string | null;
|
|
275
|
-
}
|
|
276
|
-
export interface OrderStatusOutput {
|
|
277
|
-
errors?: APIError[] | null;
|
|
278
|
-
isCancellable?: boolean | null;
|
|
279
|
-
isRetriable?: boolean | null;
|
|
280
|
-
providerRawOutput?: KeyValuePair[] | null;
|
|
281
|
-
statusCategory?: string | null;
|
|
282
|
-
statusCode?: number | null;
|
|
283
|
-
statusCodeChangeDateTime?: string | null;
|
|
284
|
-
}
|
|
285
|
-
export interface PaymentProductFilter {
|
|
286
|
-
groups?: string[] | null;
|
|
287
|
-
products?: number[] | null;
|
|
288
|
-
}
|
|
289
|
-
export interface PersonalNameBase {
|
|
290
|
-
firstName?: string | null;
|
|
291
|
-
surname?: string | null;
|
|
292
|
-
surnamePrefix?: string | null;
|
|
293
|
-
}
|
|
294
|
-
export interface RedirectDataBase {
|
|
295
|
-
RETURNMAC?: string | null;
|
|
296
|
-
redirectURL?: string | null;
|
|
297
|
-
}
|
|
298
|
-
export interface ResultDoRiskAssessment {
|
|
299
|
-
category?: string | null;
|
|
300
|
-
result?: string | null;
|
|
301
|
-
retaildecisionsCCFraudCheckOutput?: RetailDecisionsCCFraudCheckOutput | null;
|
|
302
|
-
validationBankAccountOutput?: ValidationBankAccountOutput | null;
|
|
303
|
-
}
|
|
304
|
-
export interface RetailDecisionsCCFraudCheckOutput {
|
|
305
|
-
fraudCode?: string | null;
|
|
306
|
-
fraudNeural?: string | null;
|
|
307
|
-
fraudRCF?: string | null;
|
|
308
|
-
}
|
|
309
|
-
export interface ValidationBankAccountCheck {
|
|
310
|
-
code?: string | null;
|
|
311
|
-
description?: string | null;
|
|
312
|
-
result?: string | null;
|
|
313
|
-
}
|
|
314
|
-
export interface ValidationBankAccountOutput {
|
|
315
|
-
checks?: ValidationBankAccountCheck[] | null;
|
|
316
|
-
newBankName?: string | null;
|
|
317
|
-
reformattedAccountNumber?: string | null;
|
|
318
|
-
reformattedBankCode?: string | null;
|
|
319
|
-
reformattedBranchCode?: string | null;
|
|
320
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/model/domain/definitions/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { AmountOfMoney } from "../../definitions";
|
|
2
|
-
import { HostedFile } from "../../file/definitions";
|
|
3
|
-
export interface Dispute {
|
|
4
|
-
disputeOutput?: DisputeOutput | null;
|
|
5
|
-
id?: string | null;
|
|
6
|
-
paymentId?: string | null;
|
|
7
|
-
status?: string | null;
|
|
8
|
-
statusOutput?: DisputeStatusOutput | null;
|
|
9
|
-
}
|
|
10
|
-
export interface DisputeCreationDetail {
|
|
11
|
-
disputeCreationDate?: string | null;
|
|
12
|
-
disputeOriginator?: string | null;
|
|
13
|
-
userName?: string | null;
|
|
14
|
-
}
|
|
15
|
-
export interface DisputeOutput {
|
|
16
|
-
amountOfMoney?: AmountOfMoney | null;
|
|
17
|
-
contactPerson?: string | null;
|
|
18
|
-
creationDetails?: DisputeCreationDetail | null;
|
|
19
|
-
emailAddress?: string | null;
|
|
20
|
-
files?: HostedFile[] | null;
|
|
21
|
-
reference?: DisputeReference | null;
|
|
22
|
-
replyTo?: string | null;
|
|
23
|
-
requestMessage?: string | null;
|
|
24
|
-
responseMessage?: string | null;
|
|
25
|
-
}
|
|
26
|
-
export interface DisputeReference {
|
|
27
|
-
merchantOrderId?: string | null;
|
|
28
|
-
merchantReference?: string | null;
|
|
29
|
-
paymentReference?: string | null;
|
|
30
|
-
providerId?: string | null;
|
|
31
|
-
providerReference?: string | null;
|
|
32
|
-
}
|
|
33
|
-
export interface DisputeStatusOutput {
|
|
34
|
-
isCancellable?: boolean | null;
|
|
35
|
-
statusCategory?: string | null;
|
|
36
|
-
statusCode?: number | null;
|
|
37
|
-
statusCodeChangeDateTime?: string | null;
|
|
38
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/dispute/definitions/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AmountOfMoney } from "../definitions";
|
|
2
|
-
import { Dispute } from "./definitions";
|
|
3
|
-
export interface CreateDisputeRequest {
|
|
4
|
-
amountOfMoney?: AmountOfMoney | null;
|
|
5
|
-
contactPerson?: string | null;
|
|
6
|
-
emailAddress?: string | null;
|
|
7
|
-
replyTo?: string | null;
|
|
8
|
-
requestMessage?: string | null;
|
|
9
|
-
}
|
|
10
|
-
export interface DisputeResponse extends Dispute {
|
|
11
|
-
}
|
|
12
|
-
export interface DisputesResponse {
|
|
13
|
-
disputes?: Dispute[] | null;
|
|
14
|
-
}
|
|
15
|
-
export interface UploadDisputeFileResponse {
|
|
16
|
-
disputeId?: string | null;
|
|
17
|
-
fileId?: string | null;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/model/domain/dispute/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/errors/definitions/index.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/model/domain/errors/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/file/definitions/index.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { AbstractPaymentMethodSpecificInput, AmountOfMoney, KeyValuePair, PaymentProductFilter } from "../../definitions";
|
|
2
|
-
import { GPayThreeDSecure, Payment, PaymentCreationReferences } from "../../payment/definitions";
|
|
3
|
-
export interface CreatedPaymentOutput {
|
|
4
|
-
displayedData?: DisplayedData | null;
|
|
5
|
-
isCheckedRememberMe?: boolean | null;
|
|
6
|
-
payment?: Payment | null;
|
|
7
|
-
paymentCreationReferences?: PaymentCreationReferences | null;
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use Payment.statusOutput.statusCategory instead
|
|
10
|
-
*/
|
|
11
|
-
paymentStatusCategory?: string | null;
|
|
12
|
-
tokenizationSucceeded?: boolean | null;
|
|
13
|
-
tokens?: string | null;
|
|
14
|
-
}
|
|
15
|
-
export interface DisplayedData {
|
|
16
|
-
displayedDataType?: string | null;
|
|
17
|
-
renderingData?: string | null;
|
|
18
|
-
showData?: KeyValuePair[] | null;
|
|
19
|
-
}
|
|
20
|
-
export interface Frequency {
|
|
21
|
-
interval?: string | null;
|
|
22
|
-
intervalFrequency?: number | null;
|
|
23
|
-
}
|
|
24
|
-
export interface HostedCheckoutSpecificInput {
|
|
25
|
-
isRecurring?: boolean | null;
|
|
26
|
-
locale?: string | null;
|
|
27
|
-
paymentProductFilters?: PaymentProductFiltersHostedCheckout | null;
|
|
28
|
-
recurringPaymentsData?: RecurringPaymentsData | null;
|
|
29
|
-
returnCancelState?: boolean | null;
|
|
30
|
-
returnUrl?: string | null;
|
|
31
|
-
showResultPage?: boolean | null;
|
|
32
|
-
tokens?: string | null;
|
|
33
|
-
validateShoppingCart?: boolean | null;
|
|
34
|
-
variant?: string | null;
|
|
35
|
-
}
|
|
36
|
-
export interface MobilePaymentMethodSpecificInputHostedCheckout extends AbstractPaymentMethodSpecificInput {
|
|
37
|
-
authorizationMode?: string | null;
|
|
38
|
-
customerReference?: string | null;
|
|
39
|
-
paymentProduct302SpecificInput?: MobilePaymentProduct302SpecificInputHostedCheckout | null;
|
|
40
|
-
paymentProduct320SpecificInput?: MobilePaymentProduct320SpecificInputHostedCheckout | null;
|
|
41
|
-
requiresApproval?: boolean | null;
|
|
42
|
-
skipFraudService?: boolean | null;
|
|
43
|
-
}
|
|
44
|
-
export interface MobilePaymentProduct302SpecificInputHostedCheckout {
|
|
45
|
-
businessName?: string | null;
|
|
46
|
-
}
|
|
47
|
-
export interface MobilePaymentProduct320SpecificInputHostedCheckout {
|
|
48
|
-
merchantName?: string | null;
|
|
49
|
-
merchantOrigin?: string | null;
|
|
50
|
-
threeDSecure?: GPayThreeDSecure | null;
|
|
51
|
-
}
|
|
52
|
-
export interface PaymentProductFiltersHostedCheckout {
|
|
53
|
-
exclude?: PaymentProductFilter | null;
|
|
54
|
-
restrictTo?: PaymentProductFilter | null;
|
|
55
|
-
tokensOnly?: boolean | null;
|
|
56
|
-
}
|
|
57
|
-
export interface RecurringPaymentsData {
|
|
58
|
-
recurringInterval?: Frequency | null;
|
|
59
|
-
trialInformation?: TrialInformation | null;
|
|
60
|
-
}
|
|
61
|
-
export interface TrialInformation {
|
|
62
|
-
amountOfMoneyAfterTrial?: AmountOfMoney | null;
|
|
63
|
-
endDate?: string | null;
|
|
64
|
-
isRecurring?: boolean | null;
|
|
65
|
-
trialPeriod?: TrialPeriod | null;
|
|
66
|
-
trialPeriodRecurring?: Frequency | null;
|
|
67
|
-
}
|
|
68
|
-
export interface TrialPeriod {
|
|
69
|
-
duration?: number | null;
|
|
70
|
-
interval?: string | null;
|
|
71
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/hostedcheckout/definitions/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { FraudFields } from "../definitions";
|
|
2
|
-
import { BankTransferPaymentMethodSpecificInputBase, CardPaymentMethodSpecificInputBase, CashPaymentMethodSpecificInputBase, EInvoicePaymentMethodSpecificInputBase, Merchant, Order, RedirectPaymentMethodSpecificInputBase, SepaDirectDebitPaymentMethodSpecificInputBase } from "../payment/definitions";
|
|
3
|
-
import { CreatedPaymentOutput, HostedCheckoutSpecificInput, MobilePaymentMethodSpecificInputHostedCheckout } from "./definitions";
|
|
4
|
-
export interface CreateHostedCheckoutRequest {
|
|
5
|
-
bankTransferPaymentMethodSpecificInput?: BankTransferPaymentMethodSpecificInputBase | null;
|
|
6
|
-
cardPaymentMethodSpecificInput?: CardPaymentMethodSpecificInputBase | null;
|
|
7
|
-
cashPaymentMethodSpecificInput?: CashPaymentMethodSpecificInputBase | null;
|
|
8
|
-
eInvoicePaymentMethodSpecificInput?: EInvoicePaymentMethodSpecificInputBase | null;
|
|
9
|
-
fraudFields?: FraudFields | null;
|
|
10
|
-
hostedCheckoutSpecificInput?: HostedCheckoutSpecificInput | null;
|
|
11
|
-
merchant?: Merchant | null;
|
|
12
|
-
mobilePaymentMethodSpecificInput?: MobilePaymentMethodSpecificInputHostedCheckout | null;
|
|
13
|
-
order?: Order | null;
|
|
14
|
-
redirectPaymentMethodSpecificInput?: RedirectPaymentMethodSpecificInputBase | null;
|
|
15
|
-
sepaDirectDebitPaymentMethodSpecificInput?: SepaDirectDebitPaymentMethodSpecificInputBase | null;
|
|
16
|
-
}
|
|
17
|
-
export interface CreateHostedCheckoutResponse {
|
|
18
|
-
RETURNMAC?: string | null;
|
|
19
|
-
hostedCheckoutId?: string | null;
|
|
20
|
-
invalidTokens?: string[] | null;
|
|
21
|
-
merchantReference?: string | null;
|
|
22
|
-
partialRedirectUrl?: string | null;
|
|
23
|
-
}
|
|
24
|
-
export interface GetHostedCheckoutResponse {
|
|
25
|
-
createdPaymentOutput?: CreatedPaymentOutput | null;
|
|
26
|
-
status?: string | null;
|
|
27
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/model/domain/hostedcheckout/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MandateCustomer } from "../../mandates/definitions";
|
|
2
|
-
export interface HostedMandateInfo {
|
|
3
|
-
alias?: string | null;
|
|
4
|
-
customer?: MandateCustomer | null;
|
|
5
|
-
customerReference?: string | null;
|
|
6
|
-
recurrenceType?: string | null;
|
|
7
|
-
signatureType?: string | null;
|
|
8
|
-
uniqueMandateReference?: string | null;
|
|
9
|
-
}
|
|
10
|
-
export interface HostedMandateManagementSpecificInput {
|
|
11
|
-
locale?: string | null;
|
|
12
|
-
returnUrl?: string | null;
|
|
13
|
-
showResultPage?: boolean | null;
|
|
14
|
-
variant?: string | null;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/hostedmandatemanagement/definitions/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { MandateResponse } from "../mandates/definitions";
|
|
2
|
-
import { HostedMandateInfo, HostedMandateManagementSpecificInput } from "./definitions";
|
|
3
|
-
export interface CreateHostedMandateManagementRequest {
|
|
4
|
-
createMandateInfo?: HostedMandateInfo | null;
|
|
5
|
-
hostedMandateManagementSpecificInput?: HostedMandateManagementSpecificInput | null;
|
|
6
|
-
}
|
|
7
|
-
export interface CreateHostedMandateManagementResponse {
|
|
8
|
-
RETURNMAC?: string | null;
|
|
9
|
-
hostedMandateManagementId?: string | null;
|
|
10
|
-
partialRedirectUrl?: string | null;
|
|
11
|
-
}
|
|
12
|
-
export interface GetHostedMandateManagementResponse {
|
|
13
|
-
mandate?: MandateResponse | null;
|
|
14
|
-
status?: string | null;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/model/domain/hostedmandatemanagement/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Installments } from "../../payment/definitions";
|
|
2
|
-
export interface InstallmentDisplayHints {
|
|
3
|
-
displayOrder?: number | null;
|
|
4
|
-
label?: string | null;
|
|
5
|
-
logo?: string | null;
|
|
6
|
-
}
|
|
7
|
-
export interface InstallmentOptions {
|
|
8
|
-
displayHints?: InstallmentDisplayHints | null;
|
|
9
|
-
id?: string | null;
|
|
10
|
-
installmentPlans?: Installments[] | null;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/installments/definitions/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { AmountOfMoney } from "../definitions";
|
|
2
|
-
import { InstallmentOptions } from "./definitions";
|
|
3
|
-
export interface GetInstallmentRequest {
|
|
4
|
-
amountOfMoney?: AmountOfMoney | null;
|
|
5
|
-
bin?: string | null;
|
|
6
|
-
countryCode?: string | null;
|
|
7
|
-
paymentProductId?: number | null;
|
|
8
|
-
}
|
|
9
|
-
export interface InstallmentOptionsResponse {
|
|
10
|
-
installmentOptions?: InstallmentOptions[] | null;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/model/domain/installments/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { BankAccountIban, RedirectDataBase } from "../../definitions";
|
|
2
|
-
export interface CreateMandateBase {
|
|
3
|
-
alias?: string | null;
|
|
4
|
-
customer?: MandateCustomer | null;
|
|
5
|
-
customerReference?: string | null;
|
|
6
|
-
language?: string | null;
|
|
7
|
-
recurrenceType?: string | null;
|
|
8
|
-
signatureType?: string | null;
|
|
9
|
-
uniqueMandateReference?: string | null;
|
|
10
|
-
}
|
|
11
|
-
export interface CreateMandateWithReturnUrl extends CreateMandateBase {
|
|
12
|
-
returnUrl?: string | null;
|
|
13
|
-
}
|
|
14
|
-
export interface MandateAddress {
|
|
15
|
-
city?: string | null;
|
|
16
|
-
countryCode?: string | null;
|
|
17
|
-
houseNumber?: string | null;
|
|
18
|
-
street?: string | null;
|
|
19
|
-
zip?: string | null;
|
|
20
|
-
}
|
|
21
|
-
export interface MandateContactDetails {
|
|
22
|
-
emailAddress?: string | null;
|
|
23
|
-
}
|
|
24
|
-
export interface MandateCustomer {
|
|
25
|
-
bankAccountIban?: BankAccountIban | null;
|
|
26
|
-
companyName?: string | null;
|
|
27
|
-
contactDetails?: MandateContactDetails | null;
|
|
28
|
-
mandateAddress?: MandateAddress | null;
|
|
29
|
-
personalInformation?: MandatePersonalInformation | null;
|
|
30
|
-
}
|
|
31
|
-
export interface MandateMerchantAction {
|
|
32
|
-
actionType?: string | null;
|
|
33
|
-
redirectData?: MandateRedirectData | null;
|
|
34
|
-
}
|
|
35
|
-
export interface MandatePersonalInformation {
|
|
36
|
-
name?: MandatePersonalName | null;
|
|
37
|
-
title?: string | null;
|
|
38
|
-
}
|
|
39
|
-
export interface MandatePersonalName {
|
|
40
|
-
firstName?: string | null;
|
|
41
|
-
surname?: string | null;
|
|
42
|
-
}
|
|
43
|
-
export interface MandateRedirectData extends RedirectDataBase {
|
|
44
|
-
}
|
|
45
|
-
export interface MandateResponse {
|
|
46
|
-
alias?: string | null;
|
|
47
|
-
customer?: MandateCustomer | null;
|
|
48
|
-
customerReference?: string | null;
|
|
49
|
-
recurrenceType?: string | null;
|
|
50
|
-
status?: string | null;
|
|
51
|
-
uniqueMandateReference?: string | null;
|
|
52
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/model/domain/mandates/definitions/index.ts"],"names":[],"mappings":""}
|