public class BankingTransaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingTransaction.Status |
static class |
BankingTransaction.Type |
| Constructor and Description |
|---|
BankingTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
ID of the account for which transactions are provided
|
String |
getAmount()
The value of the transaction.
|
String |
getApcaNumber()
6 Digit APCA number for the initiating institution
|
String |
getBillerCode()
BPAY Biller Code for the transaction (if available)
|
String |
getBillerName()
Name of the BPAY biller for the transaction (if available)
|
String |
getCrn()
BPAY CRN for the transaction (if available)
|
String |
getCurrency()
The currency for the transaction amount.
|
String |
getDescription()
The transaction description as applied by the financial institution
|
java.time.OffsetDateTime |
getExecutionDateTime()
The time the transaction was executed by the originating customer, if available
|
Boolean |
getIsDetailAvailable()
True if extended information is available using the transaction detail end point.
|
String |
getMerchantCategoryCode()
The merchant category code (or MCC) for an outgoing payment to a merchant
|
String |
getMerchantName()
Name of the merchant for an outgoing payment to a merchant
|
java.time.OffsetDateTime |
getPostingDateTime()
The time the transaction was posted.
|
String |
getReference()
The reference for the transaction provided by the originating institution.
|
BankingTransaction.Status |
getStatus()
Get status
|
String |
getTransactionId()
A unique ID of the transaction adhering to the standards for ID permanence.
|
BankingTransaction.Type |
getType()
Get type
|
java.time.OffsetDateTime |
getValueDateTime()
Date and time at which assets become available to the account owner in case of a credit entry, or cease to be available to the account owner in case of a debit transaction entry
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAmount(String amount) |
void |
setApcaNumber(String apcaNumber) |
void |
setBillerCode(String billerCode) |
void |
setBillerName(String billerName) |
void |
setCrn(String crn) |
void |
setCurrency(String currency) |
void |
setDescription(String description) |
void |
setExecutionDateTime(java.time.OffsetDateTime executionDateTime) |
void |
setIsDetailAvailable(Boolean isDetailAvailable) |
void |
setMerchantCategoryCode(String merchantCategoryCode) |
void |
setMerchantName(String merchantName) |
void |
setPostingDateTime(java.time.OffsetDateTime postingDateTime) |
void |
setReference(String reference) |
void |
setStatus(BankingTransaction.Status status) |
void |
setTransactionId(String transactionId) |
void |
setType(BankingTransaction.Type type) |
void |
setValueDateTime(java.time.OffsetDateTime valueDateTime) |
String |
toString() |
public String getAccountId()
public void setAccountId(String accountId)
public String getAmount()
public void setAmount(String amount)
public String getApcaNumber()
public void setApcaNumber(String apcaNumber)
public String getBillerCode()
public void setBillerCode(String billerCode)
public String getBillerName()
public void setBillerName(String billerName)
public String getCrn()
public void setCrn(String crn)
public String getCurrency()
public void setCurrency(String currency)
public String getDescription()
public void setDescription(String description)
public java.time.OffsetDateTime getExecutionDateTime()
public void setExecutionDateTime(java.time.OffsetDateTime executionDateTime)
public Boolean getIsDetailAvailable()
public void setIsDetailAvailable(Boolean isDetailAvailable)
public String getMerchantCategoryCode()
public void setMerchantCategoryCode(String merchantCategoryCode)
public String getMerchantName()
public void setMerchantName(String merchantName)
public java.time.OffsetDateTime getPostingDateTime()
public void setPostingDateTime(java.time.OffsetDateTime postingDateTime)
public String getReference()
public void setReference(String reference)
public BankingTransaction.Status getStatus()
public void setStatus(BankingTransaction.Status status)
public String getTransactionId()
public void setTransactionId(String transactionId)
public BankingTransaction.Type getType()
public void setType(BankingTransaction.Type type)
public java.time.OffsetDateTime getValueDateTime()
public void setValueDateTime(java.time.OffsetDateTime valueDateTime)
Copyright © 2019. All rights reserved.