Uses of Enum
com.chargebee.models.Invoice.LineItem.EntityType
Packages that use Invoice.LineItem.EntityType
-
Uses of Invoice.LineItem.EntityType in com.chargebee.models
Methods in com.chargebee.models that return Invoice.LineItem.EntityTypeModifier and TypeMethodDescriptionInvoice.LineItem.entityType()static Invoice.LineItem.EntityTypeReturns the enum constant of this type with the specified name.static Invoice.LineItem.EntityType[]Invoice.LineItem.EntityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type Invoice.LineItem.EntityTypeModifier and TypeMethodDescriptionCreditNote.ImportCreditNoteRequest.lineItemEntityType(int index, Invoice.LineItem.EntityType lineItemEntityType) Deprecated.Invoice.ImportInvoiceRequest.lineItemEntityType(int index, Invoice.LineItem.EntityType lineItemEntityType)