component-test/src/main/java/org/apache/fineract/cn/teller/TellerApiDocumentation.java [664:680]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("transactionType").description("Transaction type"),
                            fieldWithPath("transactionDate").description("Transaction Date"),
                            fieldWithPath("customerIdentifier").type("String").optional().description("Customer Identifier"),
                            fieldWithPath("productIdentifier").description("Product identifier"),
                            fieldWithPath("customerAccountIdentifier").description("Customer's account"),
                            fieldWithPath("clerk").description("Clerk's name"),
                            fieldWithPath("amount").type("BigDecimal").description("Amount in account")
                    ),
                    responseFields(
                            fieldWithPath("tellerTransactionIdentifier").type("String").description("Teller transaction"),
                            fieldWithPath("totalAmount").type("BigDecimal").description("Total Amount"),
                            fieldWithPath("charges").type("List<Charge>").description("List of Charges")
                    )));
  }

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



component-test/src/main/java/org/apache/fineract/cn/teller/TellerApiDocumentation.java [719:735]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("transactionType").description("Transaction type"),
                            fieldWithPath("transactionDate").description("Transaction Date"),
                            fieldWithPath("customerIdentifier").type("String").optional().description("Customer Identifier"),
                            fieldWithPath("productIdentifier").description("Product identifier"),
                            fieldWithPath("customerAccountIdentifier").description("Customer's account"),
                            fieldWithPath("clerk").description("Clerk's name"),
                            fieldWithPath("amount").type("BigDecimal").description("Amount in account")
                    ),
                    responseFields(
                            fieldWithPath("tellerTransactionIdentifier").type("String").description("Teller transaction"),
                            fieldWithPath("totalAmount").type("BigDecimal").description("Total Amount"),
                            fieldWithPath("charges").type("List<Charge>").description("List of Charges")
                    )));
  }

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



