SBSDKSEPADocumentFormat
@interface SBSDKSEPADocumentFormat : SBSDKBarCodeScannerDocumentFormat
SEPA parsed document information.
-
Document fields.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<SBSDKSEPADocumentField *> *_Nonnull fields;
Swift
var fields: [SBSDKSEPADocumentField] { get set }