plaid2.model.date_range module
- class plaid2.model.date_range.DateRange(*, beginning: str, ending: str)[source]
Bases:
BaseModel
- beginning: str
A date in the format YYYY-MM-DD (RFC 3339 Section 5.6).
- dict(**kwargs: Any) Dict[str, Any] [source]
Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict
- ending: str
A date in the format YYYY-MM-DD (RFC 3339 Section 5.6).
- json(**kwargs: Any) str [source]
Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json