public class SinglePaymentInitiationInformationWithStatusResponse extends Object
| Constructor and Description |
|---|
SinglePaymentInitiationInformationWithStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
getCreditorAccount() |
Address |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getCreditorName() |
AccountReference |
getDebtorAccount() |
String |
getEndToEndIdentification() |
Amount |
getInstructedAmount() |
String |
getRemittanceInformationUnstructured() |
TransactionStatus |
getTransactionStatus() |
void |
setCreditorAccount(AccountReference creditorAccount) |
void |
setCreditorAddress(Address creditorAddress) |
void |
setCreditorAgent(String creditorAgent) |
void |
setCreditorName(String creditorName) |
void |
setDebtorAccount(AccountReference debtorAccount) |
void |
setEndToEndIdentification(String endToEndIdentification) |
void |
setInstructedAmount(Amount instructedAmount) |
void |
setRemittanceInformationUnstructured(String remittanceInformationUnstructured) |
void |
setTransactionStatus(TransactionStatus transactionStatus) |
public SinglePaymentInitiationInformationWithStatusResponse()
public AccountReference getDebtorAccount()
public void setDebtorAccount(AccountReference debtorAccount)
public Amount getInstructedAmount()
public void setInstructedAmount(Amount instructedAmount)
public AccountReference getCreditorAccount()
public void setCreditorAccount(AccountReference creditorAccount)
public String getCreditorName()
public void setCreditorName(String creditorName)
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public TransactionStatus getTransactionStatus()
public void setTransactionStatus(TransactionStatus transactionStatus)
Copyright © 2020. All rights reserved.