Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes.Providers Namespace / TaxProviderBase.CommunicationDirection Enumeration
In This Topic
    TaxProviderBase.CommunicationDirection Enumeration
    In This Topic
    Enumeration that represents the direction of communication between AC and the gateway
    Syntax
    public enum TaxProviderBase.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.Taxes.Providers.TaxProviderBase.CommunicationDirection

    See Also