ParkingTicket
public struct ParkingTicket
                Single parking ticket information. Can be duration based or time slot based.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Creates a new
ParkingTicket.Declaration
Swift
public init(price: Decimal, duration: Duration)Parameters
pricePrice of the ticket.
durationThe time period that is covered by the current parking ticket
 
- 
                  
                  
Duration can be either exact amount of time or loosely defined period of time.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
 - 
                  
                  
Duration can be either exact amount of time or loosely defined period of time.
Declaration
Swift
public let duration: Duration - 
                  
                  
Price of the ticket.
Declaration
Swift
public let price: Decimal 
        
 
          TomTom SDK for iOS (0.40.0)
        
          ParkingTicket