Show / Hide Table of Contents

Class AccountData

Inheritance
System.Object
AccountData
Implements
IConfigurable
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()
Namespace: NFX.Web.Pay.Mock
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
Type Description
AccountType

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

Configure(IConfigSectionNode)

Declaration
public void Configure(IConfigSectionNode node)
Parameters
Type Name Description
IConfigSectionNode node

Implements

IConfigurable

Extension Methods

MiscUtils.NonNull<T>(T, Func<Exception>, String)
ObjectValueConversion.AsString(Object, String, ConvertErrorHandling)
ObjectValueConversion.AsNonNullOrEmptyString(Object)
ObjectValueConversion.AsLaconicConfig(Object, ConfigSectionNode, String, ConvertErrorHandling)
ObjectValueConversion.AsJSONConfig(Object, ConfigSectionNode, String, ConvertErrorHandling)
ObjectValueConversion.AsXMLConfig(Object, ConfigSectionNode, ConvertErrorHandling)
ObjectValueConversion.AsChar(Object, Char, ConvertErrorHandling)
ObjectValueConversion.AsNullableChar(Object, Nullable<Char>, ConvertErrorHandling)
ObjectValueConversion.AsByte(Object, Byte, ConvertErrorHandling)
ObjectValueConversion.AsNullableByte(Object, Nullable<Byte>, ConvertErrorHandling)
ObjectValueConversion.AsSByte(Object, SByte, ConvertErrorHandling)
ObjectValueConversion.AsNullableSByte(Object, Nullable<SByte>, ConvertErrorHandling)
ObjectValueConversion.AsShort(Object, Int16, ConvertErrorHandling)
ObjectValueConversion.AsNullableShort(Object, Nullable<Int16>, ConvertErrorHandling)
ObjectValueConversion.AsUShort(Object, UInt16, ConvertErrorHandling)
ObjectValueConversion.AsNullableUShort(Object, Nullable<UInt16>, ConvertErrorHandling)
ObjectValueConversion.AsInt(Object, Int32, ConvertErrorHandling)
ObjectValueConversion.AsNullableInt(Object, Nullable<Int32>, ConvertErrorHandling)
ObjectValueConversion.AsUInt(Object, UInt32, ConvertErrorHandling)
ObjectValueConversion.AsNullableUInt(Object, Nullable<UInt32>, ConvertErrorHandling)
ObjectValueConversion.AsLong(Object, Int64, ConvertErrorHandling)
ObjectValueConversion.AsNullableLong(Object, Nullable<Int64>, ConvertErrorHandling)
ObjectValueConversion.AsULong(Object, UInt64, ConvertErrorHandling)
ObjectValueConversion.AsNullableULong(Object, Nullable<UInt64>, ConvertErrorHandling)
ObjectValueConversion.AsDouble(Object, Double, ConvertErrorHandling)
ObjectValueConversion.AsNullableDouble(Object, Nullable<Double>, ConvertErrorHandling)
ObjectValueConversion.AsFloat(Object, Single, ConvertErrorHandling)
ObjectValueConversion.AsNullableFloat(Object, Nullable<Single>, ConvertErrorHandling)
ObjectValueConversion.AsDecimal(Object, Decimal, ConvertErrorHandling)
ObjectValueConversion.AsNullableDecimal(Object, Nullable<Decimal>, ConvertErrorHandling)
ObjectValueConversion.AsBool(Object, Boolean, ConvertErrorHandling)
ObjectValueConversion.AsNullableBool(Object, Nullable<Boolean>, ConvertErrorHandling)
ObjectValueConversion.AsGUID(Object, Guid, ConvertErrorHandling)
ObjectValueConversion.AsNullableGUID(Object, Nullable<Guid>, ConvertErrorHandling)
ObjectValueConversion.AsDateTime(Object)
ObjectValueConversion.AsDateTime(Object, DateTime, ConvertErrorHandling)
ObjectValueConversion.AsNullableDateTime(Object, Nullable<DateTime>, ConvertErrorHandling)
ObjectValueConversion.AsGDID(Object)
ObjectValueConversion.AsGDID(Object, GDID, ConvertErrorHandling)
ObjectValueConversion.AsNullableGDID(Object, Nullable<GDID>, ConvertErrorHandling)
ObjectValueConversion.AsGDIDSymbol(Object)
ObjectValueConversion.AsGDIDSymbol(Object, GDIDSymbol, ConvertErrorHandling)
ObjectValueConversion.AsNullableGDIDSymbol(Object, Nullable<GDIDSymbol>, ConvertErrorHandling)
ObjectValueConversion.AsTimeSpan(Object)
ObjectValueConversion.AsTimeSpan(Object, TimeSpan, ConvertErrorHandling)
ObjectValueConversion.AsNullableTimeSpan(Object, Nullable<TimeSpan>, ConvertErrorHandling)
ObjectValueConversion.AsEnum<TEnum>(Object, TEnum, ConvertErrorHandling)
ObjectValueConversion.AsNullableEnum<TEnum>(Object, Nullable<TEnum>, ConvertErrorHandling)
ObjectValueConversion.AsUri(Object, Uri, ConvertErrorHandling)
JSONExtensions.ToJSON(Object, JSONWritingOptions)
JSONExtensions.ToJSON(Object, TextWriter, JSONWritingOptions)
JSONExtensions.ToJSON(Object, Stream, JSONWritingOptions, Encoding)
ErlObject.ToErlObject(Object)
ErlObject.ToErlObject(Object, ErlTypeOrder, Boolean)
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX