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