Type Alias SuggestedSellPriceRequest
SuggestedSellPriceRequest: { hostUserId: string; itineraryId: string; minimumPrice: number; selectedPackage: PackageLevel; tripStartDate: Date;} Type declaration
hostUserId: string
itineraryId: string
minimumPrice: number
tripStartDate: Date