Package com.tink.moneymanagerui.entrypoints.transactions

Types

Link copied to clipboard
data class DateInterval(val start: Instant, val end: Instant) : Parcelable

A simple data interval represented by a start and an end.