Class CreditCardBatchTransaction
This class represents the EntityModel interface to the SaCreditCardBatch database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CreditCardBatchTransaction
Constructors
CreditCardBatchTransaction()
Declaration
public CreditCardBatchTransaction()
Properties
Amount
Gets or sets the Amount associated with this CreditCardBatchTransaction.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AuthorizationCode
Gets or sets the AuthorizationCode associated with this CreditCardBatchTransaction.
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationCode. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this CreditCardBatchTransaction.
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingTransactionCodeId. |
ChargeAmount
Gets or sets the ChargeAmount associated with this CreditCardBatchTransaction.
Declaration
public decimal? ChargeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ChargeAmount. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CreditCardBatchTransaction.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardBatchFileIdentifier
Gets or sets the CreditCardBatchFileIdentifier associated with this CreditCardBatchTransaction.
Declaration
public string CreditCardBatchFileIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardBatchFileIdentifier. |
Id
Gets or sets the Id associated with this CreditCardBatchTransaction.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InterestAmount
Gets or sets the InterestAmount associated with this CreditCardBatchTransaction.
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The InterestAmount. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CreditCardBatchTransaction.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
PaidDisbursement
Declaration
public virtual PaidDisbursement PaidDisbursement { get; set; }
Property Value
Type | Description |
---|---|
PaidDisbursement |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this CreditCardBatchTransaction.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
PnReference
Gets or sets the PnReference associated with this CreditCardBatchTransaction.
Declaration
public string PnReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PnReference. |
ResponseCode
Gets or sets the ResponseCode associated with this CreditCardBatchTransaction.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseMessage
Gets or sets the ResponseMessage associated with this CreditCardBatchTransaction.
Declaration
public string ResponseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseMessage. |
ResponseStudentAccountTransactionId
Gets or sets the ResponseStudentAccountTransactionId associated with this CreditCardBatchTransaction.
Declaration
public int? ResponseStudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ResponseStudentAccountTransactionId. |
ScheduledDisbursement
Declaration
public virtual ScheduledDisbursement ScheduledDisbursement { get; set; }
Property Value
Type | Description |
---|---|
ScheduledDisbursement |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this CreditCardBatchTransaction.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
Sequence
Gets or sets the Sequence associated with this CreditCardBatchTransaction.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
Status
Gets or sets the Status associated with this CreditCardBatchTransaction.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentBankAccount
Declaration
public virtual StudentBankAccount StudentBankAccount { get; set; }
Property Value
Type | Description |
---|---|
StudentBankAccount |
StudentBankAccountId
Gets or sets the StudentBankAccountId associated with this CreditCardBatchTransaction.
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentBankAccountId. |
StudentCreditCard
Declaration
public virtual StudentCreditCard StudentCreditCard { get; set; }
Property Value
Type | Description |
---|---|
StudentCreditCard |
StudentCreditCardId
Gets or sets the StudentCreditCardId associated with this CreditCardBatchTransaction.
Declaration
public int StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCreditCardId. |
StudentGroupId
Gets or sets the StudentGroupId associated with this CreditCardBatchTransaction.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TaskId
Gets or sets the TaskId associated with this CreditCardBatchTransaction.
Declaration
public int? TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskId. |
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. |