Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes.Providers Namespace / TaxProviderBase Class / RecordCommunication Method
Name of the provider or gateway
Indicates whether the data was sent or received
Content of the message
A dictionary of key/value pairs that contains sensitive data that exists within the message (key) and the desired replacement (value). Pass null if no replacements are required.
In This Topic
    RecordCommunication Method (TaxProviderBase)
    In This Topic
    Records a transaction message to the debug log.
    Syntax

    Parameters

    providerName
    Name of the provider or gateway
    direction
    Indicates whether the data was sent or received
    message
    Content of the message
    sensitiveData
    A dictionary of key/value pairs that contains sensitive data that exists within the message (key) and the desired replacement (value). Pass null if no replacements are required.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also