Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / NeedMultiplePaymentsGeneration Method
The original payment object
The order being checked
Signal is processing is needed for non ARB subscriptions.
In This Topic
    NeedMultiplePaymentsGeneration Method
    In This Topic
    Check if we need to generate multiple payments
    Syntax
    protected bool NeedMultiplePaymentsGeneration( 
       Payment payment,
       Order order,
       out bool processNonArbSubscriptions
    )

    Parameters

    payment
    The original payment object
    order
    The order being checked
    processNonArbSubscriptions
    Signal is processing is needed for non ARB subscriptions.

    Return Value

    true if multiple payments need to be generated, false otherwise
    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