| 1 | <?php |
||
| 25 | class ReceivedDocumentPaymentApiModel extends iDokladAbstractModel |
||
| 26 | { |
||
| 27 | public $CurrencyId; |
||
| 28 | |||
| 29 | public $DateCreated; |
||
| 30 | |||
| 31 | public $DateLastChange; |
||
| 32 | |||
| 33 | public $DateOfPayment; |
||
| 34 | |||
| 35 | public $DateOfVatApplication; |
||
| 36 | |||
| 37 | public $ExchangeRate; |
||
| 38 | |||
| 39 | public $ExchangeRateAmount; |
||
| 40 | |||
| 41 | public $Exported; |
||
| 42 | |||
| 43 | public $Id; |
||
| 44 | |||
| 45 | public $InvoiceId; |
||
| 46 | |||
| 47 | public $PaymentAmount; |
||
| 48 | |||
| 49 | public $PaymentAmountHc; |
||
| 50 | |||
| 51 | public $PaymentOptionId; |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @return array |
||
| 55 | */ |
||
| 56 | public static function getEnumMap(): array |
||
| 62 | } |
||
| 63 |