public class PeriodicPaymentTO extends SinglePaymentTO
| Constructor and Description |
|---|
PeriodicPaymentTO() |
PeriodicPaymentTO(String paymentId,
String endToEndIdentification,
AccountReferenceTO debtorAccount,
AmountTO instructedAmount,
AccountReferenceTO creditorAccount,
String creditorAgent,
String creditorName,
AddressTO creditorAddress,
String remittanceInformationUnstructured,
TransactionStatusTO paymentStatus,
PaymentProductTO paymentProduct,
LocalDate requestedExecutionDate,
LocalTime requestedExecutionTime,
LocalDate startDate,
LocalDate endDate,
String executionRule,
FrequencyCodeTO frequency,
Integer dayOfExecution) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDayOfExecution() |
LocalDate |
getEndDate() |
String |
getExecutionRule() |
FrequencyCodeTO |
getFrequency() |
LocalDate |
getStartDate() |
void |
setDayOfExecution(Integer dayOfExecution) |
void |
setEndDate(LocalDate endDate) |
void |
setExecutionRule(String executionRule) |
void |
setFrequency(FrequencyCodeTO frequency) |
void |
setStartDate(LocalDate startDate) |
getCreditorAccount, getCreditorAddress, getCreditorAgent, getCreditorName, getDebtorAccount, getEndToEndIdentification, getInstructedAmount, getPaymentId, getPaymentProduct, getPaymentStatus, getRemittanceInformationUnstructured, getRequestedExecutionDate, getRequestedExecutionTime, setCreditorAccount, setCreditorAddress, setCreditorAgent, setCreditorName, setDebtorAccount, setEndToEndIdentification, setInstructedAmount, setPaymentId, setPaymentProduct, setPaymentStatus, setRemittanceInformationUnstructured, setRequestedExecutionDate, setRequestedExecutionTimepublic PeriodicPaymentTO()
public PeriodicPaymentTO(String paymentId, String endToEndIdentification, AccountReferenceTO debtorAccount, AmountTO instructedAmount, AccountReferenceTO creditorAccount, String creditorAgent, String creditorName, AddressTO creditorAddress, String remittanceInformationUnstructured, TransactionStatusTO paymentStatus, PaymentProductTO paymentProduct, LocalDate requestedExecutionDate, LocalTime requestedExecutionTime, LocalDate startDate, LocalDate endDate, String executionRule, FrequencyCodeTO frequency, Integer dayOfExecution)
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 FrequencyCodeTO getFrequency()
public void setFrequency(FrequencyCodeTO frequency)
public Integer getDayOfExecution()
public void setDayOfExecution(Integer dayOfExecution)
Copyright © 2019. All rights reserved.