@@ -16,15 +16,15 @@ discard block |
||
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 | - * |
|
26 | - * @var string |
|
27 | - */ |
|
24 | + * Type of NCF to generate to the customer |
|
25 | + * |
|
26 | + * @var string |
|
27 | + */ |
|
28 | 28 | public $codsubtipodoc; |
29 | 29 | /** |
30 | 30 | * Payment type based on DGII table |
@@ -32,4 +32,4 @@ discard block |
||
32 | 32 | */ |
33 | 33 | public $ncftipopago; |
34 | 34 | |
35 | - } |
|
35 | + } |