Class CartAttributeConstants.Subscription
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartAttributeConstants.Subscription
- Enclosing class:
- CartAttributeConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Id of theCancellationPolicyfor a subscription.static final StringWhere the existing subscription details are stored on the cart.static final StringDescribes the subscription action flow that is being executed.static final StringThe payment strategy used to pay for the subscription. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUBSCRIPTION_ACTION_FLOW
Describes the subscription action flow that is being executed. -
EXISTING_SUBSCRIPTION_DETAILS
Where the existing subscription details are stored on the cart.- See Also:
-
CANCELLATION_POLICY_ID
The Id of theCancellationPolicyfor a subscription.- See Also:
-
SUBSCRIPTION_PAYMENT_STRATEGY
The payment strategy used to pay for the subscription.- See Also:
-
-
Constructor Details
-
Subscription
public Subscription()
-