Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / ShippingProviderBase.CommunicationDirection Enumeration
In This Topic
    ShippingProviderBase.CommunicationDirection Enumeration
    In This Topic
    Enumeration that represents the direction of communication between AC and the gateway
    Syntax
    public enum ShippingProviderBase.CommunicationDirection : System.Enum 
    Members
    MemberDescription
    Receive Data is received from the gateway
    Send Data is sent to the gateway
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Shipping.Providers.ShippingProviderBase.CommunicationDirection

    See Also