Skip to content

Commit

Permalink
docs(pricing): add ubiquitous language table
Browse files Browse the repository at this point in the history
  • Loading branch information
ndido98 committed Aug 17, 2022
1 parent e50dc68 commit 2cfe961
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .ubidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,20 @@ tables:
rows:
- case: "OutgoingEvent.OrderProcessed"

- name: "pricing-ul"
rows:
- class: "pricing.IncomingOrderLine"
- class: "pricing.Quantity"
- class: "pricing.PriceList"
- class: "pricing.PriceInEuroCents"
- class: "pricing.Client"
- class: "pricing.ClientID"
- class: "pricing.Promotion"
- case: "pricing.PromotionLine.Fixed"
name: "Fixed promotion line"
- case: "pricing.PromotionLine.Threshold"
name: "Threshold promotion line"
- class: "pricing.ThresholdQuantity"
- class: "pricing.DiscountPercentage"

ignored: []

0 comments on commit 2cfe961

Please sign in to comment.