DiscoveryDateRange

data class DiscoveryDateRange(val name: String?, val startDate: String?, val endDate: String?, val dateTBD: Boolean?, val url: String?, val description: String?) : Parcelable

Represents a date range for an event in the purchase flow.

Parameters

name

The name of the date range, or null if not set.

startDate

The start date of the range, or null if not set.

endDate

The end date of the range, or null if not set.

dateTBD

Whether the date is to be determined, or null if not set.

url

The URL for the date range, or null if not set.

description

The description of the date range, or null if not set.

Constructors

Link copied to clipboard
constructor(name: String?, startDate: String?, endDate: String?, dateTBD: Boolean?, url: String?, description: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
val url: String?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)