public class SinglePaymentBO extends BasePaymentBO
| Modifier and Type | Field and Description |
|---|---|
protected PaymentProductBO |
paymentProduct |
| Constructor and Description |
|---|
SinglePaymentBO() |
| Modifier and Type | Method and Description |
|---|---|
AccountReferenceBO |
getCreditorAccount() |
AddressBO |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getCreditorName() |
String |
getEndToEndIdentification() |
AmountBO |
getInstructedAmount() |
String |
getPaymentId() |
PaymentProductBO |
getPaymentProduct() |
String |
getRemittanceInformationUnstructured() |
void |
setCreditorAccount(AccountReferenceBO creditorAccount) |
void |
setCreditorAddress(AddressBO creditorAddress) |
void |
setCreditorAgent(String creditorAgent) |
void |
setCreditorName(String creditorName) |
void |
setEndToEndIdentification(String endToEndIdentification) |
void |
setInstructedAmount(AmountBO instructedAmount) |
void |
setPaymentId(String paymentId) |
void |
setPaymentProduct(PaymentProductBO paymentProduct) |
void |
setRemittanceInformationUnstructured(String remittanceInformationUnstructured) |
getDebtorAccount, getTransactionStatus, setDebtorAccount, setTransactionStatusprotected PaymentProductBO paymentProduct
public String getPaymentId()
public void setPaymentId(String paymentId)
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
public AmountBO getInstructedAmount()
public void setInstructedAmount(AmountBO instructedAmount)
public AccountReferenceBO getCreditorAccount()
public void setCreditorAccount(AccountReferenceBO creditorAccount)
public String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
public String getCreditorName()
public void setCreditorName(String creditorName)
public AddressBO getCreditorAddress()
public void setCreditorAddress(AddressBO creditorAddress)
public String getRemittanceInformationUnstructured()
public void setRemittanceInformationUnstructured(String remittanceInformationUnstructured)
public PaymentProductBO getPaymentProduct()
public void setPaymentProduct(PaymentProductBO paymentProduct)
Copyright © 2019. All rights reserved.