Interface InvoiceFormatter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormattedBalance()StringgetFormattedChargedAmount()StringgetFormattedInvoiceDate()StringgetFormattedPaidAmount()CurrencygetProcessedCurrency()StringgetProcessedPaymentRate()-
Methods inherited from interface org.killbill.billing.util.entity.Entity
getCreatedDate, getId, getUpdatedDate
-
Methods inherited from interface org.killbill.billing.invoice.api.Invoice
addInvoiceItem, addInvoiceItems, addPayment, addPayments, addTrackingIds, getAccountId, getBalance, getChargedAmount, getCreditedAmount, getCurrency, getGroupId, getInvoiceDate, getInvoiceItems, getInvoiceItems, getInvoiceNumber, getNumberOfItems, getNumberOfPayments, getOriginalChargedAmount, getPaidAmount, getParentAccountId, getParentInvoiceId, getPayments, getRefundedAmount, getStatus, getTargetDate, getTrackingIds, isMigrationInvoice, isParentInvoice
-
-
-
-
Method Detail
-
getFormattedInvoiceDate
String getFormattedInvoiceDate()
-
getFormattedChargedAmount
String getFormattedChargedAmount()
-
getFormattedPaidAmount
String getFormattedPaidAmount()
-
getFormattedBalance
String getFormattedBalance()
-
getProcessedCurrency
Currency getProcessedCurrency()
-
getProcessedPaymentRate
String getProcessedPaymentRate()
-
-