public class PaymentInitiationWithStatusResponse extends Object
| Constructor and Description |
|---|
PaymentInitiationWithStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
getCreditorAccount() |
Address |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getCreditorName() |
AccountReference |
getDebtorAccount() |
String |
getEndToEndIdentification() |
Amount |
getInstructedAmount() |
String |
getRemittanceInformationUnstructured() |
String |
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(String transactionStatus) |
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
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 getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public String getCreditorName()
public void setCreditorName(String creditorName)
public Address getCreditorAddress()
public void setCreditorAddress(Address creditorAddress)
public String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public String getTransactionStatus()
public void setTransactionStatus(String transactionStatus)
Copyright © 2020. All rights reserved.