Class SloveniaQrCodePaymentRecognizer.Result

java.lang.Object
com.microblink.photopay.entities.Entity.Result
com.microblink.photopay.entities.recognizers.Recognizer.Result
com.microblink.photopay.entities.recognizers.photopay.slovenia.SloveniaQrCodePaymentRecognizer.Result
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
SloveniaQrCodePaymentRecognizer

public static final class SloveniaQrCodePaymentRecognizer.Result extends Recognizer.Result
  • Field Details

  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getAmount

      public int getAmount()
      The scanned amount in smallest currency (e.g. cents), 0 if nothing was scanned.
    • getRecipientStreet

      @NonNull public String getRecipientStreet()
      The street of the recipient.
    • getRawResult

      @NonNull public String getRawResult()
      Raw result
    • getDueDate

      @NonNull public Date getDueDate()
      The due date of payment.
    • getPayerPlace

      @NonNull public String getPayerPlace()
      The place of the payer, if it exists.
    • getExecutionDate

      @NonNull public Date getExecutionDate()
      The date of execution of the payment.
    • getPayerStreet

      @NonNull public String getPayerStreet()
      The street of the payer, if it exists.
    • getPayerIban

      @NonNull public String getPayerIban()
      The international bank account number of the account from where the payment goes.
    • getPaymentDescription

      @NonNull public String getPaymentDescription()
      The description of the payment.
    • getReference

      @NonNull public String getReference()
      The reference of the payment.
    • getRecipientPlace

      @NonNull public String getRecipientPlace()
      The place of the recipient.
    • getIban

      @NonNull public String getIban()
      The international bank account number of the account to which the payment goes.
    • getPayerReference

      @NonNull public String getPayerReference()
      The reference of the payment's payer.
    • getPurposeCode

      @NonNull public String getPurposeCode()
      The purpose code of the payment.
    • isDeposit

      public boolean isDeposit()
      Whether deposit option is included in payment.
    • getPayerName

      @NonNull public String getPayerName()
      The name of the payer, if it exists.
    • getRecipientName

      @NonNull public String getRecipientName()
      The name of the recipient.
    • isWithdraw

      public boolean isWithdraw()
      Whether withdraw option is included in payment.
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      string version of this result
    • serializeToByteArray

      @Nullable protected byte[] serializeToByteArray()
      Specified by:
      serializeToByteArray in class Entity.Result
    • deserializeFromByteArray

      protected void deserializeFromByteArray(@NonNull byte[] arr)
      Specified by:
      deserializeFromByteArray in class Entity.Result
    • clone

      Description copied from class: Entity.Result
      Create a copy of the result. This is required in order to retain the result even after owning entity has mutated it.
      Specified by:
      clone in class Recognizer.Result
      Returns:
      a copy of the result
    • terminateNative

      protected void terminateNative(long nativeContext)
      Specified by:
      terminateNative in class Entity.Result