Click or drag to resize

FieldTypeBankAccount Class

"bankAccount" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypeBankAccount

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class FieldTypeBankAccount : FieldTypeBase, 
	IFieldTypeSerialize

The FieldTypeBankAccount type exposes the following members.

Properties
 NameDescription
Public propertyAccountNumber Gets or setsAccount Number
Public propertyAccountType Gets or sets Account Type
Public propertyRoutingNumber Gets or sets Routing Number
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also