Uses of Enum
com.chargebee.models.enums.CreditType
Packages that use CreditType
-
Uses of CreditType in com.chargebee.models
Methods in com.chargebee.models that return CreditTypeMethods in com.chargebee.models with parameters of type CreditTypeModifier and TypeMethodDescriptionCustomer.AddPromotionalCreditsRequest.creditType(CreditType creditType) Customer.DeductPromotionalCreditsRequest.creditType(CreditType creditType) Customer.SetPromotionalCreditsRequest.creditType(CreditType creditType) PromotionalCredit.AddRequest.creditType(CreditType creditType) PromotionalCredit.DeductRequest.creditType(CreditType creditType) PromotionalCredit.SetRequest.creditType(CreditType creditType) -
Uses of CreditType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return CreditTypeModifier and TypeMethodDescriptionstatic CreditTypeReturns the enum constant of this type with the specified name.static CreditType[]CreditType.values()Returns an array containing the constants of this enum type, in the order they are declared.