-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable
public class MenigaUpcomingScheduledPayment implements Serializable, Parcelable, Cloneable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected longidprotected Stringidentifierprotected StringbankReferenceprotected StringpaymentTextprotected StringreferenceTextprotected MenigaDecimalamountInCurrencyprotected StringcurrencyCodeprotected DateTimeissuedDateprotected DateTimedueDateprotected DateTimebookingDateprotected PaymentStatuspaymentStatusprotected StringparsedDataprotected StringsourceAccIdentifierprotected StringdestinationAccIdentifierpublic final static Parcelable.Creator<MenigaUpcomingScheduledPayment>CREATOR
-
Method Summary
Modifier and Type Method Description MenigaUpcomingScheduledPaymentclone()BooleangetReceivable()booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)longgetId()StringgetIdentifier()StringgetBankReference()StringgetPaymentText()StringgetReferenceText()MenigaDecimalgetAmountInCurrency()StringgetCurrencyCode()DateTimegetIssuedDate()DateTimegetDueDate()DateTimegetBookingDate()PaymentStatusgetPaymentStatus()StringgetParsedData()StringgetSourceAccIdentifier()StringgetDestinationAccIdentifier()-
-
Method Detail
-
clone
MenigaUpcomingScheduledPayment clone()
-
getReceivable
Boolean getReceivable()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getId
long getId()
-
getIdentifier
String getIdentifier()
-
getBankReference
String getBankReference()
-
getPaymentText
String getPaymentText()
-
getReferenceText
String getReferenceText()
-
getAmountInCurrency
MenigaDecimal getAmountInCurrency()
-
getCurrencyCode
String getCurrencyCode()
-
getIssuedDate
DateTime getIssuedDate()
-
getDueDate
DateTime getDueDate()
-
getBookingDate
DateTime getBookingDate()
-
getPaymentStatus
PaymentStatus getPaymentStatus()
-
getParsedData
String getParsedData()
-
getSourceAccIdentifier
String getSourceAccIdentifier()
-
getDestinationAccIdentifier
String getDestinationAccIdentifier()
-
-
-
-