Type Alias OrderSearchParams
OrderSearchParams: {
altId: string;
altType: "location";
contactId?: string;
endAt?: string;
funnelProductIds?: string;
limit?: number;
locationId?: string;
offset?: number;
paymentMode?: string;
search?: string;
startAt?: string;
status?: string;
}
Type declaration
altId: string
altType: "location"
Optional
contactId?: string
Optional
endAt?: string
Optional
funnelProductIds?: string
Optional
limit?: number
Optional
locationId?: string
Optional
offset?: number
Optional
paymentMode?: string
Optional
search?: string
Optional
startAt?: string
Optional
status?: string