airbnb · Example Payload

Airbnb Experience Pricing Example

Airbnb Experience Pricing Example is an example object payload from airbnb, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

price_per_personcurrencygroup_discount

Example Payload

Raw ↑
{
  "price_per_person": 1,
  "currency": "example-currency",
  "group_discount": {}
}