Uses of Class
org.killbill.billing.invoice.api.InvoiceItemType
-
Packages that use InvoiceItemType Package Description org.killbill.billing.invoice.api -
-
Uses of InvoiceItemType in org.killbill.billing.invoice.api
Methods in org.killbill.billing.invoice.api that return InvoiceItemType Modifier and Type Method Description InvoiceItemTypeInvoiceItem. getInvoiceItemType()static InvoiceItemTypeInvoiceItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvoiceItemType[]InvoiceItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-