Skip to content

Commit e84b7a8

Browse files
committed
Adicionado Recebedor
1 parent e657c94 commit e84b7a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
composer.phar
22
/vendor/
33
composer.lock
4-
4+
.idea
55

src/Soap/CTe.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ class CTe
4141
*/
4242
public $Destinatario;
4343

44+
/**
45+
* @var Cliente
46+
*/
47+
public $Recebedor;
48+
4449
/**
4550
* @var Documentos
4651
*/

0 commit comments

Comments
 (0)