Uses of Class
com.xero.models.accounting.InvoiceReminder
-
Packages that use InvoiceReminder Package Description com.xero.models.accounting -
-
Uses of InvoiceReminder in com.xero.models.accounting
Methods in com.xero.models.accounting that return InvoiceReminder Modifier and Type Method Description InvoiceReminderInvoiceReminder. enabled(Boolean enabled)setting for on or offMethods in com.xero.models.accounting that return types with arguments of type InvoiceReminder Modifier and Type Method Description List<InvoiceReminder>InvoiceReminders. getInvoiceReminders()Get invoiceRemindersMethods in com.xero.models.accounting with parameters of type InvoiceReminder Modifier and Type Method Description InvoiceRemindersInvoiceReminders. addInvoiceRemindersItem(InvoiceReminder invoiceRemindersItem)invoiceRemindersMethod parameters in com.xero.models.accounting with type arguments of type InvoiceReminder Modifier and Type Method Description InvoiceRemindersInvoiceReminders. invoiceReminders(List<InvoiceReminder> invoiceReminders)invoiceRemindersvoidInvoiceReminders. setInvoiceReminders(List<InvoiceReminder> invoiceReminders)invoiceReminders
-