Class FacePackDigitalBookingLineZoneModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
DigitalBookingLineID
Type : Guid. The ID of the digital booking line zone.
Declaration
public Guid DigitalBookingLineID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndDate
The end date of the booking.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FacePackDigitalBookingLineZoneID
Type: Guid. The ID of the face digital booking line zone. Generated automatically on creation.
Declaration
public Guid FacePackDigitalBookingLineZoneID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FacePackID
Type: Guid. TheID of the face pack.
Declaration
public Guid FacePackID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
The start date if the booking.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |