ContactResponse

data class ContactResponse(val email: String, val faxNumber: String, val phoneNumber: String, val postalAddress: PostalAddressResponse)

Details required for a contact associated with a Registration.

Constructors

Link copied to clipboard
fun ContactResponse(email: String, faxNumber: String, phoneNumber: String, postalAddress: PostalAddressResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Email address of the contact.

Link copied to clipboard

Fax number of the contact in international format. For example, "+1-800-555-0123".

Link copied to clipboard

Phone number of the contact in international format. For example, "+1-800-555-0123".

Link copied to clipboard

Postal address of the contact.