Class FacePackSelectionModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
EndDate
Type: DateTime. Must be on or before the segment's end date.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FacePackID
Type: Guid
Declaration
public Guid FacePackID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FacePackSelectionID
Type: Guid. Automatically generated up creation.
Declaration
public Guid FacePackSelectionID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RateCardValueID
Type: Guid. Optional - use this to override the default Rate Card linked to a Face Pack.
Declaration
public Guid? RateCardValueID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SalesContractItemID
Type: Guid
Declaration
public Guid SalesContractItemID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Type: DateTime. Must be on or after the segment's start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |