The Class ContactInformationDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| 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----->