Class PaymentProcessorAchBatchDetailEntity
This class represents the EntityModel interface to the SaOnlineACHBatch database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentProcessorAchBatchDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
PaymentProcessorAchBatchDetailEntity()
Declaration
public PaymentProcessorAchBatchDetailEntity()
Fields
ActivityIdProperty
The ActivityId property.
Declaration
public static readonly EntityProperty ActivityIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AppliedInterestAmountProperty
The AppliedInterestAmount property.
Declaration
public static readonly EntityProperty AppliedInterestAmountProperty
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 |
BilledAmountProperty
The BilledAmount property.
Declaration
public static readonly EntityProperty BilledAmountProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoldStudentGroupIdProperty
The HoldStudentGroupId property.
Declaration
public static readonly EntityProperty HoldStudentGroupIdProperty
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 |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NsfAppliedAmountProperty
The NsfAppliedAmount property.
Declaration
public static readonly EntityProperty NsfAppliedAmountProperty
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 |
PaymentProcessorAchBatchHeaderIdProperty
The PaymentProcessorAchBatchHeaderId property.
Declaration
public static readonly EntityProperty PaymentProcessorAchBatchHeaderIdProperty
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 |
Properties
ActivityId
Gets or sets the ActivityId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? ActivityId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ActivityId. |
Amount
Gets or sets the Amount associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AppliedInterestAmount
Gets or sets the AppliedInterestAmount associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public decimal AppliedInterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AppliedInterestAmount. |
AuthorizationCode
Gets or sets the AuthorizationCode associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationCode. |
BilledAmount
Gets or sets the BilledAmount associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public decimal? BilledAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BilledAmount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HoldStudentGroupId
Gets or sets the HoldStudentGroupId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? HoldStudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HoldStudentGroupId. |
Id
Gets or sets the Id associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NsfAppliedAmount
Gets or sets the NsfAppliedAmount associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? NsfAppliedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NsfAppliedAmount. |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
PaymentProcessorAchBatchHeaderId
Gets or sets the PaymentProcessorAchBatchHeaderId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? PaymentProcessorAchBatchHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAchBatchHeaderId. |
PnReference
Gets or sets the PnReference associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public string PnReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PnReference. |
ResponseCode
Gets or sets the ResponseCode associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseMessage
Gets or sets the ResponseMessage associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public string ResponseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseMessage. |
ResponseStudentAccountTransactionId
Gets or sets the ResponseStudentAccountTransactionId associated with this PaymentProcessorAchBatchDetailEntity.
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 PaymentProcessorAchBatchDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
Sequence
Gets or sets the Sequence associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
Status
Gets or sets the Status associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this PaymentProcessorAchBatchDetailEntity.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
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()