'
Show / Hide Table of Contents

Class SegmentModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

BillingAmount

Type: decimal

Declaration
public decimal BillingAmount { get; set; }
Property Value
Type Description
System.Decimal

BrandID

Optional. Type: Guid

Declaration
public Guid? BrandID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

CampaignID

Type: Guid

Declaration
public Guid CampaignID { get; set; }
Property Value
Type Description
System.Guid

EndDate

Type: DateTime

Declaration
public DateTime EndDate { get; set; }
Property Value
Type Description
System.DateTime

MediaTypeGroupID

Type: Guid

Declaration
public Guid MediaTypeGroupID { get; set; }
Property Value
Type Description
System.Guid

MediaTypeID

Optional. Type: Guid

Declaration
public Guid? MediaTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

NetworkID

Optional. Type: Guid

Declaration
public Guid? NetworkID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

PurchaseTypeID

Optional. Type: Guid

Declaration
public Guid PurchaseTypeID { get; set; }
Property Value
Type Description
System.Guid

ReferenceNumber

Optional. Type: string. Maximum length: 30 characters

Declaration
public string ReferenceNumber { get; set; }
Property Value
Type Description
System.String

SalesContractItemBusinessTypeID

Optional. Type: Guid

Declaration
public Guid? SalesContractItemBusinessTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

SalesContractItemNumber

Optional. Type: int

Declaration
public int? SalesContractItemNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SalesContractItemTypeID

Optional. Type: Guid

Declaration
public Guid? SalesContractItemTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

SalesMarketID

Type: Guid

Declaration
public Guid SalesMarketID { get; set; }
Property Value
Type Description
System.Guid

SegmentDescription

Optional. Type: string. Maximum length: 255 characters

Declaration
public string SegmentDescription { get; set; }
Property Value
Type Description
System.String

SegmentID

Type: Guid. Automatically generated upon creation.

Declaration
public Guid SegmentID { get; set; }
Property Value
Type Description
System.Guid

StartDate

Type: DateTime

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
System.DateTime
Back to top Generated by DocFX