@Generated(value="xs2a-adapter-codegen") public class BulkPaymentInitiationJson extends Object
| Constructor and Description |
|---|
BulkPaymentInitiationJson() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getBatchBookingPreferred() |
AccountReference |
getDebtorAccount() |
List<PaymentInitiationBulkElementJson> |
getPayments() |
LocalDate |
getRequestedExecutionDate() |
OffsetDateTime |
getRequestedExecutionTime() |
int |
hashCode() |
void |
setBatchBookingPreferred(Boolean batchBookingPreferred) |
void |
setDebtorAccount(AccountReference debtorAccount) |
void |
setPayments(List<PaymentInitiationBulkElementJson> payments) |
void |
setRequestedExecutionDate(LocalDate requestedExecutionDate) |
void |
setRequestedExecutionTime(OffsetDateTime requestedExecutionTime) |
public Boolean getBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public OffsetDateTime getRequestedExecutionTime()
public void setRequestedExecutionTime(OffsetDateTime requestedExecutionTime)
public List<PaymentInitiationBulkElementJson> getPayments()
public void setPayments(List<PaymentInitiationBulkElementJson> payments)
Copyright © 2020. All rights reserved.