{
    "id": "9c0d0a84-d65e-4c78-be7c-be0f43bc8799",
    "goods": [
        {
            "good": {
                "code": "1",
                "name": "Гречаний мед (400г)",
                "price": 16000,
                "tax": [
                    8
                ]
            },
            "quantity": 2000,
            "is_return": false
        },
        {
            "good": {
                "code": "2",
                "name": "Липовий мед (655г)",
                "price": 28000,
                "tax": [
                    8
                ]
            },
            "quantity": 1000,
            "is_return": false
        }
    ],
    "discounts": [
        {
            "type": "DISCOUNT",
            "mode": "VALUE",
            "value": 2000,
            "tax": [
                8
            ],
            "name": "Використані бонуси"
        }
    ],
    "payments": [
        {
            "type": "CASH",
            "label": "Готівка",
            "value": 60000,
            "code": 0
        }
    ]
}