TimePeriod

Defines a time range for spending limits, specifying when the limit is active.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endAt: <Error class: unknown class>

The end date and time for the spending limit period, in epoch seconds.

Link copied to clipboard
val startAt: <Error class: unknown class>

The start date and time for the spending limit period, in epoch seconds.

Functions

Link copied to clipboard
inline fun copy(block: TimePeriod.Builder.() -> Unit = {}): TimePeriod
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String