Uses of Class
org.killbill.billing.catalog.api.BillingAlignment
-
Packages that use BillingAlignment Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules -
-
Uses of BillingAlignment in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return BillingAlignment Modifier and Type Method Description static BillingAlignmentBillingAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingAlignment[]BillingAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BillingAlignment in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules that return BillingAlignment Modifier and Type Method Description BillingAlignmentCaseBillingAlignment. getBillingAlignment()BillingAlignmentPlanRules. getBillingAlignment(PlanPhaseSpecifier planPhase)
-