Skip to content

Commit

Permalink
FB-569 Чек коррекции (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrIvanovFlow authored Sep 20, 2023
1 parent 6c3c883 commit bdb7347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Request/Receipt/CorrectionReceiptData.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class CorrectionReceiptData extends BaseRequest
/** @var ReceiptAmounts Общая сумма платежа или возврата */
public ReceiptAmounts $amounts;

/** @var ReceiptItem Содержимое позиций чека, см. выше. (обязательный для ФФД 1.2) */
public ReceiptItem $items;
/** @var ReceiptItem[] Содержимое позиций чека, см. выше. (обязательный для ФФД 1.2) */
public array $items;

/** @var ReceiptIndustryRequisiteCollection[]|null Отраслевой реквизит чека, тег ОФД 1261 см. выше (ффд 1.2) */
public ?array $industryRequisites;
Expand Down

0 comments on commit bdb7347

Please sign in to comment.