@@ -21,13 +21,13 @@ |
||
| 21 | 21 | class Cliente |
| 22 | 22 | { |
| 23 | 23 | /** |
| 24 | - * Payment type based on DGII table |
|
| 25 | - * @var string |
|
| 26 | - */ |
|
| 24 | + * Payment type based on DGII table |
|
| 25 | + * @var string |
|
| 26 | + */ |
|
| 27 | 27 | public $ncftipopago; |
| 28 | 28 | /** |
| 29 | - * Type of NCF to generate to the customer |
|
| 30 | - * @var string |
|
| 31 | - */ |
|
| 29 | + * Type of NCF to generate to the customer |
|
| 30 | + * @var string |
|
| 31 | + */ |
|
| 32 | 32 | public $tipocomprobante; |
| 33 | 33 | } |