MBPGermanyReferenceParserResult
Objective-C
@interface MBPGermanyReferenceParserResult : MBPParserResult <NSCopying>
Swift
class MBPGermanyReferenceParserResult : MBPParserResult, NSCopying
MBPGermanyReferenceParser is used for Germanyn 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 }