Interface InvoiceItemFormatter
-
- All Superinterfaces:
Entity,InvoiceItem
public interface InvoiceItemFormatter extends InvoiceItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormattedAmount()StringgetFormattedEndDate()StringgetFormattedStartDate()-
Methods inherited from interface org.killbill.billing.util.entity.Entity
getCreatedDate, getId, getUpdatedDate
-
Methods inherited from interface org.killbill.billing.invoice.api.InvoiceItem
getAccountId, getAmount, getBundleId, getCatalogEffectiveDate, getChildAccountId, getCurrency, getDescription, getEndDate, getInvoiceId, getInvoiceItemType, getItemDetails, getLinkedItemId, getPhaseName, getPlanName, getPrettyPhaseName, getPrettyPlanName, getPrettyProductName, getPrettyUsageName, getProductName, getQuantity, getRate, getStartDate, getSubscriptionId, getUsageName, matches
-
-