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-87c2c4800839master
parent
5918639e67
commit
8585aad480
|
@ -18,7 +18,10 @@ public enum TipoFormapago {
|
||||||
DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")),
|
DEPOSITO(11,Labels.getLabel("editarFormaPagoController.lblDeposito.label")),
|
||||||
CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")),
|
CARTEIRA_DIGITAL(12,Labels.getLabel("editarFormaPagoController.lblCarteiraDigital.label")),
|
||||||
SMART_CARD(13,Labels.getLabel("editarFormaPagoController.lblSmartCard.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 Integer valor;
|
||||||
private String descricao;
|
private String descricao;
|
||||||
|
|
Loading…
Reference in New Issue