pricing tiers
This commit is contained in:
@@ -254,6 +254,8 @@ export interface ItemRequest {
|
||||
longitude?: number;
|
||||
maxPricePerHour?: number;
|
||||
maxPricePerDay?: number;
|
||||
maxPricePerWeek?: number;
|
||||
maxPricePerMonth?: number;
|
||||
preferredStartDate?: string;
|
||||
preferredEndDate?: string;
|
||||
isFlexibleDates: boolean;
|
||||
@@ -273,6 +275,8 @@ export interface ItemRequestResponse {
|
||||
message: string;
|
||||
offerPricePerHour?: number;
|
||||
offerPricePerDay?: number;
|
||||
offerPricePerWeek?: number;
|
||||
offerPricePerMonth?: number;
|
||||
availableStartDate?: string;
|
||||
availableEndDate?: string;
|
||||
existingItemId?: string;
|
||||
|
||||
Reference in New Issue
Block a user