Insurance

public struct Insurance : Equatable, Codable

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

  • Quote Referecnce for the booking

    Declaration

    Swift

    public let quoteReference: String?
  • Rate reference for the booking

    Declaration

    Swift

    public let rateReference: String?