PersonalCustomerVerifyData

public struct PersonalCustomerVerifyData : Encodable

Child structure of CustomerVerifyDataRequest.

Properties

  • This is a unique number that will be associated with the customer when enrolling or when performing future verifications

    Declaration

    Swift

    public var uniqueNumber: String

Initialization

  • Designated initializer.

    Declaration

    Swift

    public init(uniqueNumber: String)

    Parameters

    uniqueNumber

    This is a unique number that will be associated with the customer when enrolling or when performing future verifications