Class RateCardModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Code
Type: String. Maximum length: 16. The code of thre rate card.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentRateCardValue
The current value for the rate card.
Declaration
public RateCardValueModel CurrentRateCardValue { get; set; }
Property Value
Type | Description |
---|---|
RateCardValueModel |
IsLive
Type: Boolean. Indicates if the rate card type is currently available.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: String. Maximum length: 255. The name of the rate card.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RateCardTypeID
Type: Guid. The ID of the rate card.
Declaration
public Guid RateCardTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RateCardValueTypeID
Type: Guid. The ID of the type of rate card value. See RateCardValueType.
Declaration
public Guid RateCardValueTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SalesContractOtherCostTypeID
Optional. Type: Guid. The ID of the type of additional cost, if applicable. SalesContractOtherCostType
Declaration
public Guid? SalesContractOtherCostTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Tags
Type: String. Tags for this rate card.
Declaration
public string Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String |