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

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

Uses of EntityCode in com.chargebee.models
 

Methods in com.chargebee.models that return EntityCode
 EntityCode Customer.entityCode()
           
 

Methods in com.chargebee.models with parameters of type EntityCode
 Subscription.CreateRequest Subscription.CreateRequest.customerEntityCode(EntityCode customerEntityCode)
           
 Subscription.ImportSubscriptionRequest Subscription.ImportSubscriptionRequest.customerEntityCode(EntityCode customerEntityCode)
           
 Estimate.CreateSubscriptionRequest Estimate.CreateSubscriptionRequest.customerEntityCode(EntityCode customerEntityCode)
           
 Customer.CreateRequest Customer.CreateRequest.entityCode(EntityCode entityCode)
           
 Customer.UpdateRequest Customer.UpdateRequest.entityCode(EntityCode entityCode)
           
 

Uses of EntityCode in com.chargebee.models.enums
 

Methods in com.chargebee.models.enums that return EntityCode
static EntityCode EntityCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityCode[] EntityCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2019 ChargeBee. All Rights Reserved.