Skip to content

Instantly share code, notes, and snippets.

@edermfl
Created November 16, 2016 19:38
Show Gist options
  • Save edermfl/84c5afb41c1ec462e6a5c4133c9196e2 to your computer and use it in GitHub Desktop.
Save edermfl/84c5afb41c1ec462e6a5c4133c9196e2 to your computer and use it in GitHub Desktop.
Nf.emitirNf()
.numero(1)
.paraCliente("Eder")
.com(1, "Caneta")
.eCom(2, "Lápis")
.eCom(1, "Borracha")
.gerarNf();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment