UNPKG

@adyen/api-library

Version:

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

45 lines 1.39 kB
"use strict"; /* * 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.TransactionStatusResponse = void 0; /** * Content of the TransactionStatus Response message. It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction. */ class TransactionStatusResponse { static getAttributeTypeMap() { return TransactionStatusResponse.attributeTypeMap; } constructor() { } } exports.TransactionStatusResponse = TransactionStatusResponse; TransactionStatusResponse.discriminator = undefined; TransactionStatusResponse.mapping = undefined; TransactionStatusResponse.attributeTypeMap = [ { "name": "Response", "baseName": "Response", "type": "Response", "format": "" }, { "name": "MessageReference", "baseName": "MessageReference", "type": "MessageReference | null", "format": "" }, { "name": "RepeatedMessageResponse", "baseName": "RepeatedMessageResponse", "type": "RepeatedMessageResponse | null", "format": "" } ]; //# sourceMappingURL=transactionStatusResponse.js.map