Class CreditCardBatchTransactionEntity
This class represents the EntityModel interface to the SaCreditCardBatch database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CreditCardBatchTransactionEntity : Entity, IIdentifiable
Constructors
CreditCardBatchTransactionEntity()
Declaration
public CreditCardBatchTransactionEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AuthorizationCodeProperty
The AuthorizationCode property.
Declaration
public static readonly EntityProperty AuthorizationCodeProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardBatchFileIdentifierProperty
The CreditCardBatchFileIdentifier property.
Declaration
public static readonly EntityProperty CreditCardBatchFileIdentifierProperty
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 |
InterestAmountProperty
The InterestAmount property.
Declaration
public static readonly EntityProperty InterestAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaidDisbursementIdProperty
The PaidDisbursementId property.
Declaration
public static readonly EntityProperty PaidDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PnReferenceProperty
The PnReference property.
Declaration
public static readonly EntityProperty PnReferenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseCodeProperty
The ResponseCode property.
Declaration
public static readonly EntityProperty ResponseCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseMessageProperty
The ResponseMessage property.
Declaration
public static readonly EntityProperty ResponseMessageProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseStudentAccountTransactionIdProperty
The ResponseStudentAccountTransactionId property.
Declaration
public static readonly EntityProperty ResponseStudentAccountTransactionIdProperty
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 |
ScheduledDisbursementIdProperty
The ScheduledDisbursementId property.
Declaration
public static readonly EntityProperty ScheduledDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentBankAccountIdProperty
The StudentBankAccountId property.
Declaration
public static readonly EntityProperty StudentBankAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCreditCardIdProperty
The StudentCreditCardId property.
Declaration
public static readonly EntityProperty StudentCreditCardIdProperty
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 |
TaskIdProperty
The TaskId property.
Declaration
public static readonly EntityProperty TaskIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Amount
Gets or sets the Amount associated with this CreditCardBatchTransactionEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AuthorizationCode
Gets or sets the AuthorizationCode associated with this CreditCardBatchTransactionEntity.
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationCode. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this CreditCardBatchTransactionEntity.
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 CreditCardBatchTransactionEntity.
Declaration
public decimal? ChargeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ChargeAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CreditCardBatchTransactionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardBatchFileIdentifier
Gets or sets the CreditCardBatchFileIdentifier associated with this CreditCardBatchTransactionEntity.
Declaration
public string CreditCardBatchFileIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardBatchFileIdentifier. |
Id
Gets or sets the Id associated with this CreditCardBatchTransactionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestAmount
Gets or sets the InterestAmount associated with this CreditCardBatchTransactionEntity.
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The InterestAmount. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CreditCardBatchTransactionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this CreditCardBatchTransactionEntity.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
PnReference
Gets or sets the PnReference associated with this CreditCardBatchTransactionEntity.
Declaration
public string PnReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PnReference. |
ResponseCode
Gets or sets the ResponseCode associated with this CreditCardBatchTransactionEntity.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseMessage
Gets or sets the ResponseMessage associated with this CreditCardBatchTransactionEntity.
Declaration
public string ResponseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseMessage. |
ResponseStudentAccountTransactionId
Gets or sets the ResponseStudentAccountTransactionId associated with this CreditCardBatchTransactionEntity.
Declaration
public int? ResponseStudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ResponseStudentAccountTransactionId. |
RowVersion
Gets or sets the RowVersion associated with this CreditCardBatchTransactionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this CreditCardBatchTransactionEntity.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
Sequence
Gets or sets the Sequence associated with this CreditCardBatchTransactionEntity.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
Status
Gets or sets the Status associated with this CreditCardBatchTransactionEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this CreditCardBatchTransactionEntity.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
StudentCreditCardId
Gets or sets the StudentCreditCardId associated with this CreditCardBatchTransactionEntity.
Declaration
public int StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCreditCardId. |
StudentGroupId
Gets or sets the StudentGroupId associated with this CreditCardBatchTransactionEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TaskId
Gets or sets the TaskId associated with this CreditCardBatchTransactionEntity.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskId. |
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()