Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / SubscriptionPlan Class / CalculateRecurringCharge Method
The price of this product for the customer.
In This Topic
    CalculateRecurringCharge Method
    In This Topic
    Calculates the recurring charge for this subscription.
    Syntax
    public virtual decimal CalculateRecurringCharge( 
       decimal price
    )

    Parameters

    price
    The price of this product for the customer.

    Return Value

    The recurring charge for the subscription.
    Remarks
    Recurring charge is either the product price or the specified charge.
    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