plaid::api::data::Date
[−]
[src]
type Date = String;
Dates are simply stored as their original String
representation.
It is up to you to parse it with your favorite date/time library.