saasName: Pricing Without plans
version: '2.0'
createdAt: 2024-11-11
hasAnnualPayment: false
currency: EUR
features:
  addOnF1:
    description: ''
    valueType: BOOLEAN
    defaultValue: false
    type: DOMAIN
  addOnF2:
    description: ''
    valueType: NUMERIC
    defaultValue: 1
    type: DOMAIN
  addOnF3:
    description: ''
    valueType: TEXT
    defaultValue: Random string
    type: DOMAIN
addOns:
  addOn1:
    availableFor: []
    price: 50.00
    unit: /month
    features:
      addOnF1:
        value: true
  addOn2:
    availableFor: []
    price: 5.00
    unit: /month
    features:
      addOnF2:
        value: 500
  addOnF3:
    availableFor: []
    price: 100.00
    unit: /month
    features:
      addOnF3:
        value: Overridden text
