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

    type

    The type of payment

    methods

    The supported payment methods.

  • The supported payment methods.

    Declaration

    Swift

    public let methods: [PaymentMethod]
  • The type of payment, e.g., attendant, payByPhone.

    Declaration

    Swift

    public let type: PaymentType?