public final class ExpenditurePayment extends Object
| Constructor and Description |
|---|
ExpenditurePayment() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getBankAccount()
Creditor's bank account.
|
Date |
getDueDate()
The optional bill due date.
|
Double |
getTotalAmount() |
Long |
getTransactionId() |
String |
getType()
The payment type that has been (or expected to be) used.
|
ExpenditurePayment |
setBankAccount(BankAccount bankAccount) |
ExpenditurePayment |
setDueDate(Date dueDate) |
ExpenditurePayment |
setTotalAmount(Double totalAmount) |
ExpenditurePayment |
setTransactionId(Long transactionId) |
ExpenditurePayment |
setType(String type) |
public BankAccount getBankAccount()
public ExpenditurePayment setBankAccount(BankAccount bankAccount)
public Date getDueDate()
public ExpenditurePayment setDueDate(Date dueDate)
public Double getTotalAmount()
public ExpenditurePayment setTotalAmount(Double totalAmount)
public Long getTransactionId()
public ExpenditurePayment setTransactionId(Long transactionId)
public String getType()
public ExpenditurePayment setType(String type)
Copyright © 2023. All rights reserved.