MBPSwedenReferenceParserResult

Objective-C


@interface MBPSwedenReferenceParserResult : MBPParserResult <NSCopying>

Swift

class MBPSwedenReferenceParserResult : MBPParserResult, NSCopying

MBPSwedenReferenceParserResult is used for Swedenn amount

  • 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 }