UNPKG

@adyen/api-library

Version:

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

69 lines 1.73 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.CheckData = void 0; /** * Information related to the paper check used for the transaction. Allows the check information to be provided by the Sale System before requesting the payment, or stored by the Sale System after processing of the payment. */ class CheckData { static getAttributeTypeMap() { return CheckData.attributeTypeMap; } constructor() { } } exports.CheckData = CheckData; CheckData.discriminator = undefined; CheckData.mapping = undefined; CheckData.attributeTypeMap = [ { "name": "BankID", "baseName": "BankID", "type": "string", "format": "" }, { "name": "AccountNumber", "baseName": "AccountNumber", "type": "string", "format": "" }, { "name": "CheckNumber", "baseName": "CheckNumber", "type": "string", "format": "" }, { "name": "TrackData", "baseName": "TrackData", "type": "TrackData | null", "format": "" }, { "name": "CheckCardNumber", "baseName": "CheckCardNumber", "type": "string", "format": "" }, { "name": "TypeCode", "baseName": "TypeCode", "type": "TypeCode", "format": "" }, { "name": "Country", "baseName": "Country", "type": "string", "format": "" } ]; //# sourceMappingURL=checkData.js.map