PCFuelingFuelingProcess

public enum PCFuelingFuelingProcess : String, Codable, Equatable, CaseIterable

The fueling process that has to be followed

  • postPay the pump is free and needs to be paid after fueling
  • preAuth the pump is locked and has to be unlocked
  • preAuthWithFuelType the pump is locked and has to be unlocked, the carFuelType is required
  • Undocumented

    Declaration

    Swift

    case postPay = "postPay"
  • Undocumented

    Declaration

    Swift

    case preAuth = "preAuth"
  • Undocumented

    Declaration

    Swift

    case preAuthWithFuelType = "preAuthWithFuelType"