Variable Fees

The variable fees are a way of pricing tickets based on how long the vehicle has been parked. The variable fees are defined by the parking lot owner and can be used to create a more dynamic pricing model.

The VariableFee model

Properties

  • Name
    id
    Type
    int
    Description

    Unique identifier

  • Name
    unit
    Type
    int
    Description

    Enum value for the unit of the fee.

    Possible values
    1 = hour 2 = day 3 = week 4 = month
  • Name
    value
    Type
    int
    Description

    The value of the variable fee. (x minutes).

  • Name
    fee
    Type
    int
    Description

    The fee for the variable fee. For example 1000 for 10.00.

  • Name
    compare
    Type
    string
    Description

    The compare value for the variable fee.

    Possible values
    > < >= <=

JSON Resource

{
  "id": 53002,
  "unit": 3,
  "value": 26,
  "fee": 7673,
  "compare": ">="
}

© Copyright 2024 Parkera i Sverige.

Nothing found for . Please try again.