Package com.creditcall.chipdnamobile
Class ReceiptField
java.lang.Object
com.creditcall.chipdnamobile.ReceiptField
- All Implemented Interfaces:
android.os.Parcelable
This call represents a single field that can appear on a receipt.
- Author:
- Creditcall Ltd
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintGets theReceiptFieldInclusionof the receipt field.getLabel()Gets the recommended label for the receipt field.intGets the recommended priority for the receipt field.getValue()Gets the value of the receipt fieldvoidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getValue
Gets the value of the receipt field- Returns:
- string representation of the receipt field value.
-
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
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
-