Documentation Home

Subscription Data Model

The subscription module uses byte-weaving to add new properties to several out-of-box Broadleaf entities.

Subscription

Tables

Table Related Entity Description
BLC_SUBSCRIPTION Subscription Holds subscription information.
BLC_SCHEDULED_PAYMENT ScheduledPayment Stores future period adjustments

Enumeration Values

  • DayOfMonthType

    • This represents the day of the month, e.g. ONE, TWENTYTWO, END_OF_MONTH
  • SubscriptionStatus

    • PENDING
    • ACTIVE
    • SUSPENDED
    • CANCELLED
    • SOFT_DECLINED
    • DUE