totalPrice
The total price for the reservation or ticket, including applicable taxes, shipping, etc.
Usage guidelines:
- Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.
- Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
Expected Types
| Type | Description |
|---|---|
| Text | Data type: Text. |
| PriceSpecification | A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [MonetaryAmount](https://schema.org.ai/MonetaryAmou... |
| Number | Data type: Number. Usage guidelines: * Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols. * Use '.' (Unicode 'F... |
Used on Types
| Type | Description |
|---|---|
| Reservation | Describes a reservation for travel, dining or an event. Some reservations require tickets. Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages... |
| Ticket | Used to describe a ticket to an event, a flight, a bus ride, etc. |