component-test/src/main/java/org/apache/fineract/cn/payroll/PayrollApiDocumentation.java [122:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("mainAccountNumber").description("Main account number"),
                            fieldWithPath("payrollAllocations[].accountNumber").description("Account from where you pay first allocation"),
                            fieldWithPath("payrollAllocations[].amount").type("Integer").description("Amount to be paid during first allocation"),
                            fieldWithPath("payrollAllocations[].proportional").type("Boolean").description("Should payments be proportional ?"),
                            fieldWithPath("payrollAllocations[1].accountNumber").description("Account from where you pay second allocation"),
                            fieldWithPath("payrollAllocations[1].amount").type("Integer").description("Amount to be paid during first allocation"),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/payroll/PayrollApiDocumentation.java [167:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("mainAccountNumber").description("Main account number"),
                            fieldWithPath("payrollAllocations[].accountNumber").description("Account from where you pay first allocation"),
                            fieldWithPath("payrollAllocations[].amount").type("Integer").description("Amount to be paid during first allocation"),
                            fieldWithPath("payrollAllocations[].proportional").type("Boolean").description("Should payments be proportional ?"),
                            fieldWithPath("payrollAllocations[1].accountNumber").description("Account from where you pay second allocation"),
                            fieldWithPath("payrollAllocations[1].amount").type("Integer").description("Amount to be paid during first allocation"),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



