MBPBosniaAndHerzegovinaReferenceParserResult

Objective-C


@interface MBPBosniaAndHerzegovinaReferenceParserResult
    : MBPParserResult <NSCopying>

Swift

class MBPBosniaAndHerzegovinaReferenceParserResult : MBPParserResult, NSCopying

MBPBosniaAndHerzegovinaAccountParser is used for BosniaAndHerzegovinan reference

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

    Declaration

    Objective-C

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

    Swift

    var reference: String? { get }