public interface InvoiceItem extends Entity
| Modifier and Type | Method and Description |
|---|---|
UUID |
getAccountId() |
BigDecimal |
getAmount() |
UUID |
getBundleId() |
Currency |
getCurrency() |
String |
getDescription() |
org.joda.time.LocalDate |
getEndDate()
The end date of an item can be null (e.g.
|
UUID |
getInvoiceId() |
InvoiceItemType |
getInvoiceItemType() |
UUID |
getLinkedItemId() |
String |
getPhaseName() |
String |
getPlanName() |
BigDecimal |
getRate() |
org.joda.time.LocalDate |
getStartDate() |
UUID |
getSubscriptionId() |
String |
getUsageName() |
boolean |
matches(Object other)
Items match if they correspond to the same subscription for the same catalog plan and same start / end dates
|
getCreatedDate, getId, getUpdatedDateInvoiceItemType getInvoiceItemType()
UUID getInvoiceId()
UUID getAccountId()
org.joda.time.LocalDate getStartDate()
org.joda.time.LocalDate getEndDate()
BigDecimal getAmount()
Currency getCurrency()
String getDescription()
UUID getBundleId()
UUID getSubscriptionId()
String getPlanName()
String getPhaseName()
String getUsageName()
BigDecimal getRate()
UUID getLinkedItemId()
boolean matches(Object other)
Copyright © 2010-2015. All Rights Reserved.