MBPKosovoCode128PaymentRecognizerResult
Objective-C
@interface MBPKosovoCode128PaymentRecognizerResult
: MBPRecognizerResult <NSCopying>
Swift
class MBPKosovoCode128PaymentRecognizerResult : MBPRecognizerResult, NSCopying
Result of scanning of code 128 barcodes found on Kosovo payment slips
-
Slip ID
Declaration
Objective-C
@property (nonatomic, readonly) MBPKosCode128SlipIDType slipId;Swift
var slipId: MBPKosCode128SlipIDType { get } -
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 } -
District of the payment receiver
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *district;Swift
var district: String? { get } -
Due date for payment. Date is formatted in the same format YYMM
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *dueDate;Swift
var dueDate: String? { get } -
Customer ID
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *customerID;Swift
var customerID: String? { get } -
Kossovo 128 barcode service code
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *service;Swift
var service: String? { get } -
String representing reference number of the payment
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *reference;Swift
var reference: String? { get } -
String representing payer’s account number
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *payerAccountNumber;Swift
var payerAccountNumber: String? { get } -
String representing utility ID that idenitifies the receiver of the payment
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *utilityID;Swift
var utilityID: String? { get } -
Complete, unparsed code
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *code128Result;Swift
var code128Result: String? { get }
View on GitHub