TicketMembership

data class TicketMembership(val programName: String? = null, val membershipNumber: String? = null, val membershipStatus: String? = null, val pointsBalance: String? = null, val balance: String? = null, val balanceCurrency: String? = null) : Parcelable

A loyalty / frequent-flyer membership (schema:ProgramMembership).

pointsBalance and balance are minted: schema.org's membershipPointsEarned is a pending term that means points earned, not a running balance.

Constructors

Link copied to clipboard
constructor(programName: String? = null, membershipNumber: String? = null, membershipStatus: String? = null, pointsBalance: String? = null, balance: String? = null, balanceCurrency: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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