-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaRedemptionTransaction implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longidprotected longofferIdprotected Stringtextprotected DateTimedateprotected MenigaDecimalamountprotected MenigaDecimalredemptionAmountprotected RedemptionTyperedemptionTypeprotected ReimbursementStatusreimbursementStatusprotected DateTimereimbursementDateprotected DateTimescheduledReimbursementDateprotected StringreimbursementAccountInfopublic final static Parcelable.Creator<MenigaRedemptionTransaction>CREATOR
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)longgetId()longgetOfferId()StringgetText()DateTimegetDate()MenigaDecimalgetAmount()MenigaDecimalgetRedemptionAmount()RedemptionTypegetRedemptionType()ReimbursementStatusgetReimbursementStatus()DateTimegetReimbursementDate()DateTimegetScheduledReimbursementDate()StringgetReimbursementAccountInfo()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getId
long getId()
-
getOfferId
long getOfferId()
-
getDate
DateTime getDate()
-
getAmount
MenigaDecimal getAmount()
-
getRedemptionAmount
MenigaDecimal getRedemptionAmount()
-
getRedemptionType
RedemptionType getRedemptionType()
-
getReimbursementStatus
ReimbursementStatus getReimbursementStatus()
-
getReimbursementDate
DateTime getReimbursementDate()
-
getScheduledReimbursementDate
DateTime getScheduledReimbursementDate()
-
getReimbursementAccountInfo
String getReimbursementAccountInfo()
-
-
-
-