Package com.creditcall.chipdnamobile
Class ReceiptField
- java.lang.Object
-
- com.creditcall.chipdnamobile.ReceiptField
-
- All Implemented Interfaces:
android.os.Parcelable
public class ReceiptField extends java.lang.Object implements android.os.ParcelableThis call represents a single field that can appear on a receipt.- Author:
- Creditcall Ltd
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<ReceiptField>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()ReceiptFieldInclusiongetInclusion()Gets theReceiptFieldInclusionof the receipt field.java.lang.StringgetLabel()Gets the recommended label for the receipt field.intgetPriority()Gets the recommended priority for the receipt field.java.lang.StringgetValue()Gets the value of the receipt fieldvoidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
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.
-
getInclusion
public ReceiptFieldInclusion getInclusion()
Gets theReceiptFieldInclusionof the receipt field.- Returns:
ReceiptFieldInclusionof the receiver.
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
-