Type Alias InvoiceScheduleSearchParams
InvoiceScheduleSearchParams: {
altId: string;
altType: "location";
limit: string;
offset: string;
endAt?: string;
paymentMode?: "default" | "live";
search?: string;
startAt?: string;
status?: string;
}
Type declaration
altId: string
altType: "location"
limit: string
offset: string
Optional
endAt?: string
Optional
paymentMode?: "default" | "live"
Optional
search?: string
Optional
startAt?: string
Optional
status?: string