-
- 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 long
id
protected String
identifier
protected String
bankReference
protected String
paymentText
protected String
referenceText
protected MenigaDecimal
amountInCurrency
protected String
currencyCode
protected DateTime
issuedDate
protected DateTime
dueDate
protected DateTime
bookingDate
protected PaymentStatus
paymentStatus
protected String
parsedData
protected String
sourceAccIdentifier
protected String
destinationAccIdentifier
public final static Parcelable.Creator<MenigaUpcomingScheduledPayment>
CREATOR
-
Method Summary
Modifier and Type Method Description MenigaUpcomingScheduledPayment
clone()
Boolean
getReceivable()
boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getId()
String
getIdentifier()
String
getBankReference()
String
getPaymentText()
String
getReferenceText()
MenigaDecimal
getAmountInCurrency()
String
getCurrencyCode()
DateTime
getIssuedDate()
DateTime
getDueDate()
DateTime
getBookingDate()
PaymentStatus
getPaymentStatus()
String
getParsedData()
String
getSourceAccIdentifier()
String
getDestinationAccIdentifier()
-
-
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()
-
-
-
-