-
- All Implemented Interfaces:
-
android.os.Parcelable
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.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<GiniCaptureReturnReason>CREATOR
-
Constructor Summary
Constructors Constructor Description GiniCaptureReturnReason(String id, Map<String, String> localizedLabels)
-
Method Summary
Modifier and Type Method Description StringgetId()Map<String, String>getLocalizedLabels()StringgetLabelInLocalLanguageOrGerman()StringtoString()intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)-
-
Method Detail
-
getLocalizedLabels
@NonNull() Map<String, String> getLocalizedLabels()
-
getLabelInLocalLanguageOrGerman
@Nullable() String getLabelInLocalLanguageOrGerman()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-