PhoneNumberInfo
public struct PhoneNumberInfo : Decodable
Contact available via phone
-
Numeric phone number
Declaration
Swift
public let phoneNumber: String -
Contact description
Declaration
Swift
public let description: String -
Extension of phone number
Declaration
Swift
public let ext: String -
Phone number type
Declaration
Swift
public let type: PhoneNumberType
View on GitHub
Install in Dash
PhoneNumberInfo Structure Reference