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
Properties
BillingCustomer
public string BillingCustomer { get; set; }
Property Value
Price
public decimal? Price { get; set; }
Property Value
Seat
public Guid? Seat { get; set; }
Property Value
- Guid?