Uses of Class
com.xero.models.accounting.Schedule
-
Packages that use Schedule Package Description com.xero.models.accounting -
-
Uses of Schedule in com.xero.models.accounting
Methods in com.xero.models.accounting that return Schedule Modifier and Type Method Description ScheduleSchedule. dueDate(Integer dueDate)Integer used with due date type e.g 20 (of following month), 31 (of current month)ScheduleSchedule. dueDateType(Schedule.DueDateTypeEnum dueDateType)the payment termsScheduleSchedule. endDate(String endDate)Invoice end date – only returned if the template has an end date setScheduleRepeatingInvoice. getSchedule()Get scheduleScheduleSchedule. nextScheduledDate(String nextScheduledDate)The calendar date of the next invoice in the schedule to be generatedScheduleSchedule. period(Integer period)Integer used with the unit e.g.ScheduleSchedule. startDate(String startDate)Date the first invoice of the current version of the repeating schedule was generated (changes when repeating invoice is edited)ScheduleSchedule. unit(Schedule.UnitEnum unit)One of the following - WEEKLY or MONTHLYMethods in com.xero.models.accounting with parameters of type Schedule Modifier and Type Method Description RepeatingInvoiceRepeatingInvoice. schedule(Schedule schedule)schedulevoidRepeatingInvoice. setSchedule(Schedule schedule)schedule
-