Class DigitalBookingLineZoneModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
DigitalBookingLineID
Type: Guid
Declaration
public Guid DigitalBookingLineID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DigitalBookingLineZoneID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid DigitalBookingLineZoneID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EndDateTimeUTC
OBSOLETE. Please refrain from using values other than null for this field. Type: DateTime. Optional.
Declaration
[Obsolete("This parameter should not be used. Using it may have unexpected consequences. Please control the duration of the booking via the duration of the booking line instead")]
public DateTime? EndDateTimeUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FaceID
Type: Guid
Declaration
public Guid FaceID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FacePackDigitalBookingLineZoneID
Type: Guid. Optional.
Declaration
public Guid? FacePackDigitalBookingLineZoneID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
StartDateTimeUTC
OBSOLETE. Please refrain from using values other than null for this field. Type: DateTime. Optional.
Declaration
[Obsolete("This parameter should not be used. Using it may have unexpected consequences. Please control the duration of the booking via the duration of the booking line instead")]
public DateTime? StartDateTimeUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |