Interface EntitlementSpecifier
-
public interface EntitlementSpecifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetBillCycleDay()StringgetExternalKey()List<PlanPhasePriceOverride>getOverrides()PlanPhaseSpecifiergetPlanPhaseSpecifier()IntegergetQuantity()
-
-
-
Method Detail
-
getPlanPhaseSpecifier
PlanPhaseSpecifier getPlanPhaseSpecifier()
- Returns:
- the plan specifier definition for the plan
-
getBillCycleDay
Integer getBillCycleDay()
- Returns:
- the BCD associated with the entitlement
-
getQuantity
Integer getQuantity()
- Returns:
- the number of subscriptions that should really be invoiced (FIXED and RECURRING)
-
getExternalKey
String getExternalKey()
- Returns:
- the entitlement externalKey
-
getOverrides
List<PlanPhasePriceOverride> getOverrides()
- Returns:
- the price override definition for the plan
-
-