Contact Response
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)