@@ -16,23 +16,23 @@ |
||
16 | 16 | * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 | */ |
18 | 18 | |
19 | - namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
19 | + namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model; |
|
20 | 20 | |
21 | - class Cliente |
|
22 | - { |
|
21 | + class Cliente |
|
22 | + { |
|
23 | 23 | /** |
24 | - * Type of NCF to generate to the customer |
|
25 | - * @var string |
|
26 | - */ |
|
24 | + * Type of NCF to generate to the customer |
|
25 | + * @var string |
|
26 | + */ |
|
27 | 27 | public $codsubtipodoc; |
28 | 28 | /** |
29 | 29 | * Payment type based on DGII table |
30 | 30 | * @var string |
31 | 31 | */ |
32 | 32 | public $ncftipopago; |
33 | - /** |
|
34 | - * Type of NCF to generate to the customer |
|
35 | - * @var string |
|
36 | - */ |
|
37 | - public $tipocomprobante; |
|
38 | - } |
|
33 | + /** |
|
34 | + * Type of NCF to generate to the customer |
|
35 | + * @var string |
|
36 | + */ |
|
37 | + public $tipocomprobante; |
|
38 | + } |