Class CreditCardBatchResponseCodeDetailEntity
This class represents the EntityModel interface to the SaResponseCodeGroup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreditCardBatchResponseCodeDetailEntity : Entity, IIdentifiable
Constructors
CreditCardBatchResponseCodeDetailEntity()
Declaration
public CreditCardBatchResponseCodeDetailEntity()
Fields
AssignTaskToStaffIdProperty
The AssignTaskToStaffId property.
Declaration
public static readonly EntityProperty AssignTaskToStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChargeAmountProperty
The ChargeAmount property.
Declaration
public static readonly EntityProperty ChargeAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardBatchResonseTypeIdProperty
The CreditCardBatchResonseTypeId property.
Declaration
public static readonly EntityProperty CreditCardBatchResonseTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDefaultGroupProperty
The IsDefaultGroup property.
Declaration
public static readonly EntityProperty IsDefaultGroupProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNsfChargePostedProperty
The IsNsfChargePosted property.
Declaration
public static readonly EntityProperty IsNsfChargePostedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRefundStipendVoidedProperty
The IsRefundStipendVoided property.
Declaration
public static readonly EntityProperty IsRefundStipendVoidedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupIdProperty
The StudentGroupId property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskTemplateIdProperty
The TaskTemplateId property.
Declaration
public static readonly EntityProperty TaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AssignTaskToStaffId
Gets or sets the AssignTaskToStaffId associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public int? AssignTaskToStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignTaskToStaffId. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
ChargeAmount
Gets or sets the ChargeAmount associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public decimal? ChargeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ChargeAmount. |
Code
Gets or sets the Code associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreditCardBatchResonseTypeId
Gets or sets the CreditCardBatchResonseTypeId associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public int CreditCardBatchResonseTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreditCardBatchResonseTypeId. |
CreditCardBatchResponseCodeEntityList
Declaration
public List<CreditCardBatchResponseCodeEntity> CreditCardBatchResponseCodeEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CreditCardBatchResponseCodeEntity> |
Id
Gets or sets the Id associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsActive. |
IsDefaultGroup
Gets or sets the IsDefaultGroup associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public bool? IsDefaultGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDefaultGroup. |
IsNsfChargePosted
Gets or sets the IsNsfChargePosted associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public bool? IsNsfChargePosted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsNsfChargePosted. |
IsRefundStipendVoided
Gets or sets the IsRefundStipendVoided associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public bool IsRefundStipendVoided { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundStipendVoided. |
Name
Gets or sets the Name associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentGroupId
Gets or sets the StudentGroupId associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this CreditCardBatchResponseCodeDetailEntity.
Declaration
public int? TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskTemplateId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()