MBPCroatiaSlipRecognizerResult

Objective-C


@interface MBPCroatiaSlipRecognizerResult
    : MBPRecognizerResult <MBPPhotopayRecognizerResult>

Swift

class MBPCroatiaSlipRecognizerResult : MBPRecognizerResult, MBPPhotopayRecognizerResult

Result of scanning of Croatian payment slips

  • Status of the reference

    See

    MBPCroatiaReferenceNumberStatus

    Declaration

    Objective-C

    @property (nonatomic, readonly) MBPCroatiaReferenceNumberStatus referenceNumberStatus;

    Swift

    var referenceNumberStatus: MBPCroatiaReferenceNumberStatus { get }
  • Id of the payslip (HUB3 left, HUB3 right)

    Declaration

    Objective-C

    @property (nonatomic, readonly) MBPCroatiaSlipId slipId;

    Swift

    var slipId: MBPCroatiaSlipId { get }
  • recipientName - name of the receiving side

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *recipientName;

    Swift

    var recipientName: 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 }
  • The international bank account number of the payer account

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *payerIban;

    Swift

    var payerIban: String? { get }
  • The account number of the payer

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *payerAccountNumber;

    Swift

    var payerAccountNumber: String? { get }
  • The bank code of the payer bank

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *payerBankCode;

    Swift

    var payerBankCode: String? { get }
  • The payer reference model

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *payerReferenceModel;

    Swift

    var payerReferenceModel: String? { get }
  • The payer reference number

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *payerReferenceNumber;

    Swift

    var payerReferenceNumber: String? { get }
  • Status of the payer reference

    Declaration

    Objective-C

    @property (nonatomic, readonly) MBPCroatiaReferenceNumberStatus payerReferenceNumberStatus;

    Swift

    var payerReferenceNumberStatus: MBPCroatiaReferenceNumberStatus { get }
  • String representing valid bank code value of the receiver bank (e.g. 0034000).

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *bankCode;

    Swift

    var bankCode: String? { get }
  • String representing valid bank account number to which the payment goes

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *accountNumber;

    Swift

    var accountNumber: 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 }
  • Payment description code

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *paymentDescriptionCode;

    Swift

    var paymentDescriptionCode: String? { get }
  • String that represents the purpose code on HUB3

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *purposeCode;

    Swift

    var purposeCode: String? { get }
  • payer name - name of the payer

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *payerName;

    Swift

    var payerName: String? { get }