public class FeePaymentInfo extends Object
| Constructor and Description |
|---|
FeePaymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPaymentAmount() |
LocalDate |
getPaymentDate() |
String |
getPaymentLibraryDescription() |
String |
getPaymentLibraryId() |
String |
getPaymentTypeDescription() |
String |
getPaymentTypeId() |
String |
getTransactionId() |
void |
setPaymentAmount(String paymentAmount) |
void |
setPaymentDate(LocalDate paymentDate) |
void |
setPaymentLibraryDescription(String paymentLibraryDescription) |
void |
setPaymentLibraryId(String paymentLibraryId) |
void |
setPaymentTypeDescription(String paymentTypeDescription) |
void |
setPaymentTypeId(String paymentTypeId) |
void |
setTransactionId(String transactionId) |
public String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - the transactionId to setpublic String getPaymentLibraryId()
public void setPaymentLibraryId(String paymentLibraryId)
paymentLibraryId - the paymentLibraryId to setpublic String getPaymentLibraryDescription()
public void setPaymentLibraryDescription(String paymentLibraryDescription)
paymentLibraryDescription - the paymentLibraryDescription to setpublic LocalDate getPaymentDate()
public void setPaymentDate(LocalDate paymentDate)
paymentDate - the paymentDate to setpublic String getPaymentAmount()
public void setPaymentAmount(String paymentAmount)
paymentAmount - the paymentAmount to setpublic String getPaymentTypeId()
public void setPaymentTypeId(String paymentTypeId)
paymentTypeId - the paymentTypeId to setpublic String getPaymentTypeDescription()
public void setPaymentTypeDescription(String paymentTypeDescription)
paymentTypeDescription - the paymentTypeDescription to setCopyright © 2015. All rights reserved.