ContactInformation
public struct ContactInformation : Decodable
Information about contacting staff at the facility
-
List of Contacts available via phone
Declaration
Swift
public let phoneNumbers: [PhoneNumberInfo]? -
List of Contacts available via email
Declaration
Swift
public let emailAddresses: [EmailAddressInfo]?
View on GitHub
Install in Dash
ContactInformation Structure Reference