MBPAustriaQrCodePaymentRecognizer
Objective-C
@interface MBPAustriaQrCodePaymentRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPAustriaQrCodePaymentRecognizer : MBPRecognizer, NSCopying
Recognizer which can scan Austrian payment QR code.
-
Result of scanning AustriaQrCodePaymentRecognizer
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPAustriaQrCodePaymentRecognizerResult *_Nonnull result;
Swift
var result: MBPAustriaQrCodePaymentRecognizerResult { get }