Uses of Enum
com.chargebee.models.Customer.BillingDayOfWeek
Packages that use Customer.BillingDayOfWeek
-
Uses of Customer.BillingDayOfWeek in com.chargebee.models
Methods in com.chargebee.models that return Customer.BillingDayOfWeekModifier and TypeMethodDescriptionCustomer.billingDayOfWeek()static Customer.BillingDayOfWeekReturns the enum constant of this type with the specified name.static Customer.BillingDayOfWeek[]Customer.BillingDayOfWeek.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type Customer.BillingDayOfWeekModifier and TypeMethodDescriptionCustomer.ChangeBillingDateRequest.billingDayOfWeek(Customer.BillingDayOfWeek billingDayOfWeek)