@Test
 public void typeIsBoletoTest() {
   assertEquals(KondutoPaymentType.BOLETO, boletoPayment.getType());
 }