BookingResponseKind

public enum BookingResponseKind : String, Codable, DefaultCodableStrategy

Undocumented

  • Declaration

    Swift

    public static var defaultValue: TKQuickBooking.BookingResponseKind { get }
  • Internal BookingOptionsResponse with providers and/or fares

    Declaration

    Swift

    case bookingOptions = "OPTIONS"
  • Internal PaymentOptionsResponse

    Declaration

    Swift

    case paymentOptions = "REVIEW"
  • Will confirm this option directly without further input needed

    Declaration

    Swift

    case confirmation = "DIRECT"
  • An external link, e.g., a deep link

    Declaration

    Swift

    case external = "EXTERNAL"