MBPUnitedKingdomSlipRecognizerResult

Objective-C


@interface MBPUnitedKingdomSlipRecognizerResult
    : MBPRecognizerResult <MBPPhotopayRecognizerResult>

Swift

class MBPUnitedKingdomSlipRecognizerResult : MBPRecognizerResult, MBPPhotopayRecognizerResult

Result of scanning of UK giro slips

  • String representing the currency for payment. In ISO 4217 standard.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *currency;

    Swift

    var currency: String? { get }
  • Transaction code of the payment

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger transactionCode;

    Swift

    var transactionCode: Int { get }
  • String representing sorting code for the payment

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *sortingCode;

    Swift

    var sortingCode: String? { get }
  • String representing valid bank account number to which the payment goes

    Declaration

    Objective-C

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

    Swift

    var accountNumber: String? { get }
  • String representing reference number of the payment

    Declaration

    Objective-C

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

    Swift

    var reference: String? { get }