public class StatementLine extends Object
| Constructor and Description |
|---|
StatementLine() |
| Modifier and Type | Method and Description |
|---|---|
StatementLine |
amount(Double amount) |
StatementLine |
chequeNumber(String chequeNumber) |
StatementLine |
creditDebitIndicator(CreditDebitIndicator creditDebitIndicator) |
StatementLine |
description(String description) |
boolean |
equals(Object o) |
Double |
getAmount()
Transaction amount
|
String |
getChequeNumber()
The cheque/check number
|
CreditDebitIndicator |
getCreditDebitIndicator()
Get creditDebitIndicator
|
String |
getDescription()
Transaction description
|
String |
getPayeeName()
Typically the merchant or payee name
|
org.threeten.bp.LocalDate |
getPostedDate()
The date that the transaction was processed or cleared as seen in internet banking ISO-8601 YYYY-MM-DD
|
String |
getReference()
Optional field to enhance the Description
|
String |
getTransactionId()
Financial institute's internal transaction identifier.
|
int |
hashCode() |
StatementLine |
payeeName(String payeeName) |
StatementLine |
postedDate(org.threeten.bp.LocalDate postedDate) |
StatementLine |
reference(String reference) |
void |
setAmount(Double amount) |
void |
setChequeNumber(String chequeNumber) |
void |
setCreditDebitIndicator(CreditDebitIndicator creditDebitIndicator) |
void |
setDescription(String description) |
void |
setPayeeName(String payeeName) |
void |
setPostedDate(org.threeten.bp.LocalDate postedDate) |
void |
setReference(String reference) |
void |
setTransactionId(String transactionId) |
String |
toString() |
StatementLine |
transactionId(String transactionId) |
public StatementLine postedDate(org.threeten.bp.LocalDate postedDate)
public org.threeten.bp.LocalDate getPostedDate()
public void setPostedDate(org.threeten.bp.LocalDate postedDate)
public StatementLine description(String description)
public String getDescription()
public void setDescription(String description)
public StatementLine amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public StatementLine creditDebitIndicator(CreditDebitIndicator creditDebitIndicator)
public CreditDebitIndicator getCreditDebitIndicator()
public void setCreditDebitIndicator(CreditDebitIndicator creditDebitIndicator)
public StatementLine transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public StatementLine payeeName(String payeeName)
public String getPayeeName()
public void setPayeeName(String payeeName)
public StatementLine reference(String reference)
public String getReference()
public void setReference(String reference)
public StatementLine chequeNumber(String chequeNumber)
public String getChequeNumber()
public void setChequeNumber(String chequeNumber)
Copyright © 2020. All rights reserved.