Class PaymentProcessorAchAccountEntity
This class represents the EntityModel interface to the SaACHPaymentAccount database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentProcessorAchAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
PaymentProcessorAchAccountEntity()
Declaration
public PaymentProcessorAchAccountEntity()
Fields
AuthorizationAmountProperty
The AuthorizationAmount property.
Declaration
public static readonly EntityProperty AuthorizationAmountProperty
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 |
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 |
InitializationVectorProperty
The InitializationVector property.
Declaration
public static readonly EntityProperty InitializationVectorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTestModeProperty
The IsTestMode property.
Declaration
public static readonly EntityProperty IsTestModeProperty
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 |
MaxTransactionAmountProperty
The MaxTransactionAmount property.
Declaration
public static readonly EntityProperty MaxTransactionAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxTransactionFeeProperty
The MaxTransactionFee property.
Declaration
public static readonly EntityProperty MaxTransactionFeeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinTransactionAmountProperty
The MinTransactionAmount property.
Declaration
public static readonly EntityProperty MinTransactionAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinTransactionFeeProperty
The MinTransactionFee property.
Declaration
public static readonly EntityProperty MinTransactionFeeProperty
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 |
PartnerNameProperty
The PartnerName property.
Declaration
public static readonly EntityProperty PartnerNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PasswordRandomKeyProperty
The PasswordRandomKey property.
Declaration
public static readonly EntityProperty PasswordRandomKeyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorAchDetailIdProperty
The PaymentProcessorAchDetailId property.
Declaration
public static readonly EntityProperty PaymentProcessorAchDetailIdProperty
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 |
SchoolPasswordProperty
The SchoolPassword property.
Declaration
public static readonly EntityProperty SchoolPasswordProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolUserIdentifierProperty
The SchoolUserIdentifier property.
Declaration
public static readonly EntityProperty SchoolUserIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionFeeAmountProperty
The TransactionFeeAmount property.
Declaration
public static readonly EntityProperty TransactionFeeAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionFeeBillingTransactionCodeIdProperty
The TransactionFeeBillingTransactionCodeId property.
Declaration
public static readonly EntityProperty TransactionFeeBillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionFeeSourceProperty
The TransactionFeeSource property.
Declaration
public static readonly EntityProperty TransactionFeeSourceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionFeeTypeProperty
The TransactionFeeType property.
Declaration
public static readonly EntityProperty TransactionFeeTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VendorIdentifierProperty
The VendorIdentifier property.
Declaration
public static readonly EntityProperty VendorIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AuthorizationAmount
Gets or sets the AuthorizationAmount associated with this PaymentProcessorAchAccountEntity.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
Code
Gets or sets the Code associated with this PaymentProcessorAchAccountEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorAchAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorAchAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this PaymentProcessorAchAccountEntity.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
IsSaveMessage
IsSaveMessage contains information whether to show override popup
Declaration
public bool IsSaveMessage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTestMode
Gets or sets the IsTestMode associated with this PaymentProcessorAchAccountEntity.
Declaration
public bool IsTestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTestMode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorAchAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorAchAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxTransactionAmount
Gets or sets the MaxTransactionAmount associated with this PaymentProcessorAchAccountEntity.
Declaration
public decimal? MaxTransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxTransactionAmount. |
MaxTransactionFee
Gets or sets the MaxTransactionFee associated with this PaymentProcessorAchAccountEntity.
Declaration
public decimal? MaxTransactionFee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxTransactionFee. |
MinTransactionAmount
Gets or sets the MinTransactionAmount associated with this PaymentProcessorAchAccountEntity.
Declaration
public decimal? MinTransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinTransactionAmount. |
MinTransactionFee
Gets or sets the MinTransactionFee associated with this PaymentProcessorAchAccountEntity.
Declaration
public decimal? MinTransactionFee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinTransactionFee. |
Name
Gets or sets the Name associated with this PaymentProcessorAchAccountEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PartnerName
Gets or sets the PartnerName associated with this PaymentProcessorAchAccountEntity.
Declaration
public string PartnerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PartnerName. |
PasswordRandomKey
Gets or sets the PasswordRandomKey associated with this PaymentProcessorAchAccountEntity.
Declaration
public string PasswordRandomKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PasswordRandomKey. |
PaymentProcessorAchDetailId
Gets or sets the PaymentProcessorAchDetailId associated with this PaymentProcessorAchAccountEntity.
Declaration
public int? PaymentProcessorAchDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAchDetailId. |
RowVersion
Gets or sets the RowVersion associated with this PaymentProcessorAchAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolPassword
Gets or sets the SchoolPassword associated with this PaymentProcessorAchAccountEntity.
Declaration
public string SchoolPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolPassword. |
SchoolUserIdentifier
Gets or sets the SchoolUserIdentifier associated with this PaymentProcessorAchAccountEntity.
Declaration
public string SchoolUserIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolUserIdentifier. |
TransactionFeeAmount
Gets or sets the TransactionFeeAmount associated with this PaymentProcessorAchAccountEntity.
Declaration
public decimal? TransactionFeeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionFeeAmount. |
TransactionFeeBillingTransactionCodeId
Gets or sets the TransactionFeeBillingTransactionCodeId associated with this PaymentProcessorAchAccountEntity.
Declaration
public int? TransactionFeeBillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionFeeBillingTransactionCodeId. |
TransactionFeeSource
Gets or sets the TransactionFeeSource associated with this PaymentProcessorAchAccountEntity.
Declaration
public string TransactionFeeSource { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionFeeSource. |
TransactionFeeType
Gets or sets the TransactionFeeType associated with this PaymentProcessorAchAccountEntity.
Declaration
public string TransactionFeeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionFeeType. |
VendorIdentifier
Gets or sets the VendorIdentifier associated with this PaymentProcessorAchAccountEntity.
Declaration
public string VendorIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VendorIdentifier. |
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()