MBPCzechiaQrCodeRecognizerResult

Objective-C


@interface MBPCzechiaQrCodeRecognizerResult : MBPRecognizerResult <NSCopying>

Swift

class MBPCzechiaQrCodeRecognizerResult : MBPRecognizerResult, NSCopying

Class representing values obtained when scanning Czech QR Code

  • Amount as Integer, in the sallest possible denomination. If the currency is EUR and amount is 10.23 EUR, this value will be 1023

    0 if no value is specified

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger amount;

    Swift

    var amount: Int { get }
  • Returns the payment situation in which QR Code was generated

    Declaration

    Objective-C

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

    Swift

    var paymentSituation: String? { get }
  • Returns the frequency of the standing order

    Declaration

    Objective-C

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

    Swift

    var orderFrequency: String? { get }
  • String representing form version in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var formVersion: String? { get }
  • String representing currency in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var currency: String? { get }
  • String representing reference in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var reference: String? { get }
  • String representing recipient name address in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var recipientName: String? { get }
  • Date representing due date in Czech Barcode

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) MBPDate *dueDate;

    Swift

    var dueDate: MBPDate? { get }
  • The last date of the standing order

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) MBPDate *lastDateOfTheStandingOrder;

    Swift

    var lastDateOfTheStandingOrder: MBPDate? { get }
  • String representing payment type in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var paymentType: String? { get }
  • String representing rpayment description in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var paymentDescription: String? { get }
  • String representingvariable symbol in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var variableSymbol: String? { get }
  • String representing specific symbol in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var specificSymbol: String? { get }
  • String representing constant symbol in Czech Barcode

    Declaration

    Objective-C

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

    Swift

    var constantSymbol: String? { get }
  • MBPIbanBicAccount representing account in Czech Barcode

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) MBPIbanBicAccount *account;

    Swift

    var account: MBPIbanBicAccount? { get }
  • MBPIbanBicAccount representing available accounts in Czech Barcode

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSArray<MBPIbanBicAccount *> *availableAccounts;

    Swift

    var availableAccounts: [MBPIbanBicAccount]? { get }