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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AccountReferencegetCreditorAccount()AddressgetCreditorAddress()StringgetCreditorAgent()StringgetCreditorName()AccountReferencegetDebtorAccount()StringgetEndToEndIdentification()AmountgetInstructedAmount()StringgetRemittanceInformationUnstructured()TransactionStatusgetTransactionStatus()inthashCode()voidsetCreditorAccount(AccountReference creditorAccount)voidsetCreditorAddress(Address creditorAddress)voidsetCreditorAgent(String creditorAgent)voidsetCreditorName(String creditorName)voidsetDebtorAccount(AccountReference debtorAccount)voidsetEndToEndIdentification(String endToEndIdentification)voidsetInstructedAmount(Amount instructedAmount)voidsetRemittanceInformationUnstructured(String remittanceInformationUnstructured)voidsetTransactionStatus(TransactionStatus transactionStatus)
-
-
-
Method Detail
-
getEndToEndIdentification
public String getEndToEndIdentification()
-
setEndToEndIdentification
public void setEndToEndIdentification(String endToEndIdentification)
-
getDebtorAccount
public AccountReference getDebtorAccount()
-
setDebtorAccount
public void setDebtorAccount(AccountReference debtorAccount)
-
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)
-
getRemittanceInformationUnstructured
public String getRemittanceInformationUnstructured()
-
setRemittanceInformationUnstructured
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
-
getTransactionStatus
public TransactionStatus getTransactionStatus()
-
setTransactionStatus
public void setTransactionStatus(TransactionStatus transactionStatus)
-
-