BookingItemCategory
public struct BookingItemCategory : Decodable
extension BookingItemCategory: Equatable
Represents the different categories a BookingItem
can have
-
Undocumented
Declaration
Swift
public let id: String
-
Undocumented
Declaration
Swift
public let title: String
-
Declaration
Swift
public init(from decoder: Decoder) throws