ContactInformationDto Data Type

The Class ContactInformationDto.

Implemented Interfaces
Serializable
Properties
name data type description
email string The email.
phone string The phone.
mobile string The mobile.
fax string The fax.
address AddressDto address

Example

{
  "email" : "...",
  "phone" : "...",
  "mobile" : "...",
  "fax" : "...",
  "address" : {
    "address1" : "...",
    "address2" : "...",
    "address3" : "...",
    "address4" : "...",
    "address5" : "...",
    "zipCode" : "...",
    "city" : "...",
    "country" : "...",
    "state" : "..."
  }
}