FieldTypeBankAccount Class

"bankAccount" field type

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class FieldTypeBankAccount : FieldTypeBase, 
	IFieldTypeSerialize
Inheritance
Object    FieldTypeBase    FieldTypeBankAccount
Implements
IFieldTypeSerialize

Properties

AccountNumber Gets or setsAccount Number
AccountType Gets or sets Account Type
RoutingNumber Gets or sets Routing Number

Methods

GetValueAsString Gets human friendly text
SetValueAsString Sets field value from human friendly text

See Also