--- title: "receipt_set" url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/receipt_set" source_url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/receipt_set.md" canonical: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/receipt_set" last_modified: "2026-05-24T12:54:31+02:00" language: "en" --- # receipt\_set [View source](/point-of-sale/classic-library-deprecation/classic-library-integrations/c-library-integration/structs/receipt_set.md) | Field | Type | Required | Description | | ------------------------------ | ------------- | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `merchant_receipt` | receipt | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Receipt struct for the merchant receipt. | | `card_holder_receipt` | receipt |  white\_check\_mark | Receipt struct for the cardholder receipt. | | `type` | receipt\_type | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Determines the type of receipt:- `receipt_type_undefined` - `receipt_type_authorised` - `receipt_type_refused` - `receipt_type_signature` - `receipt_type_cancelled` - `receipt_type_refund_authorised` - `receipt_type_refund_refused` | | `struct  _receipt_set * next;` | long | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | Struct that points to the next receipt in the set. |