Uses of Enum
com.chargebee.models.AttachedItem.Type
Packages that use AttachedItem.Type
-
Uses of AttachedItem.Type in com.chargebee.models
Methods in com.chargebee.models that return AttachedItem.TypeModifier and TypeMethodDescriptionAttachedItem.type()static AttachedItem.TypeReturns the enum constant of this type with the specified name.static AttachedItem.Type[]AttachedItem.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 AttachedItem.TypeModifier and TypeMethodDescriptionExport.AttachedItemsRequest.attachedItemType()AttachedItem.AttachedItemListRequest.type()Methods in com.chargebee.models with parameters of type AttachedItem.TypeModifier and TypeMethodDescriptionAttachedItem.CreateRequest.type(AttachedItem.Type type) AttachedItem.UpdateRequest.type(AttachedItem.Type type)