-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaTopMerchant implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longmerchantIdprotected Stringtextprotected MenigaDecimalnettoAmountprotected inttransactionCountpublic final static Parcelable.Creator<MenigaTopMerchant>CREATOR
-
Method Summary
Modifier and Type Method Description static voidsetOperator(MenigaTopMerchantOperations operator)Sets the api operator for doing api calls booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)static Result<List<MenigaTopMerchant>>fetch(TransactionsFilter filter, TopMerchantOptions options)Gets a list of top merchants longgetMerchantId()StringgetText()MenigaDecimalgetNettoAmount()intgetTransactionCount()-
-
Method Detail
-
setOperator
static void setOperator(MenigaTopMerchantOperations operator)
Sets the api operator for doing api calls
- Parameters:
operator- An object that implements the MenigaTopMerchantOperations interface for carrying out api operations on this class.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
fetch
static Result<List<MenigaTopMerchant>> fetch(TransactionsFilter filter, TopMerchantOptions options)
Gets a list of top merchants
- Parameters:
filter- Transaction filteroptions- Top merchant filter
-
getMerchantId
long getMerchantId()
-
getNettoAmount
MenigaDecimal getNettoAmount()
-
getTransactionCount
int getTransactionCount()
-
-
-
-