public class PaymentTargetBO extends Object
| Constructor and Description |
|---|
PaymentTargetBO() |
PaymentTargetBO(String paymentId,
String endToEndIdentification,
AmountBO instructedAmount,
AccountReferenceBO creditorAccount,
String creditorAgent,
String creditorName,
AddressBO creditorAddress,
String remittanceInformationUnstructured,
PaymentProductBO paymentProduct,
PaymentBO payment) |
| Modifier and Type | Method and Description |
|---|---|
AccountReferenceBO |
getCreditorAccount() |
AddressBO |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getCreditorName() |
String |
getEndToEndIdentification() |
AmountBO |
getInstructedAmount() |
PaymentBO |
getPayment() |
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 |
setPayment(PaymentBO payment) |
void |
setPaymentId(String paymentId) |
void |
setPaymentProduct(PaymentProductBO paymentProduct) |
void |
setRemittanceInformationUnstructured(String remittanceInformationUnstructured) |
public PaymentTargetBO()
public PaymentTargetBO(String paymentId, String endToEndIdentification, AmountBO instructedAmount, AccountReferenceBO creditorAccount, String creditorAgent, String creditorName, AddressBO creditorAddress, String remittanceInformationUnstructured, PaymentProductBO paymentProduct, PaymentBO payment)
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)
public PaymentBO getPayment()
public void setPayment(PaymentBO payment)
Copyright © 2019. All rights reserved.