creditCardResponseMessageSet.setStatementResponse(statementResponse);
SortedSet<ResponseMessageSet> messageSets = new TreeSet<ResponseMessageSet>();
messageSets.add(creditCardResponseMessageSet);
ResponseEnvelope envelope = new ResponseEnvelope();
envelope.setUID(UUID.randomUUID().toString());
envelope.setSecurity(ApplicationSecurity.NONE);
envelope.setMessageSets(messageSets);
double brazilianRealsamount = parser.getBrazilianRealsAmount();
double dolarsAmount = parser.getDolarsAmount();
double cardTotal = dolarsAmount*parser.getExchangeRate() + brazilianRealsamount;
total+= cardTotal;