| 1 | <?php |
||
| 22 | class VatRateApiModel extends iDokladAbstractModel |
||
| 23 | { |
||
| 24 | public $Country; |
||
| 25 | public $CountryId; |
||
| 26 | public $DateLastChange; |
||
| 27 | public $DateValidityFrom; |
||
| 28 | public $DateValidityTo; |
||
| 29 | public $Id; |
||
| 30 | public $Name; |
||
| 31 | public $Rate; |
||
| 32 | public $RateType; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | public static function getDateMap(): array |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @return array |
||
| 48 | */ |
||
| 49 | public static function getModelMap(): array |
||
| 55 | |||
| 56 | /** |
||
| 57 | * @return array |
||
| 58 | */ |
||
| 59 | public static function getEnumMap(): array |
||
| 65 | } |
||
| 66 |