Table of Contents

Class CancelRegistration

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll

This is the data transfer object for cancellation of an existing registration.

public class CancelRegistration
Inheritance
CancelRegistration
Inherited Members
Extension Methods

Constructors

CancelRegistration()

public CancelRegistration()

Properties

Reason

An optional description of the reason for cancellation.

public string Reason { get; set; }

Property Value

string