component-test/src/main/java/org/apache/fineract/cn/accounting/AccountApiDocumentation.java [211:225]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("type").description("Type of Account " +
                                    " + \n" +
                                    " + \n" +
                                    " *enum* _AccountType_ { + \n" +
                                    "  ASSET, + \n" +
                                    "  LIABILITY, + \n" +
                                    "  EQUITY, + \n" +
                                    "  REVENUE, + \n" +
                                    "  EXPENSE + \n" +
                                    "}"),
                            fieldWithPath("identifier").description("Account identifier"),
                            fieldWithPath("name").description("Name of account"),
                            fieldWithPath("holders").type("Set<String>").description("Account Holders"),
                            fieldWithPath("signatureAuthorities").type("Set<String>").description("Account signatories"),
                            fieldWithPath("balance").type("Double").description("Account balance"),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/accounting/AccountApiDocumentation.java [686:700]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("type").description("Type of Account " +
                                    " + \n" +
                                    " + \n" +
                                    " *enum* _AccountType_ { + \n" +
                                    "  ASSET, + \n" +
                                    "  LIABILITY, + \n" +
                                    "  EQUITY, + \n" +
                                    "  REVENUE, + \n" +
                                    "  EXPENSE + \n" +
                                    "}"),
                            fieldWithPath("identifier").description("Account identifier"),
                            fieldWithPath("name").description("Name of account"),
                            fieldWithPath("holders").type("Set<String>").description("Account Holders"),
                            fieldWithPath("signatureAuthorities").type("Set<String>").description("Account signatories"),
                            fieldWithPath("balance").type("Double").description("Account balance"),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



