EmployeeData

public struct EmployeeData : Encodable

Child structure of CustomerEnrollRequest.

Properties

  • A Company ID is the unique identifier used for the enrollment of the customer.

    Declaration

    Swift

    public var companyId: Int?

Initialization

  • 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.