{
  "schemaVersion": 1,
  "currency": "SGD",
  "title": "Dinner receipt",
  "people": [
    "Isaac",
    "Luke",
    "Waldron",
    "Hansel",
    "Grace",
    "Denise",
    "Sara",
    "Mervyn",
    "Trudy",
    "Amelia"
  ],
  "items": [
    {
      "name": "Crispy Hash Sticks",
      "quantity": 1,
      "unitPrice": 12
    },
    {
      "name": "Suckling Pig (500gm)",
      "quantity": 1,
      "unitPrice": 68
    },
    {
      "name": "Cidrerie de Verzy, Cidre 2021",
      "quantity": 1,
      "unitPrice": 80
    },
    {
      "name": "Blue Swimmer Crab Meat Pasta",
      "quantity": 1,
      "unitPrice": 32
    },
    {
      "name": "Otak-Otak Toast",
      "quantity": 1,
      "unitPrice": 12
    },
    {
      "name": "Laculle Freres, “Le Petit Point Rouge” Brut Nature NV",
      "quantity": 1,
      "unitPrice": 161
    },
    {
      "name": "(1500ml) Andre Clouet, “Grande Reserve” Blanc de Noirs, Brut NV",
      "quantity": 1,
      "unitPrice": 300
    },
    {
      "name": "(Bday Promo) Gamet, “Rive Droite” Blanc de Noirs Brut NV",
      "quantity": 1,
      "unitPrice": 0
    },
    {
      "name": "Anniversary Champ (2 gls)",
      "quantity": 3,
      "unitPrice": 50
    },
    {
      "name": "(1500ml) Delamotte, Brut NV",
      "quantity": 1,
      "unitPrice": 280
    },
    {
      "name": "Bonnaire, “Terroirs”, Extra Brut NV (Special Calligraphy Label)",
      "quantity": 1,
      "unitPrice": 160
    },
    {
      "name": "Halibut Fingers",
      "quantity": 1,
      "unitPrice": 22
    }
  ],
  "charges": {
    "servicePercent": 10,
    "gstPercent": 9,
    "gstOnServiceAmount": 11.5
  },
  "receiptTotal": 1531.13
}
