//Payment Information - ChargeBearer
pmtInf.setChrgBr(ChargeBearerTypeSEPACode.SLEV);
pmtInf.setPmtTpInf(new PaymentTypeInformationSDD());
pmtInf.getPmtTpInf().setSvcLvl(new ServiceLevelSEPA());
pmtInf.getPmtTpInf().getSvcLvl().setCd("SEPA");
pmtInf.getPmtTpInf().setLclInstrm(new LocalInstrumentSEPA());
pmtInf.getPmtTpInf().getLclInstrm().setCd(sepaParams.getProperty("type"));
pmtInf.getPmtTpInf().setSeqTp(SequenceType1Code.fromValue(sepaParams.getProperty("sequencetype")));