Class ReceiptField

  • All Implemented Interfaces:
    android.os.Parcelable

    public class ReceiptField
    extends java.lang.Object
    implements android.os.Parcelable
    This call represents a single field that can appear on a receipt.
    Author:
    Creditcall Ltd
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<ReceiptField> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<ReceiptField> CREATOR
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the receipt field
        Returns:
        string representation of the receipt field value.
      • getLabel

        public java.lang.String getLabel()
        Gets the recommended label for the receipt field. This value may be null
        Returns:
        string representation of the receipt field label.
      • getPriority

        public int getPriority()
        Gets the recommended priority for the receipt field.
        Returns:
        priority for the receipt field.
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable