• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1!!org.yaml.snakeyaml.Invoice
2billTo: &id001
3  address:
4    city: Royal Oak
5    lines: |
6      458 Walkman Dr.
7      Suite #292
8    postal: '48046'
9    state: MI
10  family: Dumars
11  given: Chris
12comments: Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338.
13date: '2001-01-23'
14invoice: 34843
15product:
16- {description: Basketball, price: 450.0, quantity: 4, sku: BL394D}
17- {description: Super Hoop, price: 2392.0, quantity: 1, sku: BL4438H}
18shipTo: *id001
19tax: 251.42
20total: 4443.52