OPPIdentificationDocType
@objc
public enum OPPIdentificationDocType : Int, CaseIterable
An enumeration of possible options of identification document type.
-
Id Card
Declaration
Swift
case idCard -
Passport
Declaration
Swift
case passport -
Tax Statement
Declaration
Swift
case taxStatement -
title: Title text for indentification doc type
Declaration
Swift
public var title: String { get } -
value: Value text for indentification doc type
Declaration
Swift
public var value: String { get }
OPPIdentificationDocType Enumeration Reference