Provides struct and type for a Guest
@type t() :: %Merchant.Guest{ first_name: String.t() | nil, last_name: String.t() | nil }