DateOfBirth

data class DateOfBirth(val day: Int, val month: Int, val year: Int) : StripeParamsModel, Parcelable

Constructors

Link copied to clipboard
constructor(day: Int, month: Int, year: Int)

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)