Click or drag to resize

FieldTypePaymentCard Class

"paymentCard" field type
Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultFieldTypeBase
    KeeperSecurity.VaultFieldTypePaymentCard

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

The FieldTypePaymentCard type exposes the following members.

Properties
 NameDescription
Public propertyCardExpirationDate Gets or sets Card Expiration Date
Public propertyCardNumber Gets or sets Card Number
Public propertyCardSecurityCode Gets or sets Card Security Code
Public propertyElements Enumerates property names
Public propertyElementValues Enumerates property values
Top
Methods
 NameDescription
Public methodGetValueAsString Gets human friendly text
Public methodSetElementValue Sets property value
Public methodSetValueAsString Sets field value from human friendly text
Top
See Also