Class PaymentProcessorAccountEntity
This class represents the EntityModel interface to the SyPaymentAccount database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentProcessorAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
PaymentProcessorAccountEntity()
Declaration
public PaymentProcessorAccountEntity()
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 |
IsConvenienceFeeEnabledProperty
The IsConvenienceFeeEnabled property.
Declaration
public static readonly EntityProperty IsConvenienceFeeEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPaymentProcessorTransactionFeeEnabledProperty
The IsPaymentProcessorTransactionFeeEnabled property.
Declaration
public static readonly EntityProperty IsPaymentProcessorTransactionFeeEnabledProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PartnerProperty
The Partner property.
Declaration
public static readonly EntityProperty PartnerProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PasswdRandomKeyProperty
The PasswdRandomKey property.
Declaration
public static readonly EntityProperty PasswdRandomKeyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorIdProperty
The PaymentProcessorId property.
Declaration
public static readonly EntityProperty PaymentProcessorIdProperty
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 |
TransactionFeeMaximumProperty
The TransactionFeeMaximum property.
Declaration
public static readonly EntityProperty TransactionFeeMaximumProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionFeeMinimumProperty
The TransactionFeeMinimum property.
Declaration
public static readonly EntityProperty TransactionFeeMinimumProperty
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 |
TransactionMaximumProperty
The TransactionMaximum property.
Declaration
public static readonly EntityProperty TransactionMaximumProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionMinimumProperty
The TransactionMinimum property.
Declaration
public static readonly EntityProperty TransactionMinimumProperty
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 PaymentProcessorAccountEntity.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
Code
Gets or sets the Code associated with this PaymentProcessorAccountEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this PaymentProcessorAccountEntity.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
IsConvenienceFeeEnabled
Gets or sets the IsConvenienceFeeEnabled associated with this PaymentProcessorAccountEntity.
Declaration
public bool IsConvenienceFeeEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsConvenienceFeeEnabled. |
IsPaymentProcessorTransactionFeeEnabled
Gets or sets the IsPaymentProcessorTransactionFeeEnabled associated with this PaymentProcessorAccountEntity.
Declaration
public bool IsPaymentProcessorTransactionFeeEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPaymentProcessorTransactionFeeEnabled. |
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 PaymentProcessorAccountEntity.
Declaration
public bool IsTestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTestMode. |
IsTouchNetAccount
IsTouchNetAccount contains information to differentiate TouchNet Account
Declaration
public bool IsTouchNetAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this PaymentProcessorAccountEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Partner
Gets or sets the Partner associated with this PaymentProcessorAccountEntity.
Declaration
public string Partner { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Partner. |
PasswdRandomKey
Gets or sets the PasswdRandomKey associated with this PaymentProcessorAccountEntity.
Declaration
public string PasswdRandomKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PasswdRandomKey. |
PaymentProcessorId
Gets or sets the PaymentProcessorId associated with this PaymentProcessorAccountEntity.
Declaration
public int? PaymentProcessorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorId. |
RowVersion
Gets or sets the RowVersion associated with this PaymentProcessorAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolPassword
Gets or sets the SchoolPassword associated with this PaymentProcessorAccountEntity.
Declaration
public string SchoolPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolPassword. |
SchoolUserIdentifier
Gets or sets the SchoolUserIdentifier associated with this PaymentProcessorAccountEntity.
Declaration
public string SchoolUserIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolUserIdentifier. |
TransactionFeeAmount
Gets or sets the TransactionFeeAmount associated with this PaymentProcessorAccountEntity.
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 PaymentProcessorAccountEntity.
Declaration
public int? TransactionFeeBillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransactionFeeBillingTransactionCodeId. |
TransactionFeeMaximum
Gets or sets the TransactionFeeMaximum associated with this PaymentProcessorAccountEntity.
Declaration
public decimal? TransactionFeeMaximum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionFeeMaximum. |
TransactionFeeMinimum
Gets or sets the TransactionFeeMinimum associated with this PaymentProcessorAccountEntity.
Declaration
public decimal? TransactionFeeMinimum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionFeeMinimum. |
TransactionFeeSource
Gets or sets the TransactionFeeSource associated with this PaymentProcessorAccountEntity.
Declaration
public string TransactionFeeSource { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionFeeSource. |
TransactionFeeType
Gets or sets the TransactionFeeType associated with this PaymentProcessorAccountEntity.
Declaration
public string TransactionFeeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionFeeType. |
TransactionMaximum
Gets or sets the TransactionMaximum associated with this PaymentProcessorAccountEntity.
Declaration
public decimal? TransactionMaximum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionMaximum. |
TransactionMinimum
Gets or sets the TransactionMinimum associated with this PaymentProcessorAccountEntity.
Declaration
public decimal? TransactionMinimum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionMinimum. |
VendorIdentifier
Gets or sets the VendorIdentifier associated with this PaymentProcessorAccountEntity.
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()