@@ -13,8 +13,8 @@ |
||
| 13 | 13 | #[Attributes\Options\ListOption(['none', 'noneEveryRate', 'up2tenthEveryItem', 'up2tenthEveryRate', 'math2tenthEveryItem', 'math2tenthEveryRate', 'math2halfEveryItem', 'math2halfEveryRate', 'math2intEveryItem', 'math2intEveryRate'])] |
| 14 | 14 | public ?string $roundingVAT = null; |
| 15 | 15 | #[Attributes\Options\BooleanOption] |
| 16 | - public bool|string|null $calculateVAT = null; |
|
| 17 | - public Type\Dtos\CurrencyHomeDto|Type\CurrencyHome|null $homeCurrency = null; |
|
| 16 | + public bool | string | null $calculateVAT = null; |
|
| 17 | + public Type\Dtos\CurrencyHomeDto | Type\CurrencyHome | null $homeCurrency = null; |
|
| 18 | 18 | #[Attributes\OnlyInternal] |
| 19 | - public Type\Dtos\CurrencyForeignDto|Type\CurrencyForeign|null $foreignCurrency = null; |
|
| 19 | + public Type\Dtos\CurrencyForeignDto | Type\CurrencyForeign | null $foreignCurrency = null; |
|
| 20 | 20 | } |
@@ -11,24 +11,24 @@ |
||
| 11 | 11 | #[Attributes\Options\StringOption(255)] |
| 12 | 12 | public ?string $text = null; |
| 13 | 13 | #[Attributes\Options\FloatOption] |
| 14 | - public float|string|null $quantity = null; |
|
| 14 | + public float | string | null $quantity = null; |
|
| 15 | 15 | #[Attributes\Options\StringOption(10)] |
| 16 | 16 | public ?string $unit = null; |
| 17 | 17 | #[Attributes\Options\FloatOption] |
| 18 | - public float|string|null $coefficient = null; |
|
| 18 | + public float | string | null $coefficient = null; |
|
| 19 | 19 | #[Attributes\Options\BooleanOption] |
| 20 | - public bool|string|null $payVAT = null; |
|
| 20 | + public bool | string | null $payVAT = null; |
|
| 21 | 21 | #[Attributes\Options\ListOption(['none', 'third', 'low', 'high'])] |
| 22 | 22 | public ?string $rateVAT = null; |
| 23 | 23 | #[Attributes\Options\FloatOption] |
| 24 | - public float|string|null $discountPercentage = null; |
|
| 25 | - public Type\Dtos\CurrencyItemDto|Type\CurrencyItem|null $homeCurrency = null; |
|
| 26 | - public Type\Dtos\CurrencyItemDto|Type\CurrencyItem|null $foreignCurrency = null; |
|
| 24 | + public float | string | null $discountPercentage = null; |
|
| 25 | + public Type\Dtos\CurrencyItemDto | Type\CurrencyItem | null $homeCurrency = null; |
|
| 26 | + public Type\Dtos\CurrencyItemDto | Type\CurrencyItem | null $foreignCurrency = null; |
|
| 27 | 27 | #[Attributes\Options\StringOption(90)] |
| 28 | 28 | public ?string $note = null; |
| 29 | 29 | #[Attributes\Options\StringOption(64)] |
| 30 | 30 | public ?string $code = null; |
| 31 | - public Type\Dtos\StockItemDto|Type\StockItem|null $stockItem = null; |
|
| 31 | + public Type\Dtos\StockItemDto | Type\StockItem | null $stockItem = null; |
|
| 32 | 32 | #[Attributes\RefElement] |
| 33 | 33 | public ?string $centre = null; |
| 34 | 34 | #[Attributes\RefElement] |
@@ -13,12 +13,12 @@ discard block |
||
| 13 | 13 | #[Attributes\RefElement] |
| 14 | 14 | public ?string $number = null; |
| 15 | 15 | #[Attributes\Options\DateOption] |
| 16 | - public \DateTimeInterface|string|null $date = null; |
|
| 16 | + public \DateTimeInterface | string | null $date = null; |
|
| 17 | 17 | #[Attributes\RefElement] |
| 18 | 18 | public ?string $accounting = null; |
| 19 | 19 | #[Attributes\Options\StringOption(240)] |
| 20 | 20 | public ?string $text = null; |
| 21 | - public Type\Dtos\AddressDto|Type\Address|null $partnerIdentity = null; |
|
| 21 | + public Type\Dtos\AddressDto | Type\Address | null $partnerIdentity = null; |
|
| 22 | 22 | #[Attributes\RefElement] |
| 23 | 23 | public ?string $paymentType = null; |
| 24 | 24 | #[Attributes\RefElement] |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | public ?string $centre = null; |
| 28 | 28 | /** @var array<string, string|int|float|bool|array<string, string|int|float|bool>>|string|null */ |
| 29 | 29 | #[Attributes\RefElement] |
| 30 | - public array|string|null $activity = null; |
|
| 30 | + public array | string | null $activity = null; |
|
| 31 | 31 | #[Attributes\RefElement] |
| 32 | 32 | public ?string $contract = null; |
| 33 | 33 | #[Attributes\RefElement] |
@@ -9,9 +9,9 @@ |
||
| 9 | 9 | { |
| 10 | 10 | public ?string $unit = null; |
| 11 | 11 | #[Attributes\Options\IntegerOption] |
| 12 | - public int|string|null $length = null; |
|
| 12 | + public int | string | null $length = null; |
|
| 13 | 13 | #[Attributes\RefElement] |
| 14 | 14 | public ?string $currency = null; |
| 15 | 15 | /** @var array<string, string|int|float|bool|array<string, string|int|float|bool>>|string|null */ |
| 16 | - public array|string|null $parameterList = null; |
|
| 16 | + public array | string | null $parameterList = null; |
|
| 17 | 17 | } |
@@ -12,5 +12,5 @@ |
||
| 12 | 12 | public ?string $description = null; |
| 13 | 13 | #[Attributes\Options\ListOption(['textValue', 'currencyValue', 'booleanValue', 'numberValue', 'integerValue', 'datetimeValue', 'unit', 'listValue']), Attributes\Options\RequiredOption] |
| 14 | 14 | public ?string $parameterType = null; |
| 15 | - public Settings|SettingsDto|null $parameterSettings = null; |
|
| 15 | + public Settings | SettingsDto | null $parameterSettings = null; |
|
| 16 | 16 | } |
@@ -7,12 +7,12 @@ |
||
| 7 | 7 | |
| 8 | 8 | class InvoiceDto extends Document\AbstractDocumentDto |
| 9 | 9 | { |
| 10 | - public Header|HeaderDto|null $header = null; |
|
| 10 | + public Header | HeaderDto | null $header = null; |
|
| 11 | 11 | /** @var array<Item|ItemDto> */ |
| 12 | 12 | public array $details = []; |
| 13 | 13 | /** @var array<Type\Link|Type\Dtos\LinkDto> */ |
| 14 | 14 | public array $links = []; |
| 15 | 15 | /** @var array<AdvancePaymentItem|AdvancePaymentItemDto> */ |
| 16 | 16 | public array $invoiceDetail = []; |
| 17 | - public Summary|SummaryDto|null $summary = null; |
|
| 17 | + public Summary | SummaryDto | null $summary = null; |
|
| 18 | 18 | } |
@@ -12,6 +12,6 @@ |
||
| 12 | 12 | public ?string $roundingDocument = null; |
| 13 | 13 | #[Attributes\Options\ListOption(['none', 'noneEveryRate', 'up2tenthEveryItem', 'up2tenthEveryRate', 'math2tenthEveryItem', 'math2tenthEveryRate', 'math2halfEveryItem', 'math2halfEveryRate', 'math2intEveryItem', 'math2intEveryRate'])] |
| 14 | 14 | public ?string $roundingVAT = null; |
| 15 | - public Type\Dtos\CurrencyHomeDto|Type\CurrencyHome|null $homeCurrency = null; |
|
| 16 | - public Type\Dtos\CurrencyForeignDto|Type\CurrencyForeign|null $foreignCurrency = null; |
|
| 15 | + public Type\Dtos\CurrencyHomeDto | Type\CurrencyHome | null $homeCurrency = null; |
|
| 16 | + public Type\Dtos\CurrencyForeignDto | Type\CurrencyForeign | null $foreignCurrency = null; |
|
| 17 | 17 | } |
@@ -11,21 +11,21 @@ discard block |
||
| 11 | 11 | #[Attributes\Options\StringOption(90)] |
| 12 | 12 | public ?string $text = null; |
| 13 | 13 | #[Attributes\Options\FloatOption] |
| 14 | - public float|string|null $quantity = null; |
|
| 14 | + public float | string | null $quantity = null; |
|
| 15 | 15 | #[Attributes\Options\StringOption(10)] |
| 16 | 16 | public ?string $unit = null; |
| 17 | 17 | #[Attributes\Options\FloatOption] |
| 18 | - public float|string|null $coefficient = null; |
|
| 18 | + public float | string | null $coefficient = null; |
|
| 19 | 19 | #[Attributes\Options\BooleanOption] |
| 20 | - public bool|string|null $payVAT = null; |
|
| 20 | + public bool | string | null $payVAT = null; |
|
| 21 | 21 | #[Attributes\Options\ListOption(['none', 'high', 'low', 'third', 'historyHigh', 'historyLow', 'historyThird'])] |
| 22 | 22 | public ?string $rateVAT = null; |
| 23 | 23 | #[Attributes\Options\FloatOption] |
| 24 | - public float|string|null $percentVAT = null; |
|
| 24 | + public float | string | null $percentVAT = null; |
|
| 25 | 25 | #[Attributes\Options\FloatOption] |
| 26 | - public float|string|null $discountPercentage = null; |
|
| 27 | - public Type\Dtos\CurrencyItemDto|Type\CurrencyItem|null $homeCurrency = null; |
|
| 28 | - public Type\Dtos\CurrencyItemDto|Type\CurrencyItem|null $foreignCurrency = null; |
|
| 26 | + public float | string | null $discountPercentage = null; |
|
| 27 | + public Type\Dtos\CurrencyItemDto | Type\CurrencyItem | null $homeCurrency = null; |
|
| 28 | + public Type\Dtos\CurrencyItemDto | Type\CurrencyItem | null $foreignCurrency = null; |
|
| 29 | 29 | #[Attributes\RefElement] |
| 30 | 30 | public ?string $typeServiceMOSS = null; |
| 31 | 31 | #[Attributes\Options\StringOption(90)] |
@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | public ?int $guarantee = null; |
| 37 | 37 | #[Attributes\Options\ListOption(['none', 'hour', 'day', 'month', 'year', 'life'])] |
| 38 | 38 | public ?string $guaranteeType = null; |
| 39 | - public Type\Dtos\StockItemDto|Type\StockItem|null $stockItem = null; |
|
| 39 | + public Type\Dtos\StockItemDto | Type\StockItem | null $stockItem = null; |
|
| 40 | 40 | #[Attributes\RefElement] |
| 41 | 41 | public ?string $accounting = null; |
| 42 | 42 | #[Attributes\RefElement] |
@@ -50,10 +50,10 @@ discard block |
||
| 50 | 50 | #[Attributes\RefElement] |
| 51 | 51 | public ?string $contract = null; |
| 52 | 52 | #[Attributes\Options\DateOption] |
| 53 | - public \DateTimeInterface|string|null $expirationDate = null; |
|
| 53 | + public \DateTimeInterface | string | null $expirationDate = null; |
|
| 54 | 54 | #[Attributes\Options\BooleanOption] |
| 55 | - public bool|string|null $PDP = null; |
|
| 56 | - public Type\Dtos\RecyclingContribDto|Type\RecyclingContrib|null $recyclingContrib = null; |
|
| 55 | + public bool | string | null $PDP = null; |
|
| 56 | + public Type\Dtos\RecyclingContribDto | Type\RecyclingContrib | null $recyclingContrib = null; |
|
| 57 | 57 | /** @var array<Type\Parameter|Type\Dtos\ParameterDto> */ |
| 58 | 58 | public array $parameters = []; |
| 59 | 59 | } |
@@ -10,17 +10,17 @@ |
||
| 10 | 10 | { |
| 11 | 11 | /** @var array<string, string>|string|null */ |
| 12 | 12 | #[Attributes\RefElement] |
| 13 | - public array|string|null $sourceDocument = null; |
|
| 13 | + public array | string | null $sourceDocument = null; |
|
| 14 | 14 | #[Attributes\Options\FloatOption] |
| 15 | - public float|string|null $quantity = null; |
|
| 15 | + public float | string | null $quantity = null; |
|
| 16 | 16 | #[Attributes\Options\BooleanOption] |
| 17 | - public bool|string|null $payVAT = null; |
|
| 17 | + public bool | string | null $payVAT = null; |
|
| 18 | 18 | #[Attributes\Options\ListOption(['none', 'third', 'low', 'high'])] |
| 19 | 19 | public ?string $rateVAT = null; |
| 20 | 20 | #[Attributes\Options\FloatOption] |
| 21 | - public float|string|null $discountPercentage = null; |
|
| 22 | - public Type\Dtos\CurrencyItemDto|Type\CurrencyItem|null $homeCurrency = null; |
|
| 23 | - public Type\Dtos\CurrencyItemDto|Type\CurrencyItem|null $foreignCurrency = null; |
|
| 21 | + public float | string | null $discountPercentage = null; |
|
| 22 | + public Type\Dtos\CurrencyItemDto | Type\CurrencyItem | null $homeCurrency = null; |
|
| 23 | + public Type\Dtos\CurrencyItemDto | Type\CurrencyItem | null $foreignCurrency = null; |
|
| 24 | 24 | #[Attributes\Options\StringOption(90)] |
| 25 | 25 | public ?string $note = null; |
| 26 | 26 | #[Attributes\RefElement] |