Uses of Class
com.chargebee.models.enums.CreditType

Packages that use CreditType
com.chargebee.models   
com.chargebee.models.enums   
 

Uses of CreditType in com.chargebee.models
 

Methods in com.chargebee.models that return CreditType
 CreditType PromotionalCredit.creditType()
           
 

Methods in com.chargebee.models with parameters of type CreditType
 Customer.AddPromotionalCreditsRequest Customer.AddPromotionalCreditsRequest.creditType(CreditType creditType)
           
 Customer.DeductPromotionalCreditsRequest Customer.DeductPromotionalCreditsRequest.creditType(CreditType creditType)
           
 Customer.SetPromotionalCreditsRequest Customer.SetPromotionalCreditsRequest.creditType(CreditType creditType)
           
 PromotionalCredit.AddRequest PromotionalCredit.AddRequest.creditType(CreditType creditType)
           
 PromotionalCredit.DeductRequest PromotionalCredit.DeductRequest.creditType(CreditType creditType)
           
 PromotionalCredit.SetRequest PromotionalCredit.SetRequest.creditType(CreditType creditType)
           
 

Uses of CreditType in com.chargebee.models.enums
 

Methods in com.chargebee.models.enums that return CreditType
static CreditType CreditType.valueOf(String name)
          Returns 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.
 



Copyright © 2019 ChargeBee. All Rights Reserved.