@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
30 lines • 1.31 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentType = void 0;
/**
* Possible values: * **Normal** * **Refund** * **OneTimeReservation** * **FirstReservation** * **UpdateReservation** * **Completion** * **CashAdvance** * **CashDeposit** * **Recurring** * **Instalment** * **IssuerInstalment** * **PaidOut**
*/
var PaymentType;
(function (PaymentType) {
PaymentType["Normal"] = "Normal";
PaymentType["Refund"] = "Refund";
PaymentType["OneTimeReservation"] = "OneTimeReservation";
PaymentType["FirstReservation"] = "FirstReservation";
PaymentType["UpdateReservation"] = "UpdateReservation";
PaymentType["Completion"] = "Completion";
PaymentType["CashAdvance"] = "CashAdvance";
PaymentType["CashDeposit"] = "CashDeposit";
PaymentType["Recurring"] = "Recurring";
PaymentType["Instalment"] = "Instalment";
PaymentType["IssuerInstalment"] = "IssuerInstalment";
PaymentType["PaidOut"] = "PaidOut";
})(PaymentType = exports.PaymentType || (exports.PaymentType = {}));
//# sourceMappingURL=paymentType.js.map