Class AustriaQrCodePaymentRecognizer.Result

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

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

  • Constructor Details

    • Result

      protected Result(long nativeResult)
  • Method Details

    • getReference

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

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

      @NonNull public String getIban()
      The account number of the receiving side.
    • getPurposeCode

      @NonNull public String getPurposeCode()
      Purpose code
    • getRecipientName

      @NonNull public String getRecipientName()
      The name of the receiving side.
    • getCurrency

      @NonNull public String getCurrency()
      The currency of the payment.
    • getDisplayData

      @NonNull public String getDisplayData()
      Description of the payment as placed in last row of STUZZA QR code
    • getBic

      @NonNull public String getBic()
      BIC of the receiving side.
    • getPaymentDescription

      @NonNull public String getPaymentDescription()
      The description of the 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