Uses of Class
com.xero.models.accounting.Schedule.DueDateTypeEnum
-
Packages that use Schedule.DueDateTypeEnum Package Description com.xero.models.accounting -
-
Uses of Schedule.DueDateTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Schedule.DueDateTypeEnum Modifier and Type Method Description static Schedule.DueDateTypeEnumSchedule.DueDateTypeEnum. fromValue(String value)fromValueSchedule.DueDateTypeEnumSchedule. getDueDateType()the payment termsstatic Schedule.DueDateTypeEnumSchedule.DueDateTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Schedule.DueDateTypeEnum[]Schedule.DueDateTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Schedule.DueDateTypeEnum Modifier and Type Method Description ScheduleSchedule. dueDateType(Schedule.DueDateTypeEnum dueDateType)the payment termsvoidSchedule. setDueDateType(Schedule.DueDateTypeEnum dueDateType)the payment terms
-