mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-25 01:14:10 +00:00
Финализация всех Entities
This commit is contained in:
parent
c077f98cf9
commit
3e03fdca61
@ -19,7 +19,7 @@ use AtolOnline\Exceptions\InvalidEnumValueException;
|
||||
*
|
||||
* @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)
|
||||
|
@ -30,7 +30,7 @@ use JetBrains\PhpStorm\Pure;
|
||||
*
|
||||
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17
|
||||
*/
|
||||
class Client extends Entity
|
||||
final class Client extends Entity
|
||||
{
|
||||
use HasEmail, HasInn;
|
||||
|
||||
|
@ -32,7 +32,7 @@ use JetBrains\PhpStorm\ArrayShape;
|
||||
*
|
||||
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 17
|
||||
*/
|
||||
class Company extends Entity
|
||||
final class Company extends Entity
|
||||
{
|
||||
use HasEmail, HasInn;
|
||||
|
||||
|
@ -40,7 +40,7 @@ use AtolOnline\Exceptions\{
|
||||
*
|
||||
* @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)
|
||||
|
@ -26,7 +26,7 @@ use Illuminate\Support\Collection;
|
||||
*
|
||||
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 28
|
||||
*/
|
||||
class MoneyTransferOperator extends Entity
|
||||
final class MoneyTransferOperator extends Entity
|
||||
{
|
||||
use HasInn, HasPhones;
|
||||
|
||||
|
@ -24,7 +24,7 @@ use Illuminate\Support\Collection;
|
||||
*
|
||||
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 19
|
||||
*/
|
||||
class PayingAgent extends Entity
|
||||
final class PayingAgent extends Entity
|
||||
{
|
||||
use HasPhones;
|
||||
|
||||
|
@ -20,7 +20,7 @@ use Illuminate\Support\Collection;
|
||||
*
|
||||
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 19-20
|
||||
*/
|
||||
class ReceivePaymentsOperator extends Entity
|
||||
final class ReceivePaymentsOperator extends Entity
|
||||
{
|
||||
use HasPhones;
|
||||
|
||||
|
@ -26,7 +26,7 @@ use Illuminate\Support\Collection;
|
||||
*
|
||||
* @see https://online.atol.ru/files/API_atol_online_v4.pdf Документация, стр 29
|
||||
*/
|
||||
class Supplier extends Entity
|
||||
final class Supplier extends Entity
|
||||
{
|
||||
use HasPhones, HasInn;
|
||||
|
||||
|
@ -24,7 +24,7 @@ use JetBrains\PhpStorm\{
|
||||
*
|
||||
* @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)
|
||||
|
Loading…
Reference in New Issue
Block a user