Table of Contents

Class SeatAssigned

Namespace
InSite.Domain.Registrations
Assembly
Shift.Sdk.dll
public class SeatAssigned : Change, IChange
Inheritance
SeatAssigned
Implements
Inherited Members
Extension Methods

Constructors

SeatAssigned(Guid?, decimal?, string)

public SeatAssigned(Guid? seat, decimal? price, string billingCustomer)

Parameters

seat Guid?
price decimal?
billingCustomer string

Properties

BillingCustomer

public string BillingCustomer { get; set; }

Property Value

string

Price

public decimal? Price { get; set; }

Property Value

decimal?

Seat

public Guid? Seat { get; set; }

Property Value

Guid?