public class BulkPaymentInitiationWithStatusResponse extends Object
| Constructor and Description |
|---|
BulkPaymentInitiationWithStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBatchBookingPreferred() |
AccountReference |
getDebtorAccount() |
List<PaymentInitiationBulkElement> |
getPayments() |
LocalDate |
getRequestedExecutionDate() |
String |
getTransactionStatus() |
void |
setBatchBookingPreferred(Boolean batchBookingPreferred) |
void |
setDebtorAccount(AccountReference debtorAccount) |
void |
setPayments(List<PaymentInitiationBulkElement> payments) |
void |
setRequestedExecutionDate(LocalDate requestedExecutionDate) |
void |
setTransactionStatus(String transactionStatus) |
public BulkPaymentInitiationWithStatusResponse()
public Boolean getBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public List<PaymentInitiationBulkElement> getPayments()
public void setPayments(List<PaymentInitiationBulkElement> payments)
public String getTransactionStatus()
public void setTransactionStatus(String transactionStatus)
Copyright © 2020. All rights reserved.