Skip to content

Commit

Permalink
Update index.html.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed Mar 18, 2024
1 parent dce876f commit 1e230e5
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,52 @@ pricingPlans:
## Stakeholders


## Use case examples

### usecase 1 - title

**Description:** tbd

> Example of Pricing component usage with some of the optional elements and attributes:
```yml

pricingPlans:
en:
- name: Premium subscription 1 year
priceCurrency: EUR
price: 10.00
minPrice: 5.00
maxPrice: 15.000
additionalPrice: 0.02
- name: Premium Package
priceCurrency: EUR
price: 10.00
maxPrice: 20.00
valueAddedTaxIncluded: False

```

### usecase 2 - title

**Description:** tbd

> Example of Pricing component usage with some of the optional elements and attributes:
```yml

pricingPlans:
en:
- name: Premium subscription 1 year
priceCurrency: EUR
price: 10.00
minPrice: 5.00
maxPrice: 15.000
additionalPrice: 0.02
- name: Premium Package
priceCurrency: EUR
price: 10.00
maxPrice: 20.00
valueAddedTaxIncluded: False

```

0 comments on commit 1e230e5

Please sign in to comment.