MBPSlovakiaSlipRecognizerResult
Objective-C
@interface MBPSlovakiaSlipRecognizerResult
: MBPRecognizerResult <MBPPhotopayRecognizerResult>
Swift
class MBPSlovakiaSlipRecognizerResult : MBPRecognizerResult, MBPPhotopayRecognizerResult
Class representing values obtained when scanning Slovakian payment slips
-
String representing the currency for payment. In ISO 4217 standard.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *currency;
Swift
var currency: String? { get }
-
Variable code of payment order
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *variableSymbol;
Swift
var variableSymbol: String? { get }
-
Specific code of payment order
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *specificSymbol;
Swift
var specificSymbol: String? { get }
-
Constant code of payment order
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *constantSymbol;
Swift
var constantSymbol: 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 iban of the recipient of the payment
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *iban;
Swift
var iban: String? { get }
-
String representing recipient name
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *recipientName;
Swift
var recipientName: String? { get }
-
String representing recipient address
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *recipientAddress;
Swift
var recipientAddress: String? { get }