Interface IActualAccountData
Represents actual data for supplied account object.
Data represented by this interface is ALWAYS TRANSITIVE in memory as
some fields are either never stored permanently (i.e. CVC) or ciphered in the store (account number)
Assembly: NFX.Web.dll
Syntax
public interface IActualAccountData
Properties
Account
Declaration
Property Value
AccountID
Declaration
object AccountID { get; }
Property Value
| Type |
Description |
| System.Object |
|
AccountTitle
Declaration
string AccountTitle { get; }
Property Value
| Type |
Description |
| System.String |
|
AccountType
Declaration
AccountType AccountType { get; }
Property Value
BillingAddress
Declaration
IAddress BillingAddress { get; }
Property Value
CardExpirationDate
Declaration
DateTime? CardExpirationDate { get; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
CardHolder
Declaration
string CardHolder { get; }
Property Value
| Type |
Description |
| System.String |
|
CardMaskedName
Declaration
string CardMaskedName { get; }
Property Value
| Type |
Description |
| System.String |
|
CardVC
Declaration
Property Value
| Type |
Description |
| System.String |
|
EMail
Declaration
Property Value
| Type |
Description |
| System.String |
|
FirstName
Declaration
string FirstName { get; }
Property Value
| Type |
Description |
| System.String |
|
HadSuccessfullTransactions
Declaration
bool HadSuccessfullTransactions { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Identity
Declaration
Property Value
| Type |
Description |
| System.String |
|
IdentityID
Declaration
object IdentityID { get; }
Property Value
| Type |
Description |
| System.Object |
|
IsCard
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
IsNew
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
IssuerEMail
Declaration
string IssuerEMail { get; }
Property Value
| Type |
Description |
| System.String |
|
IssuerID
Declaration
Property Value
| Type |
Description |
| System.String |
|
IssuerName
Declaration
string IssuerName { get; }
Property Value
| Type |
Description |
| System.String |
|
IssuerPhone
Declaration
string IssuerPhone { get; }
Property Value
| Type |
Description |
| System.String |
|
IssuerUri
Declaration
string IssuerUri { get; }
Property Value
| Type |
Description |
| System.String |
|
IsWebTerminal
Declaration
bool IsWebTerminal { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
LastName
Declaration
Property Value
| Type |
Description |
| System.String |
|
MiddleName
Declaration
string MiddleName { get; }
Property Value
| Type |
Description |
| System.String |
|
Phone
Declaration
Property Value
| Type |
Description |
| System.String |
|
RoutingNumber
Declaration
string RoutingNumber { get; }
Property Value
| Type |
Description |
| System.String |
|
ShippingAddress
Declaration
IAddress ShippingAddress { get; }
Property Value
Extension Methods