Class PaymentProcessorAchBatchRefundEntity
This class represents the EntityModel interface to the SaOnlineACHBatchRefund database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentProcessorAchBatchRefundEntity : Entity, IIdentifiable, IAuditable
Constructors
PaymentProcessorAchBatchRefundEntity()
Declaration
public PaymentProcessorAchBatchRefundEntity()
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
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 |
RefundIdProperty
The RefundId property.
Declaration
public static readonly EntityProperty RefundIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
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
Amount
Gets or sets the Amount associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AuthorizationCode
Gets or sets the AuthorizationCode associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentProcessorAchBatchHeaderId
Gets or sets the PaymentProcessorAchBatchHeaderId associated with this PaymentProcessorAchBatchRefundEntity.
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 PaymentProcessorAchBatchRefundEntity.
Declaration
public string PnReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PnReference. |
RefundId
Gets or sets the RefundId associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundId. |
ResponseCode
Gets or sets the ResponseCode associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseMessage
Gets or sets the ResponseMessage associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public string ResponseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseMessage. |
RowVersion
Gets or sets the RowVersion associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
Status
Gets or sets the Status associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this PaymentProcessorAchBatchRefundEntity.
Declaration
public int StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
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()