public class BulkPaymentTO extends Object
| Constructor and Description |
|---|
BulkPaymentTO() |
BulkPaymentTO(String paymentId,
Boolean batchBookingPreferred,
AccountReferenceTO debtorAccount,
LocalDate requestedExecutionDate,
TransactionStatusTO paymentStatus,
List<SinglePaymentTO> payments,
PaymentProductTO paymentProduct) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBatchBookingPreferred() |
AccountReferenceTO |
getDebtorAccount() |
String |
getPaymentId() |
PaymentProductTO |
getPaymentProduct() |
List<SinglePaymentTO> |
getPayments() |
TransactionStatusTO |
getPaymentStatus() |
LocalDate |
getRequestedExecutionDate() |
void |
setBatchBookingPreferred(Boolean batchBookingPreferred) |
void |
setDebtorAccount(AccountReferenceTO debtorAccount) |
void |
setPaymentId(String paymentId) |
void |
setPaymentProduct(PaymentProductTO paymentProduct) |
void |
setPayments(List<SinglePaymentTO> payments) |
void |
setPaymentStatus(TransactionStatusTO paymentStatus) |
void |
setRequestedExecutionDate(LocalDate requestedExecutionDate) |
public BulkPaymentTO()
public BulkPaymentTO(String paymentId, Boolean batchBookingPreferred, AccountReferenceTO debtorAccount, LocalDate requestedExecutionDate, TransactionStatusTO paymentStatus, List<SinglePaymentTO> payments, PaymentProductTO paymentProduct)
public String getPaymentId()
public void setPaymentId(String paymentId)
public Boolean getBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public AccountReferenceTO getDebtorAccount()
public void setDebtorAccount(AccountReferenceTO debtorAccount)
public LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public TransactionStatusTO getPaymentStatus()
public void setPaymentStatus(TransactionStatusTO paymentStatus)
public List<SinglePaymentTO> getPayments()
public void setPayments(List<SinglePaymentTO> payments)
public PaymentProductTO getPaymentProduct()
public void setPaymentProduct(PaymentProductTO paymentProduct)
Copyright © 2019. All rights reserved.