MBPHungaryAccountParserResult

Objective-C


@interface MBPHungaryAccountParserResult : MBPParserResult <NSCopying>

Swift

class MBPHungaryAccountParserResult : MBPParserResult, NSCopying

MBPHungaryAccountParser is used for Hungarynaccount

  • Returns the recognized account number or empty string if recognition failed.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSString *accountNumber;

    Swift

    var accountNumber: String? { get }