Финализация всех Entities

This commit is contained in:
Anthony Axenov 2021-12-03 18:24:21 +08:00
parent c077f98cf9
commit 3e03fdca61
9 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ use AtolOnline\Exceptions\InvalidEnumValueException;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 26-28 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 26-28
*/ */
class AgentInfo extends Entity final class AgentInfo extends Entity
{ {
/** /**
* @var string|null Признак агента (1057) * @var string|null Признак агента (1057)

View File

@ -30,7 +30,7 @@ use JetBrains\PhpStorm\Pure;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17
*/ */
class Client extends Entity final class Client extends Entity
{ {
use HasEmail, HasInn; use HasEmail, HasInn;

View File

@ -32,7 +32,7 @@ use JetBrains\PhpStorm\ArrayShape;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17
*/ */
class Company extends Entity final class Company extends Entity
{ {
use HasEmail, HasInn; use HasEmail, HasInn;

View File

@ -40,7 +40,7 @@ use AtolOnline\Exceptions\{
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 21-30 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 21-30
*/ */
class Item extends Entity final class Item extends Entity
{ {
/** /**
* @var string Наименование (1030) * @var string Наименование (1030)

View File

@ -26,7 +26,7 @@ use Illuminate\Support\Collection;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 28 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 28
*/ */
class MoneyTransferOperator extends Entity final class MoneyTransferOperator extends Entity
{ {
use HasInn, HasPhones; use HasInn, HasPhones;

View File

@ -24,7 +24,7 @@ use Illuminate\Support\Collection;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 19 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 19
*/ */
class PayingAgent extends Entity final class PayingAgent extends Entity
{ {
use HasPhones; use HasPhones;

View File

@ -20,7 +20,7 @@ use Illuminate\Support\Collection;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 19-20 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 19-20
*/ */
class ReceivePaymentsOperator extends Entity final class ReceivePaymentsOperator extends Entity
{ {
use HasPhones; use HasPhones;

View File

@ -26,7 +26,7 @@ use Illuminate\Support\Collection;
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 29 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 29
*/ */
class Supplier extends Entity final class Supplier extends Entity
{ {
use HasPhones, HasInn; use HasPhones, HasInn;

View File

@ -24,7 +24,7 @@ use JetBrains\PhpStorm\{
* *
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 25, 31 * @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 25, 31
*/ */
class Vat extends Entity final class Vat extends Entity
{ {
/** /**
* @var string Тип ставки НДС (1199, 1105, 1104, 1103, 1102, 1107, 1106) * @var string Тип ставки НДС (1199, 1105, 1104, 1103, 1102, 1107, 1106)