File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/main/java/com/xero/models/payrolluk Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ public Employment payrollCalendarID(UUID payrollCalendarID) {
5454 *
5555 * @return payrollCalendarID
5656 */
57- @ ApiModelProperty (
58- required = true ,
59- value = "Xero unique identifier for the payroll calendar of the employee" )
57+ @ ApiModelProperty (value = "Xero unique identifier for the payroll calendar of the employee" )
6058 /**
6159 * Xero unique identifier for the payroll calendar of the employee
6260 *
@@ -91,7 +89,7 @@ public Employment startDate(LocalDate startDate) {
9189 *
9290 * @return startDate
9391 */
94- @ ApiModelProperty (required = true , value = "Start date of the employment (YYYY-MM-DD)" )
92+ @ ApiModelProperty (value = "Start date of the employment (YYYY-MM-DD)" )
9593 /**
9694 * Start date of the employment (YYYY-MM-DD)
9795 *
@@ -126,7 +124,7 @@ public Employment employeeNumber(String employeeNumber) {
126124 *
127125 * @return employeeNumber
128126 */
129- @ ApiModelProperty (example = "7" , required = true , value = "The employment number of the employee" )
127+ @ ApiModelProperty (example = "7" , value = "The employment number of the employee" )
130128 /**
131129 * The employment number of the employee
132130 *
You can’t perform that action at this time.
0 commit comments