DateRange

data class DateRange(val startDate: Date, val endDate: Date)

Representation of a date range used in the Sudo Platform Virtual Cards SDK.

Constructors

Link copied to clipboard
constructor(startDate: Date, endDate: Date)

Properties

Link copied to clipboard

Date The ending date of the range to query.

Link copied to clipboard

Date The starting date of the range to query.