Extra

public struct Extra : Equatable, Codable

Information about an extra that can be or has been added to a car rental

  • id

    The ID of the extra

    Declaration

    Swift

    public let id: String
  • Quantity of extras

    Declaration

    Swift

    public let amount: Int