'
Show / Hide Table of Contents

Class RateCardValueModel

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

Properties

Amount

Type: Decimal. The amount of the rate card value.

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

FromDate

Type: Date. The date from which the rate card value applies..

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

IsCPM

Type: Boolean. Indicates if this is a CPM.

Declaration
public bool IsCPM { get; set; }
Property Value
Type Description
System.Boolean

IsPerSecondRate

Type: Boolean. Indicates if this is a per second rate.

Declaration
public bool IsPerSecondRate { get; set; }
Property Value
Type Description
System.Boolean

RateCardDurationTypeID

Type: Guid. The type of duration of the rate card. See RateCardDurationType.

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

RateCardValueID

Type: Guid. The ID of the rate card value.

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

SalesContractItemTypeID

Optional. Type: Guid. The ID of the sales contract item type.

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

ToDate

Optional. Type: Date.The date on which the date no longer applies.

Declaration
public DateTime? ToDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
Back to top Generated by DocFX