A room within an accommodation, with its bookable rates.
rates is a list of Duffel.Schema.Stays.Rate structs. photos and
beds are kept as raw maps.
Summary
Functions
Decodes a raw stays room map into a Duffel.Schema.Stays.Room.
Types
@type t() :: %Duffel.Schema.Stays.Room{ beds: [map()], name: String.t() | nil, photos: [map()], rates: [Duffel.Schema.Stays.Rate.t()] }
Functions
Decodes a raw stays room map into a Duffel.Schema.Stays.Room.