Class CreditCardBatchFileSetting
This class represents the EntityModel interface to the SaCreditCardBatchConfig database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CreditCardBatchFileSetting
Constructors
CreditCardBatchFileSetting()
Declaration
public CreditCardBatchFileSetting()
Properties
AccountInformation
Gets or sets the AccountInformation associated with this CreditCardBatchFileSetting.
Declaration
public string AccountInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountInformation. |
AuthorizationAmount
Gets or sets the AuthorizationAmount associated with this CreditCardBatchFileSetting.
Declaration
public decimal AuthorizationAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AuthorizationAmount. |
BatchCount
Gets or sets the BatchCount associated with this CreditCardBatchFileSetting.
Declaration
public int BatchCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BatchCount. |
Code
Gets or sets the Code associated with this CreditCardBatchFileSetting.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CreditCardBatchFileSetting.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this CreditCardBatchFileSetting.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InitializationVector
Gets or sets the InitializationVector associated with this CreditCardBatchFileSetting.
Declaration
public string InitializationVector { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InitializationVector. |
IntervalTimeToSendBatches
Gets or sets the IntervalTimeToSendBatches associated with this CreditCardBatchFileSetting.
Declaration
public string IntervalTimeToSendBatches { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IntervalTimeToSendBatches. |
IsAccountSuspendedOnFailedTransaction
Gets or sets the IsAccountSuspendedOnFailedTransaction associated with this CreditCardBatchFileSetting.
Declaration
public bool IsAccountSuspendedOnFailedTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAccountSuspendedOnFailedTransaction. |
IsBatchAutoGenerated
Gets or sets the IsBatchAutoGenerated associated with this CreditCardBatchFileSetting.
Declaration
public bool IsBatchAutoGenerated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBatchAutoGenerated. |
IsTestMode
Gets or sets the IsTestMode associated with this CreditCardBatchFileSetting.
Declaration
public bool IsTestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTestMode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CreditCardBatchFileSetting.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CreditCardBatchFileSetting.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this CreditCardBatchFileSetting.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Partner
Gets or sets the Partner associated with this CreditCardBatchFileSetting.
Declaration
public string Partner { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Partner. |
Password
Gets or sets the Password associated with this CreditCardBatchFileSetting.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Password. |
PaymentProcessor
Declaration
public virtual PaymentProcessor PaymentProcessor { get; set; }
Property Value
Type | Description |
---|---|
PaymentProcessor |
PaymentProcessorAccountId
Gets or sets the PaymentProcessorAccountId associated with this CreditCardBatchFileSetting.
Declaration
public int? PaymentProcessorAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAccountId. |
PaymentProcessorId
Gets or sets the PaymentProcessorId associated with this CreditCardBatchFileSetting.
Declaration
public int? PaymentProcessorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorId. |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this CreditCardBatchFileSetting.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
TimeToSendToProcessor
Gets or sets the TimeToSendToProcessor associated with this CreditCardBatchFileSetting.
Declaration
public DateTime? TimeToSendToProcessor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TimeToSendToProcessor. |
TransactionsPerBatch
Gets or sets the TransactionsPerBatch associated with this CreditCardBatchFileSetting.
Declaration
public int TransactionsPerBatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransactionsPerBatch. |
UserName
Gets or sets the UserName associated with this CreditCardBatchFileSetting.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UserName. |
VendorIdentifier
Gets or sets the VendorIdentifier associated with this CreditCardBatchFileSetting.
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. |