MBPAustraliaReferenceParserResult
Objective-C
@interface MBPAustraliaReferenceParserResult : MBPParserResult <NSCopying>
Swift
class MBPAustraliaReferenceParserResult : MBPParserResult, NSCopying
MBPAustraliaReferenceParser is used for Australian 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 }