MBPSlovakiaQrCodeRecognizerResult
Objective-C
@interface MBPSlovakiaQrCodeRecognizerResult : MBPRecognizerResult <NSCopying>
Swift
class MBPSlovakiaQrCodeRecognizerResult : MBPRecognizerResult, NSCopying
Class representing values obtained when scanning Slovak QR payment code
-
Returns the ID of invoice this payment refers to.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *invoiceId;
Swift
var invoiceId: String? { get }
-
Returns a list of 0 or more payment information objects.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSArray<MBPSlovakiaQrPaymentInformation *> *paymentInformations;
Swift
var paymentInformations: [MBPSlovakiaQrPaymentInformation]? { get }