interface ListChargedHistoryInput {
    carrierId: number;
    equipmentIds?: number[];
    initialAndNumber?: string;
    showDeletion: boolean;
    timestampAfter?: string;
    timestampBefore?: string;
}

Properties

carrierId: number
equipmentIds?: number[]
initialAndNumber?: string
showDeletion: boolean
timestampAfter?: string
timestampBefore?: string