Class bankAccountType
Inheritance
System.Object
bankAccountType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 10.8.0Syntax
public class bankAccountType
Constructors
bankAccountType()
Declaration
public bankAccountType()
Fields
accountNumber
Declaration
public string accountNumber
Field Value
Type | Description |
---|---|
System.String |
accountType
Declaration
public bankAccountTypeEnum accountType
Field Value
Type | Description |
---|---|
bankAccountTypeEnum |
accountTypeSpecified
Declaration
public bool accountTypeSpecified
Field Value
Type | Description |
---|---|
System.Boolean |
bankName
Declaration
public string bankName
Field Value
Type | Description |
---|---|
System.String |
echeckType
Declaration
public echeckTypeEnum echeckType
Field Value
Type | Description |
---|---|
echeckTypeEnum |
echeckTypeSpecified
Declaration
public bool echeckTypeSpecified
Field Value
Type | Description |
---|---|
System.Boolean |
nameOnAccount
Declaration
public string nameOnAccount
Field Value
Type | Description |
---|---|
System.String |
routingNumber
Declaration
public string routingNumber
Field Value
Type | Description |
---|---|
System.String |