MBPSerbiaReferenceParserResult
Objective-C
@interface MBPSerbiaReferenceParserResult : MBPParserResult <NSCopying>
Swift
class MBPSerbiaReferenceParserResult : MBPParserResult, NSCopying
MBPSerbiaReferenceParser is used for Serbia reference
-
Returns the recognized biller code or empty string if recognition failed.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSString *reference;
Swift
var reference: String? { get }