Merchant.Lodging (Merchant v0.2.0)

View Source

Provides struct and type for a Lodging

Summary

Types

t()

@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
}