Class CreditCardBatchResponseCodeDetail
This class represents the EntityModel interface to the SaResponseCodeGroup database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CreditCardBatchResponseCodeDetail
Constructors
CreditCardBatchResponseCodeDetail()
Declaration
public CreditCardBatchResponseCodeDetail()
Properties
AssignTaskToStaff
Declaration
public virtual Staff AssignTaskToStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignTaskToStaffId
Gets or sets the AssignTaskToStaffId associated with this CreditCardBatchResponseCodeDetail.
Declaration
public int? AssignTaskToStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignTaskToStaffId. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this CreditCardBatchResponseCodeDetail.
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 CreditCardBatchResponseCodeDetail.
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 CreditCardBatchResponseCodeDetail.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreditCardBatchResonseTypeId
Gets or sets the CreditCardBatchResonseTypeId associated with this CreditCardBatchResponseCodeDetail.
Declaration
public int CreditCardBatchResonseTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreditCardBatchResonseTypeId. |
CreditCardBatchResponseType
Declaration
public virtual CreditCardBatchResponseType CreditCardBatchResponseType { get; set; }
Property Value
Type | Description |
---|---|
CreditCardBatchResponseType |
Id
Gets or sets the Id associated with this CreditCardBatchResponseCodeDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CreditCardBatchResponseCodeDetail.
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 CreditCardBatchResponseCodeDetail.
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 CreditCardBatchResponseCodeDetail.
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 CreditCardBatchResponseCodeDetail.
Declaration
public bool IsRefundStipendVoided { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRefundStipendVoided. |
Name
Gets or sets the Name associated with this CreditCardBatchResponseCodeDetail.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
StudentGroup
Declaration
public virtual StudentGroup StudentGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentGroup |
StudentGroupId
Gets or sets the StudentGroupId associated with this CreditCardBatchResponseCodeDetail.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TaskTemplate
Declaration
public virtual TaskTemplate TaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this CreditCardBatchResponseCodeDetail.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |