Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / GeneratePayments Method
The basket being checked out
The order being created
The payment passed with the checkout request (if any)
Singals if processing is needed for non ARB subscriptions
In This Topic
    GeneratePayments Method
    In This Topic
    Generates the payment records for an order
    Syntax
    protected virtual void GeneratePayments( 
       Basket basket,
       Order order,
       Payment payment,
       out bool processNonArbSubscriptions
    )

    Parameters

    basket
    The basket being checked out
    order
    The order being created
    payment
    The payment passed with the checkout request (if any)
    processNonArbSubscriptions
    Singals if processing is needed for non ARB subscriptions
    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