public class PaymentTargetDetailsBO extends TransactionDetailsBO
| Constructor and Description |
|---|
PaymentTargetDetailsBO() |
| Modifier and Type | Method and Description |
|---|---|
AddressBO |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getPaymentOrderId() |
PaymentProductBO |
getPaymentProduct() |
PaymentTypeBO |
getPaymentType() |
TransactionStatusBO |
getTransactionStatus() |
void |
setCreditorAddress(AddressBO creditorAddress) |
void |
setCreditorAgent(String creditorAgent) |
void |
setPaymentOrderId(String paymentOrderId) |
void |
setPaymentProduct(PaymentProductBO paymentProduct) |
void |
setPaymentType(PaymentTypeBO paymentType) |
void |
setTransactionStatus(TransactionStatusBO transactionStatus) |
getBankTransactionCode, getBookingDate, getCheckId, getCreditorAccount, getCreditorId, getCreditorName, getDebtorAccount, getDebtorName, getEndToEndId, getEntryReference, getExchangeRate, getMandateId, getProprietaryBankTransactionCode, getPurposeCode, getRemittanceInformationStructured, getRemittanceInformationUnstructured, getTransactionAmount, getTransactionId, getUltimateCreditor, getUltimateDebtor, getValueDate, setBankTransactionCode, setBookingDate, setCheckId, setCreditorAccount, setCreditorId, setCreditorName, setDebtorAccount, setDebtorName, setEndToEndId, setEntryReference, setExchangeRate, setMandateId, setProprietaryBankTransactionCode, setPurposeCode, setRemittanceInformationStructured, setRemittanceInformationUnstructured, setTransactionAmount, setTransactionId, setUltimateCreditor, setUltimateDebtor, setValueDatepublic AddressBO getCreditorAddress()
public void setCreditorAddress(AddressBO creditorAddress)
public String getPaymentOrderId()
public void setPaymentOrderId(String paymentOrderId)
public PaymentTypeBO getPaymentType()
public void setPaymentType(PaymentTypeBO paymentType)
public TransactionStatusBO getTransactionStatus()
public void setTransactionStatus(TransactionStatusBO transactionStatus)
public PaymentProductBO getPaymentProduct()
public void setPaymentProduct(PaymentProductBO paymentProduct)
public String getCreditorAgent()
public void setCreditorAgent(String creditorAgent)
Copyright © 2019. All rights reserved.