qq1023 commited on
Commit
562323b
1 Parent(s): 22d7b5f

Update categories/travel_cab/model.py

Browse files
Files changed (1) hide show
  1. categories/travel_cab/model.py +1 -0
categories/travel_cab/model.py CHANGED
@@ -18,3 +18,4 @@ class InformationExtractedFromABillReceipt(BaseModel):
18
  time_to: time = Field(..., title="time at which journey end")
19
  uids: str = Field(..., title="The bill number/invoice number")
20
  total: float = Field(..., title="cost of journey ticket")
 
 
18
  time_to: time = Field(..., title="time at which journey end")
19
  uids: str = Field(..., title="The bill number/invoice number")
20
  total: float = Field(..., title="cost of journey ticket")
21
+ issue_date: date = Field(..., title="The date the invoice was issued")