EmployeeData
public struct EmployeeData : Encodable
Child structure of CustomerEnrollRequest
.
-
A Company ID is the unique identifier used for the enrollment of the customer.
Declaration
Swift
public var companyId: Int?
-
Designated initializer.
Declaration
Swift
public init(companyId: Int? = nil)
Parameters
companyId
A Company ID is the unique identifier used for the enrollment of the customer.