Class AccountData
Inheritance
System.Object
AccountData
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
public class AccountData : IConfigurable
Properties
AccountNumber
Declaration
[Config]
public string AccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
AccountTitle
Declaration
public string AccountTitle { get; }
Property Value
Type |
Description |
System.String |
|
AccountType
Declaration
[Config]
public AccountType AccountType { get; set; }
Property Value
BillingAddress1
Declaration
[Config]
public string BillingAddress1 { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingAddress2
Declaration
[Config]
public string BillingAddress2 { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingCity
Declaration
[Config]
public string BillingCity { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingCountry
Declaration
[Config]
public string BillingCountry { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingEmail
Declaration
[Config]
public string BillingEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingPhone
Declaration
[Config]
public string BillingPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingPostalCode
Declaration
[Config]
public string BillingPostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingRegion
Declaration
[Config]
public string BillingRegion { get; set; }
Property Value
Type |
Description |
System.String |
|
CardExpirationMonth
Declaration
[Config]
public int ? CardExpirationMonth { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CardExpirationYear
Declaration
[Config]
public int ? CardExpirationYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CardHolder
Declaration
[Config]
public string CardHolder { get; set; }
Property Value
Type |
Description |
System.String |
|
CardMaskedName
Declaration
[Config]
public string CardMaskedName { get; set; }
Property Value
Type |
Description |
System.String |
|
CardVC
Declaration
[Config]
public string CardVC { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
[Config]
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
HadSuccessfullTransactions
Declaration
[Config]
public bool HadSuccessfullTransactions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCard
Declaration
public bool IsCard { get; }
Property Value
Type |
Description |
System.Boolean |
|
IssuerEMail
Declaration
[Config]
public string IssuerEMail { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerID
Declaration
[Config]
public string IssuerID { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerName
Declaration
[Config]
public string IssuerName { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerPhone
Declaration
[Config]
public string IssuerPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
IssuerUri
Declaration
[Config]
public string IssuerUri { get; set; }
Property Value
Type |
Description |
System.String |
|
LastName
Declaration
[Config]
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
MiddleName
Declaration
[Config]
public string MiddleName { get; set; }
Property Value
Type |
Description |
System.String |
|
RoutingNumber
Declaration
[Config]
public string RoutingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingAddress1
Declaration
[Config]
public string ShippingAddress1 { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingAddress2
Declaration
[Config]
public string ShippingAddress2 { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingCity
Declaration
[Config]
public string ShippingCity { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingCountry
Declaration
[Config]
public string ShippingCountry { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingEmail
Declaration
[Config]
public string ShippingEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingPhone
Declaration
[Config]
public string ShippingPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingPostalCode
Declaration
[Config]
public string ShippingPostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingRegion
Declaration
[Config]
public string ShippingRegion { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Implements
Extension Methods