Skip to content

Commit

Permalink
Altera a ordem do atributo xMotivoIsencao pois quando informado causa…
Browse files Browse the repository at this point in the history
…va erro de validação do XML (#839)

Co-authored-by: Aguinaldo Fryder <[email protected]>
  • Loading branch information
aguinaldofryder and Aguinaldo Fryder authored Sep 22, 2022
1 parent 2e98511 commit 9495569
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ public class NFNotaInfoItemProdutoMedicamento extends DFBase {

@Element(name = "cProdANVISA")
private String codigoProdutoAnvisa;

@Element(name = "vPMC")
private String precoMaximoConsumidor;


@Element(name = "xMotivoIsencao", required = false)
private String motivoIsencao;


@Element(name = "vPMC")
private String precoMaximoConsumidor;

public NFNotaInfoItemProdutoMedicamento() {
this.codigoProdutoAnvisa = null;
this.precoMaximoConsumidor = null;
Expand Down

0 comments on commit 9495569

Please sign in to comment.