Class AgencyBranchCreditCardEntity
This class represents the EntityModel interface to the AmAgencyCC database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AgencyBranchCreditCardEntity : Entity, IIdentifiable, IAuditable
Constructors
AgencyBranchCreditCardEntity()
Declaration
public AgencyBranchCreditCardEntity()
Fields
AgencyBranchIdProperty
The AgencyBranchId property.
Declaration
public static readonly EntityProperty AgencyBranchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApartmentNumberProperty
The ApartmentNumber property.
Declaration
public static readonly EntityProperty ApartmentNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderCityProperty
The CardHolderCity property.
Declaration
public static readonly EntityProperty CardHolderCityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderFirstNameProperty
The CardHolderFirstName property.
Declaration
public static readonly EntityProperty CardHolderFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderLastNameProperty
The CardHolderLastName property.
Declaration
public static readonly EntityProperty CardHolderLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderNameProperty
The CardHolderName property.
Declaration
public static readonly EntityProperty CardHolderNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderPostalCodeProperty
The CardHolderPostalCode property.
Declaration
public static readonly EntityProperty CardHolderPostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderStateProperty
The CardHolderState property.
Declaration
public static readonly EntityProperty CardHolderStateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CardHolderStreetAddressProperty
The CardHolderStreetAddress property.
Declaration
public static readonly EntityProperty CardHolderStreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CoRelationIdentifierProperty
The CoRelationIdentifier property.
Declaration
public static readonly EntityProperty CoRelationIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardAuthorizationNumberProperty
The CreditCardAuthorizationNumber property.
Declaration
public static readonly EntityProperty CreditCardAuthorizationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardGuidProperty
The CreditCardGuid property.
Declaration
public static readonly EntityProperty CreditCardGuidProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardNumberProperty
The CreditCardNumber property.
Declaration
public static readonly EntityProperty CreditCardNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCardTypeIdProperty
The CreditCardTypeId property.
Declaration
public static readonly EntityProperty CreditCardTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpirationDateProperty
The ExpirationDate property.
Declaration
public static readonly EntityProperty ExpirationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrimaryPaymentMethodProperty
The IsPrimaryPaymentMethod property.
Declaration
public static readonly EntityProperty IsPrimaryPaymentMethodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSingleUseProperty
The IsSingleUse property.
Declaration
public static readonly EntityProperty IsSingleUseProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsVerifiedProperty
The IsVerified property.
Declaration
public static readonly EntityProperty IsVerifiedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastFourCreditCardNumberProperty
The LastFourCreditCardNumber property.
Declaration
public static readonly EntityProperty LastFourCreditCardNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentGatewayProviderProperty
The PaymentGatewayProvider property.
Declaration
public static readonly EntityProperty PaymentGatewayProviderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaymentProcessorAccountIdProperty
The PaymentProcessorAccountId property.
Declaration
public static readonly EntityProperty PaymentProcessorAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationNumberProperty
The VerificationNumber property.
Declaration
public static readonly EntityProperty VerificationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AgencyBranchId
Gets or sets the AgencyBranchId associated with this AgencyBranchCreditCardEntity.
Declaration
public int AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgencyBranchId. |
ApartmentNumber
Gets or sets the ApartmentNumber associated with this AgencyBranchCreditCardEntity.
Declaration
public string ApartmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApartmentNumber. |
CardHolderCity
Gets or sets the CardHolderCity associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderCity. |
CardHolderFirstName
Gets or sets the CardHolderFirstName associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderFirstName. |
CardHolderLastName
Gets or sets the CardHolderLastName associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderLastName. |
CardHolderName
Gets or sets the CardHolderName associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderName. |
CardHolderPostalCode
Gets or sets the CardHolderPostalCode associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderPostalCode. |
CardHolderState
Gets or sets the CardHolderState associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderState. |
CardHolderStreetAddress
Gets or sets the CardHolderStreetAddress associated with this AgencyBranchCreditCardEntity.
Declaration
public string CardHolderStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CardHolderStreetAddress. |
CoRelationIdentifier
Gets or sets the CoRelationIdentifier associated with this AgencyBranchCreditCardEntity.
Declaration
public string CoRelationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CoRelationIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AgencyBranchCreditCardEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditCardAuthorizationNumber
Gets or sets the CreditCardAuthorizationNumber associated with this AgencyBranchCreditCardEntity.
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardAuthorizationNumber. |
CreditCardGuid
Gets or sets the CreditCardGuid associated with this AgencyBranchCreditCardEntity.
Declaration
public string CreditCardGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardGuid. |
CreditCardNumber
Gets or sets the CreditCardNumber associated with this AgencyBranchCreditCardEntity.
Declaration
public string CreditCardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCardNumber. |
CreditCardTypeId
Gets or sets the CreditCardTypeId associated with this AgencyBranchCreditCardEntity.
Declaration
public int CreditCardTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreditCardTypeId. |
EncryptCreditCard
Declaration
public virtual AgencyBranchEncryptCreditCardEntity EncryptCreditCard { get; set; }
Property Value
Type | Description |
---|---|
AgencyBranchEncryptCreditCardEntity |
ExpirationDate
Gets or sets the ExpirationDate associated with this AgencyBranchCreditCardEntity.
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpirationDate. |
Id
Gets or sets the Id associated with this AgencyBranchCreditCardEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AgencyBranchCreditCardEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsOnlinePayment
Declaration
public bool IsOnlinePayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPrimaryPaymentMethod
Gets or sets the IsPrimaryPaymentMethod associated with this AgencyBranchCreditCardEntity.
Declaration
public bool IsPrimaryPaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryPaymentMethod. |
IsSingleUse
Gets or sets the IsSingleUse associated with this AgencyBranchCreditCardEntity.
Declaration
public bool IsSingleUse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSingleUse. |
IsVerified
Gets or sets the IsVerified associated with this AgencyBranchCreditCardEntity.
Declaration
public bool IsVerified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsVerified. |
LastFourCreditCardNumber
Gets or sets the LastFourCreditCardNumber associated with this AgencyBranchCreditCardEntity.
Declaration
public string LastFourCreditCardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastFourCreditCardNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AgencyBranchCreditCardEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AgencyBranchCreditCardEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaymentGatewayProvider
Gets or sets the PaymentGatewayProvider associated with this AgencyBranchCreditCardEntity.
Declaration
public string PaymentGatewayProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentGatewayProvider. |
PaymentProcessorAccountId
Gets or sets the PaymentProcessorAccountId associated with this AgencyBranchCreditCardEntity.
Declaration
public int? PaymentProcessorAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaymentProcessorAccountId. |
RowVersion
Gets or sets the RowVersion associated with this AgencyBranchCreditCardEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
VerificationNumber
Gets or sets the VerificationNumber associated with this AgencyBranchCreditCardEntity.
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()