Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / VolumeDiscount Class / VolumeDiscount Constructor / VolumeDiscount Constructor(Store,String,Boolean,Boolean)
The value of store
The value of name
The value of isvaluebased
The value of isglobal
In This Topic
    VolumeDiscount Constructor(Store,String,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the VolumeDiscount class.
    Syntax
    public VolumeDiscount( 
       Store store,
       string name,
       bool isvaluebased,
       bool isglobal
    )

    Parameters

    store
    The value of store
    name
    The value of name
    isvaluebased
    The value of isvaluebased
    isglobal
    The value of isglobal
    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