Class CrealogixPaymentInitiationWithStatusResponse
- java.lang.Object
-
- de.adorsys.xs2a.adapter.crealogix.model.CrealogixPaymentInitiationWithStatusResponse
-
public class CrealogixPaymentInitiationWithStatusResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CrealogixPaymentInitiationWithStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)de.adorsys.xs2a.adapter.api.model.AccountReferencegetCreditorAccount()de.adorsys.xs2a.adapter.api.model.AddressgetCreditorAddress()StringgetCreditorAgent()StringgetCreditorName()de.adorsys.xs2a.adapter.api.model.AccountReferencegetDebtorAccount()StringgetEndToEndIdentification()de.adorsys.xs2a.adapter.api.model.AmountgetInstructedAmount()StringgetRemittanceInformationUnstructured()LocalDategetRequestedExecutionDate()de.adorsys.xs2a.adapter.api.model.TransactionStatusgetTransactionStatus()inthashCode()voidsetCreditorAccount(de.adorsys.xs2a.adapter.api.model.AccountReference creditorAccount)voidsetCreditorAddress(de.adorsys.xs2a.adapter.api.model.Address creditorAddress)voidsetCreditorAgent(String creditorAgent)voidsetCreditorName(String creditorName)voidsetDebtorAccount(de.adorsys.xs2a.adapter.api.model.AccountReference debtorAccount)voidsetEndToEndIdentification(String endToEndIdentification)voidsetInstructedAmount(de.adorsys.xs2a.adapter.api.model.Amount instructedAmount)voidsetRemittanceInformationUnstructured(String remittanceInformationUnstructured)voidsetRequestedExecutionDate(LocalDate requestedExecutionDate)voidsetTransactionStatus(de.adorsys.xs2a.adapter.api.model.TransactionStatus transactionStatus)
-
-
-
Method Detail
-
getEndToEndIdentification
public String getEndToEndIdentification()
-
setEndToEndIdentification
public void setEndToEndIdentification(String endToEndIdentification)
-
getDebtorAccount
public de.adorsys.xs2a.adapter.api.model.AccountReference getDebtorAccount()
-
setDebtorAccount
public void setDebtorAccount(de.adorsys.xs2a.adapter.api.model.AccountReference debtorAccount)
-
getInstructedAmount
public de.adorsys.xs2a.adapter.api.model.Amount getInstructedAmount()
-
setInstructedAmount
public void setInstructedAmount(de.adorsys.xs2a.adapter.api.model.Amount instructedAmount)
-
getCreditorAccount
public de.adorsys.xs2a.adapter.api.model.AccountReference getCreditorAccount()
-
setCreditorAccount
public void setCreditorAccount(de.adorsys.xs2a.adapter.api.model.AccountReference creditorAccount)
-
getCreditorAgent
public String getCreditorAgent()
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
getCreditorName
public String getCreditorName()
-
setCreditorName
public void setCreditorName(String creditorName)
-
getCreditorAddress
public de.adorsys.xs2a.adapter.api.model.Address getCreditorAddress()
-
setCreditorAddress
public void setCreditorAddress(de.adorsys.xs2a.adapter.api.model.Address creditorAddress)
-
getRemittanceInformationUnstructured
public String getRemittanceInformationUnstructured()
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getRequestedExecutionDate
public LocalDate getRequestedExecutionDate()
-
setRequestedExecutionDate
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
-
getTransactionStatus
public de.adorsys.xs2a.adapter.api.model.TransactionStatus getTransactionStatus()
-
setTransactionStatus
public void setTransactionStatus(de.adorsys.xs2a.adapter.api.model.TransactionStatus transactionStatus)
-
-