Uses of Class
com.xero.models.accounting.ContactPerson
Packages that use ContactPerson
-
Uses of ContactPerson in com.xero.models.accounting
Methods in com.xero.models.accounting that return ContactPersonModifier and TypeMethodDescriptionContactPerson.emailAddress(String emailAddress) Email address of personFirst name of personContactPerson.includeInEmails(Boolean includeInEmails) boolean to indicate whether contact should be included on emails with invoices etc.Last name of personMethods in com.xero.models.accounting that return types with arguments of type ContactPersonMethods in com.xero.models.accounting with parameters of type ContactPersonModifier and TypeMethodDescriptionContact.addContactPersonsItem(ContactPerson contactPersonsItem) See contact personsMethod parameters in com.xero.models.accounting with type arguments of type ContactPersonModifier and TypeMethodDescriptionContact.contactPersons(List<ContactPerson> contactPersons) See contact personsvoidContact.setContactPersons(List<ContactPerson> contactPersons) See contact persons