contactInformationDto Data Type

The Class ContactInformationDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
email string element 0/1 The email.
fax string element 0/1 The fax.
mobile string element 0/1 The mobile.
phone string element 0/1 The phone.

Example

<c----->
  <email>...</email>
  <phone>...</phone>
  <mobile>...</mobile>
  <fax>...</fax>
</c----->