1 !!org.yaml.snakeyaml.Invoice 2 billTo: &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 12 comments: Late afternoon is best. Backup contact is Nancy Billsmer @ 338-4338. 13 date: '2001-01-23' 14 invoice: 34843 15 product: 16 - {description: Basketball, price: 450.0, quantity: 4, sku: BL394D} 17 - {description: Super Hoop, price: 2392.0, quantity: 1, sku: BL4438H} 18 shipTo: *id001 19 tax: 251.42 20 total: 4443.52