-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaTransactionRule.SplitAction implements Serializable, Parcelable
Represents details on a split action to be executed by a rule when criteria are met.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MenigaTransactionRule.SplitAction>CREATORpublic longidpublic longtransactionRuleIdpublic MenigaDecimalratiopublic MenigaDecimalamountpublic longcategoryId
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-