Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / PaymentProviderBase Class / CancelAuthorizeRecurring Method
A cancel request that contains the details of the recurring payment.
In This Topic
    CancelAuthorizeRecurring Method (PaymentProviderBase)
    In This Topic
    Requests cancellation of a recurring billing authorization.
    Syntax
    public virtual Transaction CancelAuthorizeRecurring( 
       CancelRecurringTransactionRequest cancelRequest
    )

    Parameters

    cancelRequest
    A cancel request that contains the details of the recurring payment.

    Return Value

    A transaction instance that cnotains the results of the cancel recurring billing request.
    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