Table of Contents

Class RetrieveAttemptPin

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class RetrieveAttemptPin : Query<AttemptPinModel>, IQuery<AttemptPinModel>
Inheritance
RetrieveAttemptPin
Implements
Inherited Members
Extension Methods

Constructors

RetrieveAttemptPin()

public RetrieveAttemptPin()

Properties

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

PinSequence

public int PinSequence { get; set; }

Property Value

int

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid