Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItem Class / SubscriptionsGeneratedPerQuantity Method
The payment provider that is being used to to process the payments
In This Topic
    SubscriptionsGeneratedPerQuantity Method
    In This Topic
    Finds out whether subscriptions for this order item are generated per quantity or per order item
    Syntax
    public virtual bool SubscriptionsGeneratedPerQuantity( 
       IPaymentProvider provider
    )

    Parameters

    provider
    The payment provider that is being used to to process the payments

    Return Value

    true if subscriptions are generated per quantity, 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