@Entity public class Payment extends Object
| Constructor and Description |
|---|
Payment() |
public boolean isInstant()
public boolean isLastExecuted(LocalDate nextPossibleExecutionDate)
public String getPaymentId()
public void setPaymentId(String paymentId)
public Boolean getBatchBookingPreferred()
public void setBatchBookingPreferred(Boolean batchBookingPreferred)
public LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public LocalTime getRequestedExecutionTime()
public void setRequestedExecutionTime(LocalTime requestedExecutionTime)
public PaymentType getPaymentType()
public void setPaymentType(PaymentType paymentType)
public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
public String getExecutionRule()
public void setExecutionRule(String executionRule)
public FrequencyCode getFrequency()
public void setFrequency(FrequencyCode frequency)
public Integer getDayOfExecution()
public void setDayOfExecution(Integer dayOfExecution)
public LocalDateTime getExecutedDate()
public void setExecutedDate(LocalDateTime executedDate)
public LocalDateTime getNextScheduledExecution()
public void setNextScheduledExecution(LocalDateTime nextScheduledExecution)
public AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public TransactionStatus getTransactionStatus()
public void setTransactionStatus(TransactionStatus transactionStatus)
public List<PaymentTarget> getTargets()
public void setTargets(List<PaymentTarget> targets)
Copyright © 2019. All rights reserved.