PostActionType

public enum PostActionType : UInt32, CaseIterable, Codable

Identifies the action type.

  • Represents the action of setting up for charging (e.g., payment processing), independent of the action of actually charging the vehicle battery.

    Declaration

    Swift

    case chargingSetup
  • An action to charge the vehicle battery.

    Declaration

    Swift

    case charging
  • An action to disembark from a ferry.

    Declaration

    Swift

    case deboard
  • An action to be performed at or during a specific portion of a section.

    Declaration

    Swift

    case wait