{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-printoptionsenum.json", "title": "Receipt Printing Option", "description": "Defines the receipt print options. - Possible values are:
Never Print - NEVER
Prompt for print - PROMPT
Always Print - ALWAYS
Always Print when Signature is Captured - ALWAYS_WITH_SIGNATURE", "type": "string", "enum": [ "NEVER", "PROMPT", "ALWAYS", "ALWAYS_WITH_SIGNATURE" ] }