Uses of Enum
com.chargebee.models.CreditNote.Type
Packages that use CreditNote.Type
-
Uses of CreditNote.Type in com.chargebee.models
Methods in com.chargebee.models that return CreditNote.TypeModifier and TypeMethodDescriptionCreditNote.type()static CreditNote.TypeReturns the enum constant of this type with the specified name.static CreditNote.Type[]CreditNote.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models that return types with arguments of type CreditNote.TypeModifier and TypeMethodDescriptionExport.CreditNotesRequest.creditNoteType()CreditNote.CreditNoteListRequest.type()Methods in com.chargebee.models with parameters of type CreditNote.TypeModifier and TypeMethodDescriptionCreditNote.CreateRequest.type(CreditNote.Type type) CreditNote.ImportCreditNoteRequest.type(CreditNote.Type type)