MBPSloveniaSlipRecognizerResult
Objective-C
@interface MBPSloveniaSlipRecognizerResult
: MBPRecognizerResult <MBPPhotopayRecognizerResult>
Swift
class MBPSloveniaSlipRecognizerResult : MBPRecognizerResult, MBPPhotopayRecognizerResult
Class representing values obtained when scanning Slovenian UPN 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 }
-
String representing valid 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 }
-
String representing valid Bank Identifier Code of the bank to which the payment goes
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *bic;
Swift
var bic: String? { get }
-
String representing reference number of the payment
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *referenceNumber;
Swift
var referenceNumber: String? { get }
-
String representing model of the reference
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *referenceModel;
Swift
var referenceModel: String? { get }
-
PaymentDescription - string that describes the payment purpose
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *paymentDescription;
Swift
var paymentDescription: String? { get }
-
RecipientName - string that describes the receiver of the payment (payee)
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSString *recipientName;
Swift
var recipientName: String? { get }