Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / PaymentProviderBase.CommunicationDirection Enumeration
In This Topic
    PaymentProviderBase.CommunicationDirection Enumeration
    In This Topic
    Enumeration that represents the direction of communication between AC and the gateway
    Syntax
    public enum PaymentProviderBase.CommunicationDirection : System.Enum 
    Members
    MemberDescription
    Receive Receiving data from the gateway
    Send Sending data to the gateway
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Payments.Providers.PaymentProviderBase.CommunicationDirection

    See Also