Class PaymentInitiationWithStatusResponse
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.PaymentInitiationWithStatusResponse
-
@Generated("xs2a-adapter-codegen") public class PaymentInitiationWithStatusResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentInitiationWithStatusResponse()
-
Method Summary
-
-
-
Method Detail
-
getEndToEndIdentification
public String getEndToEndIdentification()
-
setEndToEndIdentification
public void setEndToEndIdentification(String endToEndIdentification)
-
getInstructionIdentification
public String getInstructionIdentification()
-
setInstructionIdentification
public void setInstructionIdentification(String instructionIdentification)
-
getDebtorName
public String getDebtorName()
-
setDebtorName
public void setDebtorName(String debtorName)
-
getDebtorAccount
public AccountReference getDebtorAccount()
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
getUltimateDebtor
public String getUltimateDebtor()
-
setUltimateDebtor
public void setUltimateDebtor(String ultimateDebtor)
-
getInstructedAmount
public Amount getInstructedAmount()
-
setInstructedAmount
public void setInstructedAmount(Amount instructedAmount)
-
getCreditorAccount
public AccountReference getCreditorAccount()
-
setCreditorAccount
public void setCreditorAccount(AccountReference creditorAccount)
-
getCreditorAgent
public String getCreditorAgent()
-
setCreditorAgent
public void setCreditorAgent(String creditorAgent)
-
getCreditorName
public String getCreditorName()
-
setCreditorName
public void setCreditorName(String creditorName)
-
getCreditorAddress
public Address getCreditorAddress()
-
setCreditorAddress
public void setCreditorAddress(Address creditorAddress)
-
getCreditorId
public String getCreditorId()
-
setCreditorId
public void setCreditorId(String creditorId)
-
getUltimateCreditor
public String getUltimateCreditor()
-
setUltimateCreditor
public void setUltimateCreditor(String ultimateCreditor)
-
getPurposeCode
public PurposeCode getPurposeCode()
-
setPurposeCode
public void setPurposeCode(PurposeCode purposeCode)
-
getChargeBearer
public ChargeBearer getChargeBearer()
-
setChargeBearer
public void setChargeBearer(ChargeBearer chargeBearer)
-
getRemittanceInformationUnstructured
public String getRemittanceInformationUnstructured()
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getRemittanceInformationStructured
public String getRemittanceInformationStructured()
-
setRemittanceInformationStructured
public void setRemittanceInformationStructured(String remittanceInformationStructured)
-
getRemittanceInformationStructuredArray
public List<String> getRemittanceInformationStructuredArray()
-
setRemittanceInformationStructuredArray
public void setRemittanceInformationStructuredArray(List<String> remittanceInformationStructuredArray)
-
getRequestedExecutionDate
public LocalDate getRequestedExecutionDate()
-
setRequestedExecutionDate
public void setRequestedExecutionDate(LocalDate requestedExecutionDate)
-
getTransactionStatus
public TransactionStatus getTransactionStatus()
-
setTransactionStatus
public void setTransactionStatus(TransactionStatus transactionStatus)
-
getTppMessage
public List<TppMessageGeneric> getTppMessage()
-
setTppMessage
public void setTppMessage(List<TppMessageGeneric> tppMessage)
-
-