Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / PaymentService Class / ProcessNonArbSubscription Method
The transaction that was result of a previous authorization
The payment object that was being processed
The provider using which the payment is being processed
In This Topic
    ProcessNonArbSubscription Method
    In This Topic
    Process subscriptions that are processed via a payment gateway that does not have subscriptions created via classic automatic recurring billing method
    Syntax
    public static void ProcessNonArbSubscription( 
       Transaction resultTx,
       Payment payment,
       IPaymentProvider provider
    )

    Parameters

    resultTx
    The transaction that was result of a previous authorization
    payment
    The payment object that was being processed
    provider
    The provider using which the payment is being processed
    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