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