public interface Fee extends HasKey, HasAttributesAndMeta
Modifier and Type | Method and Description |
---|---|
RichText |
getDescr()
Narrative description of the Fee.
|
List<? extends CurrencyAmount> |
getFeeAmounts()
The amount or amounts associated with the fee.
|
String |
getFeeType()
A code that identifies the type of the fee.
|
String |
getRateType()
Indicates the structure and interpretation of the fee amounts, i.e.
|
getAttributes
String getFeeType()
String getRateType()
List<? extends CurrencyAmount> getFeeAmounts()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.