UNPKG

pcp-server-nodejs-sdk

Version:

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PAYONE-GmbH_PCP-server-nodeJS-SDK&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [![Coverage](https://sonarcloud.io/api/pr

16 lines 923 B
/** * @description Enum for recurring payment sequence indicator values. * * * first = This transaction is the first of a series of recurring transactions * * recurring = This transaction is a subsequent transaction in a series of recurring transactions * * Note: For any first of a recurring the system will automatically create a token as you will need to use a * token for any subsequent recurring transactions. In case a token already exists this is indicated in the * response with a value of False for the isNewToken property in the response. */ export var RecurringPaymentSequenceIndicator; (function (RecurringPaymentSequenceIndicator) { RecurringPaymentSequenceIndicator["FIRST"] = "first"; RecurringPaymentSequenceIndicator["RECURRING"] = "recurring"; })(RecurringPaymentSequenceIndicator || (RecurringPaymentSequenceIndicator = {})); //# sourceMappingURL=RecurringPaymentSequenceIndicator.js.map