Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / AccountDataDictionary Class
Members
In This Topic
    AccountDataDictionary Class
    In This Topic
    Contains payment account data
    Syntax
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class AccountDataDictionary : System.Collections.Generic.Dictionary<string,string> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          CommerceBuilder.Payments.AccountDataDictionary

    See Also