public class SinglePaymentTO extends Object
| Constructor and Description |
|---|
SinglePaymentTO() |
SinglePaymentTO(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) |
public SinglePaymentTO()
public SinglePaymentTO(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)
public String getPaymentId()
public void setPaymentId(String paymentId)
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public AccountReferenceTO getDebtorAccount()
public void setDebtorAccount(AccountReferenceTO debtorAccount)
public AmountTO getInstructedAmount()
public void setInstructedAmount(AmountTO instructedAmount)
public AccountReferenceTO getCreditorAccount()
public void setCreditorAccount(AccountReferenceTO creditorAccount)
public String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public String getCreditorName()
public void setCreditorName(String creditorName)
public AddressTO getCreditorAddress()
public void setCreditorAddress(AddressTO creditorAddress)
public String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public TransactionStatusTO getPaymentStatus()
public void setPaymentStatus(TransactionStatusTO paymentStatus)
public PaymentProductTO getPaymentProduct()
public void setPaymentProduct(PaymentProductTO paymentProduct)
public LocalDate getRequestedExecutionDate()
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
public LocalTime getRequestedExecutionTime()
public void setRequestedExecutionTime(LocalTime requestedExecutionTime)
Copyright © 2019. All rights reserved.