UNPKG

@adyen/api-library

Version:

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

108 lines 2.47 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.CardConfiguration = void 0; class CardConfiguration { static getAttributeTypeMap() { return CardConfiguration.attributeTypeMap; } constructor() { } } exports.CardConfiguration = CardConfiguration; CardConfiguration.discriminator = undefined; CardConfiguration.mapping = undefined; CardConfiguration.attributeTypeMap = [ { "name": "activation", "baseName": "activation", "type": "string", "format": "" }, { "name": "activationUrl", "baseName": "activationUrl", "type": "string", "format": "" }, { "name": "bulkAddress", "baseName": "bulkAddress", "type": "BulkAddress | null", "format": "" }, { "name": "cardImageId", "baseName": "cardImageId", "type": "string", "format": "" }, { "name": "carrier", "baseName": "carrier", "type": "string", "format": "" }, { "name": "carrierImageId", "baseName": "carrierImageId", "type": "string", "format": "" }, { "name": "configurationProfileId", "baseName": "configurationProfileId", "type": "string", "format": "" }, { "name": "currency", "baseName": "currency", "type": "string", "format": "" }, { "name": "envelope", "baseName": "envelope", "type": "string", "format": "" }, { "name": "insert", "baseName": "insert", "type": "string", "format": "" }, { "name": "language", "baseName": "language", "type": "string", "format": "" }, { "name": "logoImageId", "baseName": "logoImageId", "type": "string", "format": "" }, { "name": "pinMailer", "baseName": "pinMailer", "type": "string", "format": "" }, { "name": "shipmentMethod", "baseName": "shipmentMethod", "type": "string", "format": "" } ]; //# sourceMappingURL=cardConfiguration.js.map