TchekSDK Documentation

Structure Tchek​Report​Client​Info

public struct TchekReportClientInfo: Equatable  
TchekReportClientInfo TchekReportClientInfo Equatable Equatable TchekReportClientInfo->Equatable

Conforms To

Equatable

Initializers

init(last​Name:​first​Name:​mail:​phone:​person​InCharge:​notes:​)

public init(lastName: String?, firstName: String?, mail: String?, phone: String?, personInCharge: String?, notes: String?)  

Properties

last​Name

public var lastName: String? 

first​Name

public var firstName: String? 

mail

public var mail: String? 

phone

public var phone: String? 

person​InCharge

public var personInCharge: String? 

notes

public var notes: String?