public class BulkPaymentBO extends BasePaymentBO
| Constructor and Description |
|---|
BulkPaymentBO() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBatchBookingPreferred() |
List<SinglePaymentBO> |
getPayments() |
LocalDate |
getRequestedExecutionDate() |
void |
setBatchBookingPreferred(Boolean batchBookingPreferred) |
void |
setPayments(List<SinglePaymentBO> payments) |
void |
setRequestedExecutionDate(LocalDate requestedExecutionDate) |
getDebtorAccount, getTransactionStatus, setDebtorAccount, setTransactionStatuspublic Boolean getBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public List<SinglePaymentBO> getPayments()
public void setPayments(List<SinglePaymentBO> payments)
Copyright © 2019. All rights reserved.