Class MockActualAccountData
Inheritance
System.Object
MockActualAccountData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: NFX.Web.dll
Syntax
[Serializable]
public class MockActualAccountData : IActualAccountData, IConfigurable
Constructors
MockActualAccountData()
Declaration
public MockActualAccountData()
Properties
Account
Declaration
[Config]
public Account Account { get; set; }
Property Value
AccountData
Declaration
[Config]
public AccountData AccountData { get; set; }
Property Value
AccountID
Declaration
public object AccountID { get; set; }
Property Value
Type |
Description |
System.Object |
|
AccountTitle
Declaration
public string AccountTitle { get; }
Property Value
Type |
Description |
System.String |
|
AccountType
Declaration
public AccountType AccountType { get; set; }
Property Value
BillingAddress
Declaration
public IAddress BillingAddress { get; }
Property Value
CardExpirationDate
Declaration
public DateTime? CardExpirationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CardHolder
Declaration
public string CardHolder { get; set; }
Property Value
Type |
Description |
System.String |
|
CardMaskedName
Declaration
public string CardMaskedName { get; set; }
Property Value
Type |
Description |
System.String |
|
CardVC
Declaration
public string CardVC { get; set; }
Property Value
Type |
Description |
System.String |
|
EMail
Declaration
public string EMail { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
HadSuccessfullTransactions
Declaration
public bool HadSuccessfullTransactions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Identity
Declaration
public string Identity { get; set; }
Property Value
Type |
Description |
System.String |
|
IdentityID
Declaration
public object IdentityID { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsCard
Declaration
public bool IsCard { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsNew
Declaration
public bool IsNew { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IssuerEMail
Declaration
public string IssuerEMail { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerID
Declaration
public string IssuerID { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerName
Declaration
public string IssuerName { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerPhone
Declaration
public string IssuerPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerUri
Declaration
public string IssuerUri { get; set; }
Property Value
Type |
Description |
System.String |
|
IsWebTerminal
Declaration
public bool IsWebTerminal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
MiddleName
Declaration
public string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Phone
Declaration
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
RoutingNumber
Declaration
public string RoutingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingAddress
Declaration
public IAddress ShippingAddress { get; }
Property Value
Methods
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Declaration
public static MockActualAccountData MakeAndConfigure(IConfigSectionNode node)
Parameters
Returns
Implements
Extension Methods