--- title: "Receipt" url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/receipt" source_url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/receipt.md" canonical: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/receipt" last_modified: "2026-05-24T12:54:31+02:00" language: "en" --- # Receipt [View source](/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/receipt.md) | Name | Description | | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `Receipt` | Object representing the receipt. Content of the individual receipts which are used in the [Receipts](/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/receipts) object for printing. | String values communicated to (and from) the cash register (whether from the terminal or not) should be in UTF-8 format. ## Getters Each receipt consists of three sections: a header, a content and a footer section. These getters retrieve each section separately. | Name | Description | | ------------------- | --------------------------------- | | `GetReceiptHeader` | This returns the header. | | `GetReceiptContent` | This returns the receipt content. | | `GetReceiptFooter` | This returns the footer. | Use this object in the following calls and callbacks to represent the receipt: * [Handle the Print Receipt callback - COM extension](/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/key-steps-com-extension/process-a-basic-transaction-com-extension/handle-the-print-receipt-callback-com-extension)