GiniCaptureReturnReason

public class GiniCaptureReturnReason implements Parcelable

Contains a return reason.

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

Constructors

GiniCaptureReturnReason
Link copied to clipboard
void GiniCaptureReturnReason(@NonNull() String id, @NonNull() Map<String, String> localizedLabels)
the id of the return reason

Functions

describeContents
Link copied to clipboard
int describeContents()
getId
Link copied to clipboard
String getId()
getLabelInLocalLanguageOrGerman
Link copied to clipboard
String getLabelInLocalLanguageOrGerman()
getLocalizedLabels
Link copied to clipboard
Map<String, StringgetLocalizedLabels()
a map of labels where the keys are two letter language codes (ISO 639-1)
toString
Link copied to clipboard
String toString()
writeToParcel
Link copied to clipboard
void writeToParcel(@NonNull() Parcel dest, int flags)

Properties

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