PostalAddress

@Serializable
data class PostalAddress(val address: String, val type: ContactInfoType = ContactInfoType.Other)

Constructors

Link copied to clipboard
constructor(address: String, type: ContactInfoType = ContactInfoType.Other)

Properties

Link copied to clipboard
Link copied to clipboard