TNEntityReservationRestrictionType

@objc
public enum TNEntityReservationRestrictionType : Int, Codable, RawRepresentable

Undocumented

  • Used in TariffElements to describe costs for a reservation.

    Declaration

    Swift

    case reservation
  • Used in TariffElements to describe costs for a reservation that expires.

    Declaration

    Swift

    case reservationExpires
  • Undocumented

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)