ContactInfo

public struct ContactInfo : Decodable

Contact information of a business/vendor

  • Name

    Declaration

    Swift

    public let name: String?
  • Email address

    Declaration

    Swift

    public let email: String?
  • Optional website

    Declaration

    Swift

    public let website: String?
  • Optional array of phone numbers

    Declaration

    Swift

    public let phones: [String]?