UNPKG

@adyen/api-library

Version:

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

51 lines 1.43 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.PaymentReceipt = void 0; /** * Customer or Merchant payment receipt. If the payment receipts are printed by the Sale system and the POI or the Sale does not implement the Print exchange (Basic profile). */ class PaymentReceipt { static getAttributeTypeMap() { return PaymentReceipt.attributeTypeMap; } constructor() { } } exports.PaymentReceipt = PaymentReceipt; PaymentReceipt.discriminator = undefined; PaymentReceipt.mapping = undefined; PaymentReceipt.attributeTypeMap = [ { "name": "DocumentQualifier", "baseName": "DocumentQualifier", "type": "DocumentQualifier", "format": "" }, { "name": "IntegratedPrintFlag", "baseName": "IntegratedPrintFlag", "type": "boolean", "format": "" }, { "name": "RequiredSignatureFlag", "baseName": "RequiredSignatureFlag", "type": "boolean", "format": "" }, { "name": "OutputContent", "baseName": "OutputContent", "type": "OutputContent", "format": "" } ]; //# sourceMappingURL=paymentReceipt.js.map