Class PaymentProcessorAchAccount
This class represents the EntityModel interface to the SaACHPaymentAccount database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PaymentProcessorAchAccount
Constructors
PaymentProcessorAchAccount()
Declaration
public PaymentProcessorAchAccount()
Properties
AuthorizationAmount
Gets or sets the AuthorizationAmount associated with this PaymentProcessorAchAccount.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
Code
Gets or sets the Code associated with this PaymentProcessorAchAccount.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PaymentProcessorAchAccount.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this PaymentProcessorAchAccount.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this PaymentProcessorAchAccount.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
IsTestMode
Gets or sets the IsTestMode associated with this PaymentProcessorAchAccount.
Declaration
public bool IsTestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTestMode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PaymentProcessorAchAccount.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PaymentProcessorAchAccount.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxTransactionAmount
Gets or sets the MaxTransactionAmount associated with this PaymentProcessorAchAccount.
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 PaymentProcessorAchAccount.
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 PaymentProcessorAchAccount.
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 PaymentProcessorAchAccount.
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 PaymentProcessorAchAccount.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PartnerName
Gets or sets the PartnerName associated with this PaymentProcessorAchAccount.
Declaration
public string PartnerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PartnerName. |
PasswordRandomKey
Gets or sets the PasswordRandomKey associated with this PaymentProcessorAchAccount.
Declaration
public string PasswordRandomKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PasswordRandomKey. |
PaymentProcessorAchDetail
Declaration
public virtual PaymentProcessorAchDetail PaymentProcessorAchDetail { get; set; }
Property Value
Type | Description |
---|---|
PaymentProcessorAchDetail |
PaymentProcessorAchDetailId
Gets or sets the PaymentProcessorAchDetailId associated with this PaymentProcessorAchAccount.
Declaration
public int? PaymentProcessorAchDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAchDetailId. |
SchoolPassword
Gets or sets the SchoolPassword associated with this PaymentProcessorAchAccount.
Declaration
public string SchoolPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolPassword. |
SchoolUserIdentifier
Gets or sets the SchoolUserIdentifier associated with this PaymentProcessorAchAccount.
Declaration
public string SchoolUserIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolUserIdentifier. |
TransactionFeeAmount
Gets or sets the TransactionFeeAmount associated with this PaymentProcessorAchAccount.
Declaration
public decimal? TransactionFeeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TransactionFeeAmount. |
TransactionFeeBillingTransactionCode
Declaration
public virtual BillingTransactionCode TransactionFeeBillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
TransactionFeeBillingTransactionCodeId
Gets or sets the TransactionFeeBillingTransactionCodeId associated with this PaymentProcessorAchAccount.
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 PaymentProcessorAchAccount.
Declaration
public string TransactionFeeSource { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionFeeSource. |
TransactionFeeType
Gets or sets the TransactionFeeType associated with this PaymentProcessorAchAccount.
Declaration
public string TransactionFeeType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionFeeType. |
VendorIdentifier
Gets or sets the VendorIdentifier associated with this PaymentProcessorAchAccount.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |