UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

116 lines 2.71 kB
"use strict"; /* * The version of the OpenAPI document: v2 * * * 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.Card = void 0; class Card { static getAttributeTypeMap() { return Card.attributeTypeMap; } constructor() { } } exports.Card = Card; Card.discriminator = undefined; Card.mapping = undefined; Card.attributeTypeMap = [ { "name": "authentication", "baseName": "authentication", "type": "Authentication | null", "format": "" }, { "name": "bin", "baseName": "bin", "type": "string", "format": "" }, { "name": "brand", "baseName": "brand", "type": "string", "format": "" }, { "name": "brandVariant", "baseName": "brandVariant", "type": "string", "format": "" }, { "name": "cardholderName", "baseName": "cardholderName", "type": "string", "format": "" }, { "name": "configuration", "baseName": "configuration", "type": "CardConfiguration | null", "format": "" }, { "name": "cvc", "baseName": "cvc", "type": "string", "format": "" }, { "name": "deliveryContact", "baseName": "deliveryContact", "type": "DeliveryContact | null", "format": "" }, { "name": "expiration", "baseName": "expiration", "type": "Expiry | null", "format": "" }, { "name": "formFactor", "baseName": "formFactor", "type": "Card.FormFactorEnum", "format": "" }, { "name": "lastFour", "baseName": "lastFour", "type": "string", "format": "" }, { "name": "number", "baseName": "number", "type": "string", "format": "" }, { "name": "threeDSecure", "baseName": "threeDSecure", "type": "string", "format": "" }, { "name": "usage", "baseName": "usage", "type": "string", "format": "" } ]; (function (Card) { let FormFactorEnum; (function (FormFactorEnum) { FormFactorEnum["Physical"] = "physical"; FormFactorEnum["Unknown"] = "unknown"; FormFactorEnum["Virtual"] = "virtual"; })(FormFactorEnum = Card.FormFactorEnum || (Card.FormFactorEnum = {})); })(Card = exports.Card || (exports.Card = {})); //# sourceMappingURL=card.js.map