ParkingPaymentDetails
public struct ParkingPaymentDetails
Indicates how to pay parking bills.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a new ParkingPaymentDetails
Declaration
Swift
public init(type: PaymentType?, methods: [PaymentMethod])Parameters
typeThe type of payment
methodsThe supported payment methods.
-
The type of payment, e.g., attendant, payByPhone.
Declaration
Swift
public let type: PaymentType? -
The supported payment methods.
Declaration
Swift
public let methods: [PaymentMethod]
TomTom SDK for iOS (0.51.1)
ParkingPaymentDetails