Class CreditCardBatchRefund
This class represents the EntityModel interface to the SaCreditCardBatchRefund database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CreditCardBatchRefund
Constructors
CreditCardBatchRefund()
Declaration
public CreditCardBatchRefund()
Properties
Amount
Gets or sets the Amount associated with this CreditCardBatchRefund.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AuthorizationCode
Gets or sets the AuthorizationCode associated with this CreditCardBatchRefund.
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AuthorizationCode. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CreditCardBatchRefund.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardBatchFile
Declaration
public virtual CreditCardBatchFile CreditCardBatchFile { get; set; }
Property Value
Type | Description |
---|---|
CreditCardBatchFile |
CreditCardBatchFileId
Gets or sets the CreditCardBatchFileId associated with this CreditCardBatchRefund.
Declaration
public int? CreditCardBatchFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreditCardBatchFileId. |
Id
Gets or sets the Id associated with this CreditCardBatchRefund.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedByUser
Declaration
public virtual Staff LastModifiedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CreditCardBatchRefund.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CreditCardBatchRefund.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PnReference
Gets or sets the PnReference associated with this CreditCardBatchRefund.
Declaration
public string PnReference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PnReference. |
Refund
Declaration
public virtual Refund Refund { get; set; }
Property Value
Type | Description |
---|---|
Refund |
RefundId
Gets or sets the RefundId associated with this CreditCardBatchRefund.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundId. |
ResponseCode
Gets or sets the ResponseCode associated with this CreditCardBatchRefund.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseMessage
Gets or sets the ResponseMessage associated with this CreditCardBatchRefund.
Declaration
public string ResponseMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseMessage. |
Sequence
Gets or sets the Sequence associated with this CreditCardBatchRefund.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
Status
Gets or sets the Status associated with this CreditCardBatchRefund.
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 CreditCardBatchRefund.
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 CreditCardBatchRefund.
Declaration
public int StudentCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCreditCardId. |
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. |