-
- 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 long
id
protected long
offerId
protected String
text
protected DateTime
date
protected MenigaDecimal
amount
protected MenigaDecimal
redemptionAmount
protected RedemptionType
redemptionType
protected ReimbursementStatus
reimbursementStatus
protected DateTime
reimbursementDate
protected DateTime
scheduledReimbursementDate
protected String
reimbursementAccountInfo
public final static Parcelable.Creator<MenigaRedemptionTransaction>
CREATOR
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getId()
long
getOfferId()
String
getText()
DateTime
getDate()
MenigaDecimal
getAmount()
MenigaDecimal
getRedemptionAmount()
RedemptionType
getRedemptionType()
ReimbursementStatus
getReimbursementStatus()
DateTime
getReimbursementDate()
DateTime
getScheduledReimbursementDate()
String
getReimbursementAccountInfo()
-
-
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()
-
-
-
-