Magidoc

DefaultFareProduct
Object

The standard case of a fare product: it only has a single price to be paid by the passenger and no discounts are applied.

Fields

#

id

Non-null

Identifier for the fare product.

medium

The 'medium' that this product applies to, for example "Oyster Card" or "Berlin Ticket App".

This communicates to riders that a specific way of buying or keeping this product is required.

name

Non-null

Human readable name of the product, for example example "Day pass" or "Single ticket".

price

Non-null

The price of the product

riderCategory

The category of riders this product applies to, for example students or pensioners.

Interfaces

#

Also implements FareProduct .