@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
20 lines • 874 B
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.TokenRequestedType = void 0;
/**
* Type of token replacing the PAN of a payment card to identify the payment mean of the customer. It allows, for a merchant, to use a token for a transaction only or for a longer period. Possible values: * **Transaction** * **Customer**
*/
var TokenRequestedType;
(function (TokenRequestedType) {
TokenRequestedType["Transaction"] = "Transaction";
TokenRequestedType["Customer"] = "Customer";
})(TokenRequestedType = exports.TokenRequestedType || (exports.TokenRequestedType = {}));
//# sourceMappingURL=tokenRequestedType.js.map