MBPAustriaQrCodePaymentRecognizerResult
Objective-C
@interface MBPAustriaQrCodePaymentRecognizerResult
: MBPRecognizerResult <NSCopying>
Swift
class MBPAustriaQrCodePaymentRecognizerResult : MBPRecognizerResult, NSCopying
Recognizer which can scan Austrian payment QR code.
-
The scanned amount in smallest currency (e.g. cents), 0 if nothing was scanned.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger amount;Swift
var amount: Int { get } -
BIC of the receiving side.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull bic;Swift
var bic: String { get } -
The currency of the payment.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull currency;Swift
var currency: String { get } -
Description of the payment as placed in last row of STUZZA QR code
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull displayData;Swift
var displayData: String { get } -
The account number of the receiving side.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull iban;Swift
var iban: String { get } -
The description of the payment.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull paymentDescription;Swift
var paymentDescription: String { get } -
Purpose code
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull purposeCode;Swift
var purposeCode: String { get } -
The name of the receiving side.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull recipientName;Swift
var recipientName: String { get } -
The reference of the payment.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull reference;Swift
var reference: String { get }
View on GitHub