UNPKG

@adyen/api-library

Version:

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

72 lines 1.72 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.CardOrderItem = void 0; class CardOrderItem { static getAttributeTypeMap() { return CardOrderItem.attributeTypeMap; } constructor() { } } exports.CardOrderItem = CardOrderItem; CardOrderItem.discriminator = undefined; CardOrderItem.mapping = undefined; CardOrderItem.attributeTypeMap = [ { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string", "format": "" }, { "name": "card", "baseName": "card", "type": "CardOrderItemDeliveryStatus | null", "format": "" }, { "name": "cardOrderItemId", "baseName": "cardOrderItemId", "type": "string", "format": "" }, { "name": "creationDate", "baseName": "creationDate", "type": "Date", "format": "date-time" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "paymentInstrumentId", "baseName": "paymentInstrumentId", "type": "string", "format": "" }, { "name": "pin", "baseName": "pin", "type": "CardOrderItemDeliveryStatus | null", "format": "" }, { "name": "shippingMethod", "baseName": "shippingMethod", "type": "string", "format": "" } ]; //# sourceMappingURL=cardOrderItem.js.map