Class AgencyBranchBankAccount
This class represents the EntityModel interface to the AmAgencyBankAccount database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AgencyBranchBankAccount
Constructors
AgencyBranchBankAccount()
Declaration
public AgencyBranchBankAccount()
Properties
AccountHolderCity
Gets or sets the AccountHolderCity associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderCity. |
AccountHolderFirstName
Gets or sets the AccountHolderFirstName associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderFirstName. |
AccountHolderLastName
Gets or sets the AccountHolderLastName associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderLastName. |
AccountHolderName
Gets or sets the AccountHolderName associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderName. |
AccountHolderPostalCode
Gets or sets the AccountHolderPostalCode associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderPostalCode. |
AccountHolderState
Gets or sets the AccountHolderState associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderState. |
AccountHolderStreetAddress
Gets or sets the AccountHolderStreetAddress associated with this AgencyBranchBankAccount.
Declaration
public string AccountHolderStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountHolderStreetAddress. |
AccountNumber
Gets or sets the AccountNumber associated with this AgencyBranchBankAccount.
Declaration
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AccountNumber. |
AgencyBranch
Declaration
public virtual AgencyBranch AgencyBranch { get; set; }
Property Value
Type | Description |
---|---|
AgencyBranch |
AgencyBranchId
Gets or sets the AgencyBranchId associated with this AgencyBranchBankAccount.
Declaration
public int AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgencyBranchId. |
AptNumber
Gets or sets the AptNumber associated with this AgencyBranchBankAccount.
Declaration
public string AptNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AptNumber. |
BankAccountAuthorizationNumber
Gets or sets the BankAccountAuthorizationNumber associated with this AgencyBranchBankAccount.
Declaration
public string BankAccountAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountAuthorizationNumber. |
BankAccountGuid
Gets or sets the BankAccountGuid associated with this AgencyBranchBankAccount.
Declaration
public string BankAccountGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountGuid. |
BankAccountTypeCode
Gets or sets the BankAccountTypeCode associated with this AgencyBranchBankAccount.
Declaration
public string BankAccountTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BankAccountTypeCode. |
CorelationIdentifier
Gets or sets the CorelationIdentifier associated with this AgencyBranchBankAccount.
Declaration
public string CorelationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorelationIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AgencyBranchBankAccount.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpireDate
Gets or sets the ExpireDate associated with this AgencyBranchBankAccount.
Declaration
public DateTime ExpireDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpireDate. |
Id
Gets or sets the Id associated with this AgencyBranchBankAccount.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AgencyBranchBankAccount.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPrimaryPayment
Gets or sets the IsPrimaryPayment associated with this AgencyBranchBankAccount.
Declaration
public bool IsPrimaryPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryPayment. |
IsVerified
Gets or sets the IsVerified associated with this AgencyBranchBankAccount.
Declaration
public bool IsVerified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsVerified. |
LastFourNumber
Gets or sets the LastFourNumber associated with this AgencyBranchBankAccount.
Declaration
public string LastFourNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastFourNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AgencyBranchBankAccount.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AgencyBranchBankAccount.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentGatewayProvider
Gets or sets the PaymentGatewayProvider associated with this AgencyBranchBankAccount.
Declaration
public string PaymentGatewayProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentGatewayProvider. |
PaymentProcessorAccount
Declaration
public virtual PaymentProcessorAccount PaymentProcessorAccount { get; set; }
Property Value
Type | Description |
---|---|
PaymentProcessorAccount |
PaymentProcessorAccountId
Gets or sets the PaymentProcessorAccountId associated with this AgencyBranchBankAccount.
Declaration
public int? PaymentProcessorAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAccountId. |
VerificationNumber
Gets or sets the VerificationNumber associated with this AgencyBranchBankAccount.
Declaration
public string VerificationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationNumber. |
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. |