1 | <?php |
||
16 | class TimbreFiscalDigital extends Complemento |
||
17 | { |
||
18 | /** |
||
19 | * The node name. |
||
20 | * |
||
21 | * @var string |
||
22 | */ |
||
23 | protected $nodeName = 'tfd:TimbreFiscalDigital'; |
||
24 | |||
25 | /** |
||
26 | * Create a new timbre fiscal digital instance. |
||
27 | * |
||
28 | * @param array $data |
||
29 | */ |
||
30 | public function __construct(array $data) |
||
36 | |||
37 | public function attributes(): array |
||
45 | } |
||
46 |