Uses of Enum
com.chargebee.models.Invoice.Discount.EntityType
Packages that use Invoice.Discount.EntityType
-
Uses of Invoice.Discount.EntityType in com.chargebee.models
Methods in com.chargebee.models that return Invoice.Discount.EntityTypeModifier and TypeMethodDescriptionInvoice.Discount.entityType()static Invoice.Discount.EntityTypeReturns the enum constant of this type with the specified name.static Invoice.Discount.EntityType[]Invoice.Discount.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.Discount.EntityTypeModifier and TypeMethodDescriptionCreditNote.ImportCreditNoteRequest.discountEntityType(int index, Invoice.Discount.EntityType discountEntityType) Deprecated.Invoice.ImportInvoiceRequest.discountEntityType(int index, Invoice.Discount.EntityType discountEntityType) Subscription.ImportUnbilledChargesRequest.discountEntityType(int index, Invoice.Discount.EntityType discountEntityType)