@Entity public class PaymentTarget extends Object
| Constructor and Description |
|---|
PaymentTarget() |
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
getCreditorAccount() |
Address |
getCreditorAddress() |
String |
getCreditorAgent() |
String |
getCreditorName() |
String |
getEndToEndIdentification() |
Amount |
getInstructedAmount() |
Payment |
getPayment() |
String |
getPaymentId() |
PaymentProduct |
getPaymentProduct() |
String |
getRemittanceInformationUnstructured() |
void |
setCreditorAccount(AccountReference creditorAccount) |
void |
setCreditorAddress(Address creditorAddress) |
void |
setCreditorAgent(String creditorAgent) |
void |
setCreditorName(String creditorName) |
void |
setEndToEndIdentification(String endToEndIdentification) |
void |
setInstructedAmount(Amount instructedAmount) |
void |
setPayment(Payment payment) |
void |
setPaymentId(String paymentId) |
void |
setPaymentProduct(PaymentProduct paymentProduct) |
void |
setRemittanceInformationUnstructured(String remittanceInformationUnstructured) |
public String getPaymentId()
public void setPaymentId(String paymentId)
public String getEndToEndIdentification()
public void setEndToEndIdentification(String endToEndIdentification)
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 PaymentProduct getPaymentProduct()
public void setPaymentProduct(PaymentProduct paymentProduct)
public Payment getPayment()
public void setPayment(Payment payment)
Copyright © 2019. All rights reserved.