APEC Business Travel Card MRZ Result
Defined in framework ScanditIdCapture
- SDCApecBusinessTravelCardMrzResult
@interface SDCApecBusinessTravelCardMrzResult : NSObject
Added in version 6.16.0
Information obtained from the Machine Readable Zone (MRZ) present on the back of an APEC (Asia-Pacific Economic Cooperation) Business Travel Card.
- documentCode
@property (nonatomic, nonnull, readonly) NSString *documentCode
Added in version 6.16.0
The document type code. Always “CP”.
- capturedMrz
@property (nonatomic, nonnull, readonly) NSString *capturedMrz
Added in version 6.16.0
The full MRZ text as it appears on a document.
- passportIssuerIso
@property (nonatomic, nonnull, readonly) NSString *passportIssuerIso
Added in version 6.16.0
The ISO code of the issuing jurisdiction.
- passportNumber
@property (nonatomic, nonnull, readonly) NSString *passportNumber
Added in version 6.16.0
The passport number of the document holder.
- passportDateOfExpiry
@property (nonatomic, nonnull, readonly) SDCDateResult *passportDateOfExpiry
Added in version 6.16.0
The expiry date of the holder’s passport.