Attributes

public class Attributes : APIModel

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum PCFuelingKind : String, Codable, Equatable, CaseIterable
  • Undocumented

    Declaration

    Swift

    public var identificationString: String?
  • Undocumented

    Declaration

    Swift

    public var kind: PCFuelingKind?
  • indicates if the payment method kind requires two factors later on

    Declaration

    Swift

    public var twoFactor: Bool?
  • PACE resource name(s) to payment method vendor

    Declaration

    Swift

    public var vendorPRN: String?
  • Undocumented

    Declaration

    Swift

    public init(identificationString: String? = nil, kind: PCFuelingKind? = nil, twoFactor: Bool? = nil, vendorPRN: String? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

    public func isEqual(to object: Any?) -> Bool
  • Declaration

    Swift

    public static func == (lhs: Attributes, rhs: Attributes) -> Bool