Skip to main content

Internal license object with comprehensive feature and administrative details

name
string

Name of the license.

productId
string

Product ID of the license. This is ID of Product Stripe see this link for full documentation of Product Stripe https://stripe.com/docs/api/products/object

rule
object
inputType
string

The input type of the component (e.g., string, number, date, etc.)

description
string
billingPeriod
string

Billing period of the license.

orderIndex
integer

Order index of the license.

items
object[]
feature
object
failedCode
enum<string>

License Module business failedCode that indicate specific failure conditions or business rule violations during license module operations. These codes help identify the failed operation of license-related and provide standardized failure identification across the system.

Possible values:

  • lcns-032: Invalid state/condition - License state invalid
  • lcns-033: License not found - License record does not exist
  • lcns-035: Access forbidden - User lacks license permission
  • lcns-036: Organization not verified - Organization verification required
  • lcns-037: Invalid license type - License type not recognized
  • lcns-042: Feature not available - Feature not in license plan
  • lcns-043: License/subscription error - General license error
  • lcns-045: Server error - Internal server failure
Available options:
lcns-032,
lcns-033,
lcns-035,
lcns-036,
lcns-037,
lcns-042,
lcns-043,
lcns-045