SBSDKGenericDocumentDeDriverLicenseBack
@interface SBSDKGenericDocumentDeDriverLicenseBack : SBSDKGenericDocumentWrapper
German driver license (Führerschein), back side.
-
The name of the wrapped document type.
Declaration
Objective-C
- (nonnull NSString *)requiredDocumentType;
Swift
func requiredDocumentType() -> String
-
Restrictions applied for the driver’s license.
Declaration
Objective-C
@property (readonly, nonnull) SBSDKGenericDocumentField *restrictions;
Swift
var restrictions: SBSDKGenericDocumentField { get }
-
Contains the Categories sub-document.
Declaration
Objective-C
@property (readonly, nonnull) SBSDKGenericDocumentDeDriverLicenseBackCategories *categories;
Swift
var categories: SBSDKGenericDocumentDeDriverLicenseBackCategories { get }