--- title: "Pass tender options" url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/key-steps-com-extension/process-a-basic-transaction-com-extension/pass-tender-options-com-extension" source_url: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/key-steps-com-extension/process-a-basic-transaction-com-extension/pass-tender-options-com-extension.md" canonical: "https://docs.adyen.com/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/key-steps-com-extension/process-a-basic-transaction-com-extension/pass-tender-options-com-extension" last_modified: "2026-05-23T12:56:20+02:00" language: "en" --- # Pass tender options [View source](/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/key-steps-com-extension/process-a-basic-transaction-com-extension/pass-tender-options-com-extension.md) ## PedDevice Object | Name | Description | | ----------- | ---------------------------------------- | | `PedDevice` | PED object that represents the terminal. | ## Method | Name | Description | | ----------------------- | ------------------------------------------------------------------------------------------------------------------------ | | `CreateTenderOptionObj` | Creates a `TenderOption` object on a PED device. The `TenderOption` object allows you to pass tender processing options. | ## Parameters | Name | Type | Required | Description | | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `myTenderOptions` | [TenderOption](/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/tenderoption) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The object allows for adding and removing of specific  `TenderOption`(s). The ENUM in the C Library defines each `TenderOption`. Pass tender options as strings equal to the string representation of the ENUM. | For more information on tender options and the general POS considerations regarding various transaction options see [Tender options](/point-of-sale/classic-library-deprecation/classic-library-integrations/com-extension-for-windows-integration/com-extension-for-windows-objects/tenderoption).