Uses of Class
com.xero.models.accounting.ContactPerson
-
Packages that use ContactPerson Package Description com.xero.models.accounting -
-
Uses of ContactPerson in com.xero.models.accounting
Methods in com.xero.models.accounting that return ContactPerson Modifier and Type Method Description ContactPersonContactPerson. emailAddress(String emailAddress)Email address of personContactPersonContactPerson. firstName(String firstName)First name of personContactPersonContactPerson. includeInEmails(Boolean includeInEmails)boolean to indicate whether contact should be included on emails with invoices etc.ContactPersonContactPerson. lastName(String lastName)Last name of personMethods in com.xero.models.accounting that return types with arguments of type ContactPerson Modifier and Type Method Description List<ContactPerson>Contact. getContactPersons()See contact personsMethods in com.xero.models.accounting with parameters of type ContactPerson Modifier and Type Method Description ContactContact. addContactPersonsItem(ContactPerson contactPersonsItem)See contact personsMethod parameters in com.xero.models.accounting with type arguments of type ContactPerson Modifier and Type Method Description ContactContact. contactPersons(List<ContactPerson> contactPersons)See contact personsvoidContact. setContactPersons(List<ContactPerson> contactPersons)See contact persons
-