@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.24 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.PaymentToken = void 0;
/**
* Surrogate of the PAN (Primary Account Number) of the payment card to identify the payment mean of the customer. It allows, for a merchant, to identify the customer.
*/
class PaymentToken {
static getAttributeTypeMap() {
return PaymentToken.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentToken = PaymentToken;
PaymentToken.discriminator = undefined;
PaymentToken.mapping = undefined;
PaymentToken.attributeTypeMap = [
{
"name": "TokenRequestedType",
"baseName": "TokenRequestedType",
"type": "TokenRequestedType",
"format": ""
},
{
"name": "TokenValue",
"baseName": "TokenValue",
"type": "string",
"format": ""
},
{
"name": "ExpiryDateTime",
"baseName": "ExpiryDateTime",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=paymentToken.js.map