UNPKG

@adyen/api-library

Version:

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

60 lines 1.49 kB
"use strict"; /* * The version of the OpenAPI document: v72 * * * 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.CheckoutOrderResponse = void 0; class CheckoutOrderResponse { static getAttributeTypeMap() { return CheckoutOrderResponse.attributeTypeMap; } constructor() { } } exports.CheckoutOrderResponse = CheckoutOrderResponse; CheckoutOrderResponse.discriminator = undefined; CheckoutOrderResponse.mapping = undefined; CheckoutOrderResponse.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount | null", "format": "" }, { "name": "expiresAt", "baseName": "expiresAt", "type": "string", "format": "" }, { "name": "orderData", "baseName": "orderData", "type": "string", "format": "" }, { "name": "pspReference", "baseName": "pspReference", "type": "string", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "remainingAmount", "baseName": "remainingAmount", "type": "Amount | null", "format": "" } ]; //# sourceMappingURL=checkoutOrderResponse.js.map