Class CrealogixPaymentInitiationWithStatusResponse


  • public class CrealogixPaymentInitiationWithStatusResponse
    extends Object
    • Constructor Detail

      • CrealogixPaymentInitiationWithStatusResponse

        public CrealogixPaymentInitiationWithStatusResponse()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object