Structure
TchekReportClientInfo
public struct TchekReportClientInfo: Equatable
Relationships
Conforms To
Equatable
Initializers
init(lastName:firstName:mail:phone:personInCharge:notes:)
public init(lastName: String?, firstName: String?, mail: String?, phone: String?, personInCharge: String?, notes: String?)
Properties
lastName
public var lastName: String?
firstName
public var firstName: String?
mail
public var mail: String?
phone
public var phone: String?
personInCharge
public var personInCharge: String?
notes
public var notes: String?