Merchant.Lodging (Merchant v0.2.0)
View SourceProvides struct and type for a Lodging
Summary
Types
@type t() :: %Merchant.Lodging{ booking_id: String.t() | nil, booking_type: (String.t() | nil) | nil, category: (String.t() | nil) | nil, check_in_date: (DateTime.t() | nil) | nil, check_out_date: (DateTime.t() | nil) | nil, guests: ([Merchant.Guest.t()] | nil) | nil, location: (Merchant.LodgingLocation.t() | nil) | nil, refundability: (String.t() | nil) | nil, supplier_payment_date: (DateTime.t() | nil) | nil, type: String.t() | nil }