MBPAustriaReferenceParserResult
Objective-C
@interface MBPAustriaReferenceParserResult : MBPParserResult <NSCopying>
Swift
class MBPAustriaReferenceParserResult : MBPParserResult, NSCopying
MBPAustriaReferenceParser is used for Austrian 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 }