Package 

Class QRCodeDocument

  • All Implemented Interfaces:
    android.os.Parcelable , net.gini.android.capture.Document

    
    public final class QRCodeDocument
    extends GiniCaptureDocument
                        

    Contains payment information required for transactions that were parsed from a document with a QR Code.

    Payment data from BezahlCodeand EPC069-12(Stuzza (AT) and GiroCode (DE)) QRCodes are detected and read.

    Get the contents with (getData) and upload it to the Gini API to get the extractions.

    • Method Summary

      Modifier and Type Method Description
      static QRCodeDocument fromPaymentQRCodeData(@NonNull() PaymentQRCodeData paymentQRCodeData) Creates an instance with the provided QR Code data.
      int describeContents() Internal use only.
      void writeToParcel(@NonNull() Parcel dest, int flags) Internal use only.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class net.gini.android.capture.document.GiniCaptureDocument

        generateUploadMetadata, getData, getId, getImportMethod, getIntent, getMimeType, getParcelableMemoryCacheTag, getSource, getType, getUri, isImported, isReviewable, loadData, setData, setParcelableMemoryCacheTag, toString, unloadData, writeToParcel
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait