MBPSlovakiaDataMatrixPaymentRecognizerResult
Objective-C
@interface MBPSlovakiaDataMatrixPaymentRecognizerResult
: MBPRecognizerResult <NSCopying>
Swift
class MBPSlovakiaDataMatrixPaymentRecognizerResult : MBPRecognizerResult, NSCopying
Result of scanning Slovak payment DataMatrix codes
-
The scanned amount in smallest currency (e.g. cents), 0 if nothing was scanned
0 if no value is specified
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger amount;
Swift
var amount: Int { get }
-
The product code
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *productCode;
Swift
var productCode: String? { get }
-
The service code
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *serviceCode;
Swift
var serviceCode: String? { get }
-
The international bank account number of the account to which the payment goes
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *iban;
Swift
var iban: String? { get }
-
The variable symbol
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *variableSymbol;
Swift
var variableSymbol: String? { get }
-
The constant symbol
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *constantSymbol;
Swift
var constantSymbol: String? { get }
-
The specific symbol
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *specificSymbol;
Swift
var specificSymbol: String? { get }
-
The processing code
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *processingCode;
Swift
var processingCode: String? { get }
-
The reference of the payment
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *reference;
Swift
var reference: String? { get }
-
The currency of the payment.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *currency;
Swift
var currency: String? { get }
-
Raw result
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *rawResult;
Swift
var rawResult: String? { get }
-
The payment description
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *paymentDescription;
Swift
var paymentDescription: String? { get }
-
The payers name
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *payerName;
Swift
var payerName: String? { get }
-
The orientation number
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *orientationNumber;
Swift
var orientationNumber: String? { get }
-
The payers address
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *payerAddress;
Swift
var payerAddress: String? { get }