File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
NFe.Classes/Informacoes/Pagamento Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ namespace NFe.Classes.Informacoes.Pagamento
5858 /// <para>21 - Crédito em loja</para>
5959 /// <para>22 - Pagamento eletrônico não informado - falha de hardware do sistema emissor</para>
6060 /// <para>90 - Sem pagamento (versão 4.00)</para>
61+ /// <para>91 - Pagamento posterior (versão 4.00)</para>
6162 /// <para>99 - Outros</para>
6263 /// </summary>
6364 public enum FormaPagamento
@@ -189,6 +190,13 @@ public enum FormaPagamento
189190 [ Description ( "Sem pagamento" ) ]
190191 [ XmlEnum ( "90" ) ]
191192 fpSemPagamento = 90 ,
193+
194+ /// <summary>
195+ /// 91 - Pagamento Posterior
196+ /// </summary>
197+ [ Description ( "Pagamento Posterior" ) ]
198+ [ XmlEnum ( "91" ) ]
199+ fpPagamentoPosterior = 91 ,
192200
193201 /// <summary>
194202 /// 99 - Outros
You can’t perform that action at this time.
0 commit comments