component-test/src/main/java/org/apache/fineract/cn/teller/TellerApiDocumentation.java [411:429]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("action").description("Action " +
                                    " + \n " +
                                    " *enum* _Action_ { + \n" +
                                    "    OPEN, + \n" +
                                    "    CLOSE + \n" +
                                    "  }"),
                            fieldWithPath("adjustment").description("Adjustment " +
                                    "*enum* _Adjustment_ { + \n" +
                                    "    NONE, + \n" +
                                    "    DEBIT, + \n" +
                                    "    CREDIT + \n" +
                                    "  } + \n" +
                                    ""),
                            fieldWithPath("assignedEmployeeIdentifier").type("String").optional().description("Teller Account Identifier")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/teller/TellerApiDocumentation.java [474:492]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("action").description("Action " +
                                    " + \n " +
                                    " *enum* _Action_ { + \n" +
                                    "    OPEN, + \n" +
                                    "    CLOSE + \n" +
                                    "  }"),
                            fieldWithPath("adjustment").description("Adjustment " +
                                    "*enum* _Adjustment_ { + \n" +
                                    "    NONE, + \n" +
                                    "    DEBIT, + \n" +
                                    "    CREDIT + \n" +
                                    "  } + \n" +
                                    ""),
                            fieldWithPath("assignedEmployeeIdentifier").type("String").optional().description("Teller Account Identifier")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



