1 | <?php |
||
20 | class CashVoucherApiModelUpdate extends iDokladAbstractModel |
||
21 | { |
||
22 | public $CashRegisterId; |
||
23 | |||
24 | public $DateOfTransaction; |
||
25 | |||
26 | public $ExchangeRate; |
||
27 | |||
28 | public $ExchangeRateAmount; |
||
29 | |||
30 | public $Item; |
||
31 | |||
32 | public $MyCompanyDocumentAddressId; |
||
33 | |||
34 | public $PartnerContactId; |
||
35 | |||
36 | public $PartnerDocumentAddressId; |
||
37 | |||
38 | public $Person; |
||
39 | |||
40 | /** |
||
41 | * @param CashVoucherItemApiModelUpdate $Item |
||
42 | * @param array $properties Properties key=>value see getAvailableProperties() |
||
43 | * |
||
44 | * @throws \InvalidArgumentException |
||
45 | */ |
||
46 | public function __construct(CashVoucherItemApiModelUpdate $Item, array $properties = []) |
||
52 | |||
53 | /** |
||
54 | * @return array |
||
55 | */ |
||
56 | public function getAvailableProperties(): array |
||
69 | } |
||
70 |