Offline payment (e.g., check or purchase order).
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Offline", "title": "Offline", "type": "object", "description": "Offline payment (e.g., check or purchase order).", "properties": { "display_name": { "description": "Display name for the offline payment.\n", "type": "string" } }, "x-internal": false }