Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / PaymentProcessingType Enumeration
In This Topic
    PaymentProcessingType Enumeration
    In This Topic
    Enumeration that represents the type of payment processing happened on a payment
    Syntax
    public enum PaymentProcessingType : System.Enum 
    Members
    MemberDescription
    ArbCallbackManaged Automatic recurring billing payment that can be further managed in the system via callback from provider
    ArbDetached Automatic recurring billing payment that can not be further managed in the system
    ArbProbeManaged Automatic recurring billing payment that can further be managed in the system by probing the provider for updates
    ArbProfileManaged Automatic recurring billing payment in which subsequent payments are made based on previously created customer profiles
    Standard Payment processed as a standard payment
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Payments.PaymentProcessingType

    See Also