Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / PaymentFrequencyType Enumeration
In This Topic
    PaymentFrequencyType Enumeration
    In This Topic
    Enumeration that represents the types of payment frequency
    Syntax
    public enum PaymentFrequencyType : System.Enum 
    Members
    MemberDescription
    Fixed The payment frequency type is fixed
    Optional The payment frequency type is optional
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.PaymentFrequencyType

    See Also