AdditionalCustomerLiveCheckResponseData

public struct AdditionalCustomerLiveCheckResponseData : Codable

Child structure of CustomerLiveCheckResponse.

Properties

  • Live Face Detection Flag

    Expected values are:

    • true - When the live face is detected
    • false - When the live face is not detected

    Declaration

    Swift

    public var liveFaceDetectionFlag: String?