core / com.schibsted.account.engine.step / StepNoPwValidationCode

StepNoPwValidationCode

data class StepNoPwValidationCode : Step

Constructors

<init>

StepNoPwValidationCode(source: Parcel)
StepNoPwValidationCode(verificationCode: VerificationCode, user: User, agreementsAccepted: Boolean, missingFields: Set<String>)

Properties

agreementsAccepted

val agreementsAccepted: Boolean

missingFields

val missingFields: Set<String>

user

val user: User

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel, flags: Int): Unit

Companion Object Properties

CREATOR

val CREATOR: Creator<StepNoPwValidationCode>