atol-online/src/AtolOnline/Api/Schemas/CorrectionSchema.php

17 lines
275 B
PHP

<?php
namespace AtolOnline\Api;
class CorrectionSchema extends AtolSchema
{
/**
* @var
*/
protected static $json;
/**
* Адрес схемы
*/
protected static $URL = 'https://online.atol.ru/possystem/v4/schema/correction';
}