0024117: Especificação API X4Fare - Venda Guiche

bug#24117
dev:
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@112061 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdir 2022-04-28 17:36:01 +00:00
parent 5918639e67
commit 8585aad480
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ public enum TipoFormapago {
DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")),
CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")),
SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.label")),
LOGPAY(14,Labels.getLabel("editarFormaPagoController.lblLogpay.label"));
LOGPAY(14,Labels.getLabel("editarFormaPagoController.lblLogpay.label")),
// Exite o TPI na venda, nao sei se tem algum motivo de nao estar na ADM
//TPI(15, Labels.getLabel("editarFormaPagoController.lblTPI.label")),
MOBIPIX(16,Labels.getLabel("editarFormaPagoController.lblMobiPix.label"));
private Integer valor;
private String descricao;