Uses of Enum
com.chargebee.models.enums.DispositionType
Packages that use DispositionType
-
Uses of DispositionType in com.chargebee.models
Methods in com.chargebee.models with parameters of type DispositionTypeModifier and TypeMethodDescriptionCreditNote.PdfRequest.dispositionType(DispositionType dispositionType) Invoice.PdfRequest.dispositionType(DispositionType dispositionType) Quote.PdfRequest.dispositionType(DispositionType dispositionType) Usage.PdfRequest.dispositionType(DispositionType dispositionType) -
Uses of DispositionType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return DispositionTypeModifier and TypeMethodDescriptionstatic DispositionTypeReturns the enum constant of this type with the specified name.static DispositionType[]DispositionType.values()Returns an array containing the constants of this enum type, in the order they are declared.