Skip to content

Commit e824877

Browse files
Александр ЧередниковАлександр Чередников
Александр Чередников
authored and
Александр Чередников
committed
added duplicate check field
1 parent fb30a20 commit e824877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dtos/AuthorizationDto.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class AuthorizationDto extends BaseDto implements FillingDTOContract
1515
public AdditionalDataType $additional_data;
1616
public string $description;
1717
public string $tracking_id;
18+
public ?bool $duplicate_check;
1819
public ?bool $test;
1920
public ?string $language;
2021
}

0 commit comments

Comments
 (0)