Class BulkPaymentInitiationJson
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.BulkPaymentInitiationJson
-
@Generated("xs2a-adapter-codegen") public class BulkPaymentInitiationJson extends Object
-
-
Constructor Summary
Constructors Constructor Description BulkPaymentInitiationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetBatchBookingPreferred()AccountReferencegetDebtorAccount()List<PaymentInitiationBulkElementJson>getPayments()LocalDategetRequestedExecutionDate()OffsetDateTimegetRequestedExecutionTime()inthashCode()voidsetBatchBookingPreferred(Boolean batchBookingPreferred)voidsetDebtorAccount(AccountReference debtorAccount)voidsetPayments(List<PaymentInitiationBulkElementJson> payments)voidsetRequestedExecutionDate(LocalDate requestedExecutionDate)voidsetRequestedExecutionTime(OffsetDateTime requestedExecutionTime)
-
-
-
Method Detail
-
getBatchBookingPreferred
public Boolean getBatchBookingPreferred()
-
setBatchBookingPreferred
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
-
getDebtorAccount
public AccountReference getDebtorAccount()
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
getRequestedExecutionDate
public LocalDate getRequestedExecutionDate()
-
setRequestedExecutionDate
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
-
getRequestedExecutionTime
public OffsetDateTime getRequestedExecutionTime()
-
setRequestedExecutionTime
public void setRequestedExecutionTime(OffsetDateTime requestedExecutionTime)
-
getPayments
public List<PaymentInitiationBulkElementJson> getPayments()
-
setPayments
public void setPayments(List<PaymentInitiationBulkElementJson> payments)
-
-