accountContact element

Type: accountContact
Namespace: (default namespace)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <accountContact> <email>...</email> <phone>...</phone> </accountContact>

Example JSON

{ "email" : "...", "phone" : "..." }