SBSDKGS1DocumentFormat
@interface SBSDKGS1DocumentFormat : SBSDKBarCodeScannerDocumentFormat
The document format of a GS1 code.
-
The fields of the GS1 code.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<SBSDKGS1DocumentField *> *_Nonnull fields;
Swift
var fields: [SBSDKGS1DocumentField] { get set }