Uses of Class
org.killbill.billing.catalog.api.BillingMode
-
Packages that use BillingMode Package Description org.killbill.billing.catalog.api -
-
Uses of BillingMode in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return BillingMode Modifier and Type Method Description BillingModeUsage. getBillingMode()BillingModePlan. getRecurringBillingMode()static BillingModeBillingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingMode[]BillingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-