Custom payment from manual order.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Custom", "title": "Custom", "type": "object", "description": "Custom payment from manual order.", "properties": { "payment_method": { "description": "Text entered for the payment method in the control panel.\n", "type": "string" } }, "x-internal": false }