Lunchbox · Example Payload

Core Charges Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Core Charges Example is an example object payload from Lunchbox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

total_centssubtotal_centstax_centsdelivery_centstip_centsremaining_cents

Example Payload

Raw ↑
{
  "total_cents": 100,
  "subtotal_cents": 100,
  "tax_cents": 100,
  "delivery_cents": 100,
  "tip_cents": 100,
  "remaining_cents": 100
}