Borneq

Example 2.27. Invoice.yaml

Sep 19th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.62 KB | None | 0 0
  1. invoice: 34843
  2. date   : 2001-01-23
  3. bill-to: &id001
  4.     given  : Chris
  5.     family : Dumars
  6.     address:
  7.         lines: |
  8.            458 Walkman Dr.
  9.             Suite #292
  10.         city    : Royal Oak
  11.         state   : MI
  12.         postal  : 48046
  13. ship-to: *id001
  14. product:
  15.     - sku         : BL394D
  16.       quantity    : 4
  17.       description : Basketball
  18.       price       : 450.00
  19.     - sku         : BL4438H
  20.       quantity    : 1
  21.       description : Super Hoop
  22.       price       : 2392.00
  23. tax  : 251.42
  24. total: 4443.52
  25. comments:
  26.    Late afternoon is best.
  27.     Backup contact is Nancy
  28.     Billsmer @ 338-4338.
Advertisement
Add Comment
Please, Sign In to add comment