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.
  • The type of payment, e.g., attendant, payByPhone.

    Declaration

    Swift

    public let type: PaymentType?
  • The supported payment methods.

    Declaration

    Swift

    public let methods: [PaymentMethod]