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