Uses of Enum
com.chargebee.models.enums.EinvoicingMethod
Packages that use EinvoicingMethod
-
Uses of EinvoicingMethod in com.chargebee.models
Methods in com.chargebee.models that return EinvoicingMethodMethods in com.chargebee.models with parameters of type EinvoicingMethodModifier and TypeMethodDescriptionHostedPage.CheckoutNewForItemsRequest.customerEinvoicingMethod(EinvoicingMethod customerEinvoicingMethod) HostedPage.CheckoutOneTimeForItemsRequest.customerEinvoicingMethod(EinvoicingMethod customerEinvoicingMethod) Subscription.CreateRequest.customerEinvoicingMethod(EinvoicingMethod customerEinvoicingMethod) Subscription.UpdateForItemsRequest.customerEinvoicingMethod(EinvoicingMethod customerEinvoicingMethod) Subscription.UpdateRequest.customerEinvoicingMethod(EinvoicingMethod customerEinvoicingMethod) Customer.CreateRequest.einvoicingMethod(EinvoicingMethod einvoicingMethod) Customer.UpdateBillingInfoRequest.einvoicingMethod(EinvoicingMethod einvoicingMethod) -
Uses of EinvoicingMethod in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return EinvoicingMethodModifier and TypeMethodDescriptionstatic EinvoicingMethodReturns the enum constant of this type with the specified name.static EinvoicingMethod[]EinvoicingMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.