Tink Money Manager SDK
3.0.0
Tink Money Manager SDK
/
com.tink.moneymanagerui.entrypoints.transactions
/
DateInterval
Date
Interval
data
class
DateInterval
(
val
start
:
Instant
,
val
end
:
Instant
)
:
Parcelable
Content copied to clipboard
A simple data interval represented by a
start
and an
end
.
Constructors
Properties
Constructors
Date
Interval
Link copied to clipboard
fun
DateInterval
(
start
:
Instant
,
end
:
Instant
)
Content copied to clipboard
Properties
end
Link copied to clipboard
val
end
:
Instant
Content copied to clipboard
start
Link copied to clipboard
val
start
:
Instant
Content copied to clipboard