GiniCaptureReturnReason

Contains a return reason.

Return reasons are shown to the user when a line item is deselected in the return assistant.

public class GiniCaptureReturnReason implements Parcelable

Constructors

GiniCaptureReturnReason
Link copied to clipboard

the id of the return reason

void GiniCaptureReturnReason(String id, Map<String, StringlocalizedLabels)

Functions

describeContents
Link copied to clipboard
abstract int describeContents()
int describeContents()
getId
Link copied to clipboard
String getId()
getLabelInLocalLanguageOrGerman
Link copied to clipboard
String getLabelInLocalLanguageOrGerman()
getLocalizedLabels
Link copied to clipboard

a map of labels where the keys are two letter language codes (ISO 639-1)

Map<String, StringgetLocalizedLabels()
toString
Link copied to clipboard
String toString()
writeToParcel
Link copied to clipboard
abstract void writeToParcel(Parcel p, int p1)
void writeToParcel(Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<GiniCaptureReturnReasonCREATOR